Jim, > I try to use amavisd-new-2.3.3-pre2 but the script cannot > connecting to port 10025.
> Aug 15 23:00:07 server1 amavis[803]: (00803-01) FWD via SMTP: > <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>, 450 4.4.1 Can't connect to 1 > port 10025, Das Argument ist ung\374ltig at /usr/sbin/amavisd-new > line 4301 > knew it. ;) I had a mistake in amavisd.conf. > The "old" amavisd.conf had included > $forward_method = 'smtp:127.0.0.1:10025'; > and this was ok before I updated. > > And now I changed in $forward_method = 'smtp:[127.0.0.1]:10025'; > and the error was away. Actually it was a genuine bug in 2.3.3-pre2, which is now fixed in 2.3.3-rc1. Both forms are supposed to work: brackets around IP address are optional for IPv4 address but required for IPv6 address, which contains colons. Thanks for testing and the report. > But I still have one error: > amavis[23564]: (23564-01) ESMTP: NOTICE: client broke the > connection without a QUIT () If it is logged only at log level 3, it should be considered an informative message only, unless it is a consequence of some other previously logged error. Mark ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ 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/
