On Wed, Jan 30, 2013 at 05:07:47PM -0500, Asa Gage wrote:
> I seem to be missing smtp log events regarding delivery status for 
> TLS enabled mail when smtp_tls_loglevel = 3.

Below you have showed us nothing which would be affected by the 
setting of smtp_tls_loglevel.

> 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

No smtp(8) logging shown in this incomplete log snippet. (No outgoing 
transport at all, for that matter.)

> #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)

There's smtp logging, but you did say it was non-TLS.

> Jan 29 03:00:49 server242 postfix-mx01/qmgr[18097]: 8B8362008B: removed

Perhaps you are confusing smtp(8) and smtpd(8)?
-- 
  http://rob0.nodns4.us/ -- system administration and consulting
  Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Reply via email to