ajmcello, > I think it may have something to do with attachments (multi part?). > Singles seem to go through ok.
> Here's a debug level 5 snapshot (had to pastebin it, file was too big): > http://www.pastebin.ca/417646 > I think it might have something to do with multipart attachments? > 17:11:31 amavis[2732]: (02732-02) (about to connect to [127.0.0.1]:10025) > FWD via SMTP: <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]> > 17:11:31 amavis[2732]: (02732-02) Remote host presents itself as: > localhost.dc.inc, ORCPT What version of Postfix is it which does not announce DSN support? > 17:11:31 amavis[2732]: (02732-02) prolong_timer fwd-connect: > timer set to 1200s > 17:11:31 amavis[2732]: (02732-02) AUTH not needed, user='', > MTA offers '' > 17:11:31 amavis[2732]: (02732-02) prolong_timer fwd-mail-from: > remaining time = 1200 s Which version of amavisd? It is not 2.5.0, but is reasonably recent. Is it 2.4.5? When posting a problem report, please always specify amavisd-new version number. It can save guessing from the log to what version it applies, and subtle differences in logging can be important for troubleshooting. > 17:11:31 amavis[2732]: (02732-02) response to RCPT TO > for <[EMAIL PROTECTED]>: "250 Ok" Versions of Postfix since 2005-04-29 respond with enhanced status codes like: "250 2.1.5 Ok". What version of Postfix was that? And what version of Net::SMTP Perl module? (it is logged during startup). > 17:11:31 amavis[2732]: (02732-02) prolong_timer fwd-rcpt-to: > remaining time = 1200 s > 17:11:31 amavis[2732]: (02732-02) prolong_timer fwd-data-cmd: > remaining time = 1200 s > 17:11:31 amavis[2732]: (02732-02) response to DATA: > "354 End data with <CR><LF>.<CR><LF>" So far so good. > 17:11:31 amavis[2732]: (02732-02) write_header: 0, > Amavis::Out::SMTP=HASH(0x13248b0) > 17:11:31 amavis[2732]: (02732-02) prolong_timer fwd-data-contents: > remaining time = 1200 s > 17:11:31 amavis[2732]: (02732-02) prolong_timer fwd-data-end: > remaining time = 1200 s > 17:11:31 amavis[2732]: (02732-02) response to data end: > "354 End data with <CR><LF>.<CR><LF>" Oops. A "354" again! Something is terribly wrong. > 17:11:31 amavis[2732]: (02732-02) prolong_timer fwd-rundown-1: > remaining time = 1200 s > 17:11:31 amavis[2732]: (02732-02) (!)WARN: sending SMTP QUIT > command failed: 599 Connection closed Is there any firewall or packet filter between amavisd and Postfix on port 10025? What OS is that? Is the failure repeatable every time when sending the same type of mail? It is associated only with TNEF attachments? (btw, if it is your client that is sending TNEF, it may be suggested that MIME is a more universally recognized standard). Please capture a tcpdump of a failing session on a loopback interface, make a binary capture file available somewhere (or mail it directly to me as gzipped attachment). Make sure not to truncate packets (option -s). Something like the following would do: # tcpdump -i lo0 -s 0 -n -w log.tcpdump 'tcp port 10025 or icmp' Mark ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ 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/
