[Dovecot] v2.0 lmtp logging
Timo Sirainen
tss at iki.fi
Thu Nov 5 23:02:35 EET 2009
On Fri, 2009-10-23 at 18:34 -0400, Timo Sirainen wrote:
> Sounds like the ESMTP id that SMTP servers add to Received: header.
> Perhaps LMTP should also be adding the header?
Hmm. These are typically added:
Delivered-To: user at domain.org
Received: from gate.domain.org (gate.domain.org [1.2.3.4])
by mail.domain.org (Postfix) with ESMTP id 6AE653793
for <user at domain.org>; Mon, 3 Nov 2009 15:46:48 +0200 (EET)
Is the user at domain.org information actually useful? I'm now wondering if
I just shouldn't add support for it. At least initially.. So then if
mail is sent to multiple recipients, it could just be hard linked for
each recipient. So LMTP server would add just:
Received: from gate.domain.org ([1.2.3.4])
by mail.domain.org (Dovecot) with LMTP id 6AE653793;
Mon, 3 Nov 2009 15:46:48 +0200 (EET)
(I also dropped reverse DNS lookup.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20091105/22505a24/attachment.bin
More information about the dovecot
mailing list