ispCP - Board - Support
postfix ip - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: postfix ip (/thread-1341.html)



postfix ip - Seth - 09-15-2007 07:31 AM

i have 2 ips on my server "1.1.1.1 and 1.1.1.2" and the mx resolves to "1.1.1.1" but, postfix is sending mail with "1.1.1.2" although i have this config

mynetworks = 127.0.0.0/8, 1.1.1.1
inet_interfaces = $myhostname, localhost
my hostname is server.domain.tld which resolves to 1.1.1.1


RE: postfix ip - joximu - 09-15-2007 08:18 AM

Maybe
http://www.postfix.org/postconf.5.html#smtp_bind_address
helps?


RE: postfix ip - Seth - 09-15-2007 10:20 AM

"Note 1: when inet_interfaces specifies no more than one IPv4 address, and that address is a non-loopback address, it is automatically used as the smtp_bind_address"