Hi, I am trying to track down a problem that occurred several times now in a postfix-amavisd-new setup (postfix 2.1.1, amavisd 2.6.1) on an internal mail server. The error scenario is this:
1. somebody "outside" sends a mail with a from address like "Müller, Martin<[email protected]> (valid header, encoded in ISO-8859-1 etc). 2. Mail is received and passed to the destination mailbox, local user reads mail and replies to it 3. mail reply gets to the internal mail server and there the address is split into a "local" part "Müller" which then postfix tries to deliver and a second part <[email protected]> . The second mail is delivered normally, the first part generates local bounce messages etc and even causes the postfix "local" component to crash. Here an example from hand-generated email with the following recipient: "Curdeß, Jakob<[email protected]>" Feb 4 17:03:35 themachine postfix/smtpd[26576]: connect from themachine[127.0.0.1] Feb 4 17:03:35 themachine postfix/smtpd[26576]: AF2197ECC: client=themachine[127.0.0.1] Feb 4 17:03:35 themachine postfix/cleanup[26569]: AF2197ECC: message-id=<[email protected]> Feb 4 17:03:35 themachine postfix/qmgr[2102]: AF2197ECC: from=<[email protected]>, size=1011, nrcpt=1 (queue active) Feb 4 17:03:35 themachine postfix/smtpd[26576]: disconnect from themachine[127.0.0.1] Feb 4 17:03:35 themachine amavis[20253]: (20253-07) FWD via SMTP: <[email protected]> -> <"Curde\\\337"@somedomain.de>, 250 2.6.0 Ok, id=20253-07, from MTA([127.0.0.1]:10025): 250 Ok: queued as AF2197ECC Feb 4 17:03:35 themachine postfix/smtpd[26576]: connect from themachine[127.0.0.1] Feb 4 17:03:35 themachine postfix/master[2085]: warning: process /usr/libexec/postfix/local pid 26587 killed by signal 11 Feb 4 17:03:35 themachine postfix/master[2085]: warning: /usr/libexec/postfix/local: bad command startup -- throttling Feb 4 17:03:35 themachine postfix/qmgr[2102]: warning: premature end-of-input on private/local socket while reading input attribute name Feb 4 17:03:35 themachine postfix/qmgr[2102]: warning: private/local socket: malformed response Feb 4 17:03:35 themachine postfix/qmgr[2102]: warning: transport local failure -- see a previous warning/fatal/panic logfile record for the problem description Feb 4 17:03:35 themachine postfix/cleanup[26569]: B51497F8A: message-id=<[email protected]> Feb 4 17:03:35 themachine postfix/smtpd[26576]: B71DF7F91: client=themachine[127.0.0.1] Feb 4 17:03:35 themachine postfix/cleanup[26589]: B71DF7F91: message-id=<[email protected]> Feb 4 17:03:35 themachine postfix/qmgr[2102]: B51497F8A: from=<>, size=2615, nrcpt=1 (queue active) Feb 4 17:03:35 themachine postfix/qmgr[2102]: B71DF7F91: from=<[email protected]>, size=827, nrcpt=1 (queue active) Feb 4 17:03:35 themachine postfix/smtpd[26576]: disconnect from themachine[127.0.0.1] Feb 4 17:03:35 themachine amavis[20253]: (20253-07) FWD via SMTP: <[email protected]> -> <[email protected]>, 250 2.6.0 Ok, id=20253-07, from MTA([127.0.0.1]:10025): 250 Ok: queued as B71DF7F91 Feb 4 17:03:35 themachine amavis[20253]: (20253-07) Passed BAD-HEADER, <[email protected]> -> <"Curde\\\337"@somedomain.de>,<[email protected]>, quarantine: badh-wajgWJlEAV88, Message-ID: <[email protected]>, mail_id: wajgWJlEAV88, Hits: 0.024, size: 309, queued_as: AF2197ECC/B71DF7F91, 358 ms Feb 4 17:03:35 themachine postfix/smtp[26570]: 624997F6D: to=<[email protected]>, orig_to=<Curde?>, relay=127.0.0.1[127.0.0.1], delay=0, status=sent (250 2.6.0 Ok, id=20253-07, from MTA([127.0.0.1]:10025): 250 Ok: queued as AF2197ECC) Feb 4 17:03:35 themachine postfix/smtp[26570]: 624997F6D: to=<[email protected]>, relay=127.0.0.1[127.0.0.1], delay=0, status=sent (250 2.6.0 Ok, id=20253-07, from MTA([127.0.0.1]:10025): 250 Ok: queued as AF2197ECC) I am not sure what exactly the problem is; when searching for it in the amavisd archives I found only the Net:SMTP problems that should be resolved in 2.6.x versions. Any ideas? Did somebody see this behavior also? Regards, Jakob Curdes ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ 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/
