On Tue, Jun 11, 2013 at 11:37:30PM +0600, Denis Fateyev wrote: > Hello, > > Why 'smtp-in' doesn't show the name of recipient in session (only sender is > shown)? > It would make logs more transparent. >
Mh, we can't have them on the same line as: > Jun 11 17:08:12 ovz1-i386 p[27613]: smtp-in: Accepted message f22ab30f on > session 00000000f22ab30f: from=<[email protected]>, size=279, > nrcpts=1, proto=ESMTP because a session may have a very large number of recipients: MAIL FROM:<[email protected]> RCPT TO:<[email protected]> RCPT TO:<[email protected]> [...] That line is only intended to record the time at which a message has entered the system, individual recipients are logged "delivery" and "relay" log levels. -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this email because you are subscribed to mailing list: [email protected] To unsubscribe, send mail with subject: [[email protected]] unregister
