Jesus Cea: > On 23/07/10 20:29, Wietse Venema wrote: > >> > >> How can I help you to diagnose & solve the error?. > > > > With POSTFIX "smtpd -v" and "cleanup -v" logging for: > > > > - One message that demonstrates the problem > > > > - The EXACT SAME MESSAGE with one letter changed in the recipient > > address, so that it does not demonstrate the problem. > > The address showing the issue is "torre...@jcea.es". If I create an > alias "torre...@jcea.es", it doesn't work either. Same issue. Creating > an alias called "torren...@jcea.es" (one more character), it accepts the > mail!!!. > > Attached logs. Edited only to remove authentication data. > > The first one is the failure (I abort the sending after 8 seconds), the > second is the OK sending. > > PS: Logs sent to Wietse by private means :)
This has nothing to do with milters. A diff between the logs shows that YOU disconnect from the submission port before POSTFIX has logged the final MIME boundary. I suspect that you have an SMTP client implementation problem that is sensitive to the exact length of a message. Wietse Bad: babylon5 postfix/cleanup: [mail.info] header_token: base64 babylon5 postfix/cleanup: [mail.info] cleanup_header_callback: 'Content-Transfer-Encoding: base64' babylon5 postfix/cleanup: [mail.info] cleanup_header_callback: 'Content-Disposition: attachment;? filename*0="The.Lovely.Bones.(Subs.Spa.Eng).(Hd-Rip).(XviD-Ac3).(Protein";? filename*1="icos.es).(por.Triki).rar"' ! babylon5 postfix/submission: [mail.info] smtp_get: EOF Good: babylon5 postfix/cleanup: [mail.info] header_token: base64 babylon5 postfix/cleanup: [mail.info] cleanup_header_callback: 'Content-Transfer-Encoding: base64' babylon5 postfix/cleanup: [mail.info] cleanup_header_callback: 'Content-Disposition: attachment;? filename*0="The.Lovely.Bones.(Subs.Spa.Eng).(Hd-Rip).(XviD-Ac3).(Protein";? filename*1="icos.es).(por.Triki).rar"' ! babylon5 postfix/cleanup: [mail.info] POP boundary ------------040708060601000903080405 ! babylon5 postfix/cleanup: [mail.info] extracted envelope E ! babylon5 postfix/cleanup: [mail.info] enter cleanup_milter ! babylon5 postfix/cleanup: [mail.info] inspect content by all milters ! babylon5 postfix/cleanup: [mail.info] milter_macro_lookup: "i" ! babylon5 postfix/cleanup: [mail.info] milter_macro_lookup: result "QUEUEID" ! babylon5 postfix/cleanup: [mail.info] milter_macro_lookup: "i" ! babylon5 postfix/cleanup: [mail.info] milter_macro_lookup: result "QUEUEID" ! babylon5 postfix/cleanup: [mail.info] milter8_message: message to milter inet:94.23.84.75:13321 ! babylon5 postfix/cleanup: [mail.info] event: SMFIC_HEADER; macros: i=QUEUEID ! babylon5 postfix/cleanup: [mail.info] reply: SMFIR_CONTINUE data 0 bytes ! babylon5 postfix/cleanup: [mail.info] event: SMFIC_HEADER; macros: i=QUEUEID ! babylon5 postfix/cleanup: [mail.info] reply: SMFIR_CONTINUE data 0 bytes ! babylon5 postfix/cleanup: [mail.info] event: SMFIC_HEADER; macros: i=QUEUEID ! babylon5 postfix/cleanup: [mail.info] reply: SMFIR_CONTINUE data 0 bytes etcetrea.