Anders wrote: > I've made some progress in configuring my Amavis / Postfix setup, but I > ran into a blocker that I can't seem to find the source for it. Can you > please advice;
> Aug 25 19:10:27 iris2 postfix/master[5165]: daemon started -- version > 2.3.2, configuration /etc/postfix > Aug 25 19:10:27 iris2 postfix/qmgr[5173]: 429118D6: > from=<[EMAIL PROTECTED]>, size=894, nrcpt=1 (queue active) > Aug 25 19:10:27 iris2 postfix/lmtp[5180]: connect to localhost[::1]: > Connection refused (port 10024) > Aug 25 19:10:28 iris2 amavis[5051]: (05051-01) (!) FWD via SMTP: > <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>, 450 4.4.1 Can't > connect to 127.0.0.1 port 10025, Net::SMTP: Bad hostname > '\177\000\000\001' (Invalid argument) at (eval 53) line 145, <GEN4> line > 59., MTA([127.0.0.1]:10025), id=05051-01 > Aug 25 19:10:28 iris2 amavis[5051]: (05051-01) Blocked TEMPFAIL, LOCAL > [192.168.111.30] <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>, > Message-ID: <[EMAIL PROTECTED]>, mail_id: j47Ptidq+Rta, Hits: > -1.35, 288 ms > Aug 25 19:10:28 iris2 amavis[5051]: (05051-01) Blocked CLEAN, > <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>, Hits: -1.35, tag=2, > tag2=5, kill=10, 0/0/0/0 > Aug 25 19:10:28 iris2 postfix/lmtp[5180]: 429118D6: > to=<[EMAIL PROTECTED]>, relay=localhost[127.0.0.1]:10024, > delay=632, delays=632/0.02/0.02/0.29, dsn=4.4.1, status=deferred (host > localhost[127.0.0.1] said: 450 4.4.1 Can't connect to 127.0.0.1 port > 10025, Net::SMTP: Bad hostname '\177\000\000\001' (Invalid argument) at > (eval 53) line 145, <GEN4> line 59., MTA([127.0.0.1]:10025), id=05051-01 > (in reply to end of DATA command)) Check $inet_socket_bind format is: $inet_socket_bind = '127.0.0.1'; You may have forgotten the quotes. Gary V ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
