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 at leuxner.net)[26573]:
<fCVaBjNnO1rNZwAAIROLbg>: fCVaBjNnO1rNZwAAIROLbg: sieve:
msgid=<2323281.OorJHhdMHM at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL:
<https://dovecot.org/pipermail/dovecot/attachments/20171221/90db6856/attachment.sig>
> On December 21, 2017 at 9:57 AM Thomas Leuxner <tlx at leuxner.net> wrote: > > > 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 at leuxner.net)[26573]: <fCVaBjNnO1rNZwAAIROLbg>: fCVaBjNnO1rNZwAAIROLbg: sieve: msgid=<2323281.OorJHhdMHM at 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 > ThomasHi! Thank you for your report, we'll look into it. Aki
Op 12/21/2017 om 8:57 AM schreef Thomas Leuxner:> 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 at leuxner.net)[26573]: <fCVaBjNnO1rNZwAAIROLbg>: fCVaBjNnO1rNZwAAIROLbg: sieve: msgid=<2323281.OorJHhdMHM at 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)Fixed in release. Regards, Stephan.