On 8/5/2010 1:25 PM, Alain Spineux wrote:
Hello I have a server having 2 IP addresses running 2 postfix managing
different domains
When the fisrt one need to relay an email for the second one I get this

smtp[4488]: 91F162240CB: to=<b...@xxx.yyy.zzz>, relay=none,
delay=0.08, delays=0.07/0.01/0/0, dsn=5.4.6, status=bounced (mail for
XX.XX.XX.XX loops back to myself)

XX.XX.XX.XX is the second IP

This is probably because the first postfix detect the second IP address.
How can I tell the fisrt postfix not to handle this IP  ?

In my master .cf I have already forced the first IP by replacing all
smtp ......
by
YY.YY.YY.YY:smtp

That controls the IP postfix listens on. You need to adjust inet_ineterfaces for the IPs postfix is aware of.

http://www.postfix.org/postconf.5.html#inet_interfaces


  -- Noel Jones

Reply via email to