21 Dec
2017
21 Dec
'17
9:57 a.m.
Hi,
the release candidate defaults to a log format with session IDs.
mail_log_prefix = "%s(%u)<%{pid}><%{session}>: "
As the LMTP service seems to have the session ID hardcoded, the IDs get duplicated in the logs:
Dec 21 08:48:03 edi dovecot: lmtp(26573): Connect from local Dec 21 08:48:03 edi dovecot: lmtp(tlx@leuxner.net)[26573]: <fCVaBjNnO1rNZwAAIROLbg>: fCVaBjNnO1rNZwAAIROLbg: sieve: msgid=2323281.OorJHhdMHM@ylum, time=158ms, status=stored mail into mailbox ':public/Mailing-Lists/Debian-User' Dec 21 08:48:03 edi dovecot: lmtp(26573): Disconnect from local: Client has quit the connection (state = READY)
Regards Thomas