At 12:15 PM 8/25/2006, Anders Norrbring 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)
What does your content_filter command look like? I'm using: content_filter = amavis:[127.0.0.1]:10024 These days it's customary to use smtp rather than lmtp. With current postfix versions there is no advantage to using lmtp, and under some circumstances lmtp can trigger a minor bug in amavisd. >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 This looks as if your value for $localhost_name is bad. $localhost_name = 'amavisd-new'; -- Noel Jones ------------------------------------------------------------------------- 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/
