On Mon, Mar 21, 2011 at 11:34:43PM -0400, brian wrote: > I'm occasionally seeing file attachments being logged, like so: > > postfix/smtpd[14027]: read from B8F5EDA8 [B8F5F9BD] (1420 bytes => -1 > (0xFFFFFFFF)) > postfix/smtpd[14027]: read from B8F5EDA8 [B8F5F9BD] (1420 bytes => 1420 > (0x58C)) > postfix/smtpd[14027]: 0000 33 13 c9 09 3f ef 6f 99|0b a8 67 8c 6c 05 de 9d > 3...?.o. ..g.l... > etc.
This is NOT file attachment logging, rather this is TLS packet debug logging, which you must not turn except briefly if such logging has been requested by a Postfix-TLS expert to help resolve an issue. Set "smtpd_tls_loglevel = 0" or "smtpd_tls_loglevel = 1" and not higher. -- Viktor.