I seem to be missing smtp log events regarding delivery status for TLS
enabled mail when smtp_tls_loglevel = 3.  I see a ton of TLS data as
expected, but the actual smtp result is no longer present.  Is there any
explanation for this behavior? 
mail_version = 2.6.6

#sample TLS mail
grep CAEAB20079 ./maillog
Jan 29 01:00:25 server242 postfix-mx01/smtpd[24491]: CAEAB20079:
client=unknown[10.100.190.101]
Jan 29 01:00:25 server242 postfix-mx01/cleanup[24601]: CAEAB20079:
message-id=<redac...@redacted.com>
Jan 29 01:00:25 server242 postfix-mx01/qmgr[18097]: CAEAB20079:
from=<redac...@redacted.com>, size=10269, nrcpt=1 (queue active)
Jan 29 01:00:27 server242 postfix-mx01/qmgr[18097]: CAEAB20079: removed

#sample non TLS mail
grep 8B8362008B ./maillog
Jan 29 03:00:43 server242 postfix-mx01/smtpd[12814]: 8B8362008B:
client=unknown[10.100.190.101]
Jan 29 03:00:43 server242 postfix-mx01/cleanup[12903]: 8B8362008B:
message-id=<redacted@redacted>
Jan 29 03:00:43 server242 postfix-mx01/qmgr[18097]: 8B8362008B:
from=<redac...@redacted.com>, size=10262, nrcpt=1 (queue active)
#the line below is the one that is missing from the example above
Jan 29 03:00:49 server242 postfix-mx01/smtp[12904]: 8B8362008B:
to=<redac...@redacted.com>, relay=server[X.X.X.X]:25, conn_use=4,
delay=6.4, delays=0.01/4.5/0.12/1.8, dsn=2.0.0, status=sent (250 Backend
Replied [XXXXX]: 2.0.0 r0T80nWF017713 Message acce)
Jan 29 03:00:49 server242 postfix-mx01/qmgr[18097]: 8B8362008B: removed

Thanks,

Asa Gage

Reply via email to