Le 07/07/2011 21:23, Jeffrey Starin a écrit : > I am using Postfix verions 2.3.3 on a VPS managed by Plesk. > > There are two static IPs associated with my install, let's call them > aaa.bbb.ccc.ddd and sss.ttt.uuu.vvv > > When I run ifconfig I see the two interface venet0:0 and venet0:1 > > Mail goes out fine until I tell the main.cf to use: > > smtp_bind_address=aaa.bbb.ccc.ddd > > then my maillog shows: > > Jul 7 13:00:04 who postfix/pickup[36846]: 1F3274160009: uid=10003 > from=<blabla...@mydomain.com> > Jul 7 13:00:04 who postfix/cleanup[38864]: 1F3274160009: > message-id=<20110707170002.38758.1650417736.sw...@www.mydomain.com> > Jul 7 13:00:04 who postfix/qmgr[36847]: 1F3274160009: > from=<blablabla@mydomain>, size=996, nrcpt=1 (queue active) > Jul 7 13:00:34 who postfix/smtp[40187]: connect to > 127.0.0.1[127.0.0.1]: Connection timed out (port 10027) > Jul 7 13:00:34 who postfix/smtp[40187]: 1F3274160009: > to=<blublu...@gmail.com>, relay=none, delay=32, delays=1.9/0.01/30/0, > dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection > timed out) >
postfix cannot connect to 127.0.0.1 port 10027. - is the service 127.0.0.1:10027 running? - what is /usr/lib64/plesk-9.0/postfix-queue ? - do you have a firewall (iptables?) running on the system? ... test that with telnet 127.0.0.1 10027 > I'm assuming because I'm asking it to bind to address aaa.bbb.ccc.ddd it > cannot send out via localhost. any IP can connect to any IP, as far as routing works between the two IPs and no engine prohibits such a connection. > So what am I doing wrong? Below is the > main.cf and master.cf > there are two problems here: - don't post main.cf. show output of 'postconf -n' - your master.cf post is mangled: spaces at start of lines are removed. better post your master.cf to an http URL and send us the URL.