Mischback / mailsrv

Setup of a mail service, including MTA and MDA
MIT License
0 stars 0 forks source link

``Postfix`` IP address settings #19

Closed Mischback closed 1 year ago

Mischback commented 1 year ago

Research, evaluate and then document IP address-related settings of Postfix.

Relevant Settings

Required Test Cases

Notes

Original Issue Statement

Postfix might be tied to a dedicated IPv4/IPv6 address.

This will make SPF/DMARC/... possible without too much interdependent settings with other services.

Highly relevant for an IPv6 setup, that maintains scalability.

See https://serverfault.com/questions/92181/how-to-make-postfix-use-another-ip-address#92207

Originally posted by @Mischback in https://github.com/Mischback/mailsrv/issues/13#issuecomment-1293650333

Mischback commented 1 year ago

inet_interfaces = [PUBLIC IPv6],[::1]

Mischback commented 1 year ago

inet_interfaces = [Public IPv6],[::1],127.0.0.1 smtp_bind_address6 = [Public IPv6]

Mischback commented 1 year ago

inet_interfaces = all smtp_bind_address6 = [Public IPv6]