1 Feb 2010 07:38
LMTP-Server: missing headers
Andreas Schulze <andreas.schulze <at> datev.de>
2010-02-01 06:38:21 GMT
2010-02-01 06:38:21 GMT
Hello,
I just installed dovecot2-beta2 and configured the lmtp-server + postfix (no virtual users)
postfix:
mail_version = 2.7-20100117
mailbox_transport = lmtp:unix:lmtp-server
lmtp_assume_final = yes
dovecot:
service lmtp {
executable = lmtp
protocol = lmtp
unix_listener /var/spool/postfix/lmtp-server {
group = postfix
mode = 0660
user = postfix
}
}
Mail gets delivered to ~user/Maildir/
Feb 1 06:57:39 testhost dovecot: lmtp(8238): Connect from local
Feb 1 06:57:39 testhost postfix/lmtp[8237]: 07108A3608: to=<sca <at> testhost.example.org>,
orig_to=<root>, relay=testhost.example.org[lmtp-server], delay=0.67,
delays=0.22/0.03/0.22/0.2, dsn=2.0.0, status=sent (250 2.0.0 <sca <at> testhost.example.org>
lwjfEVNtZksuIAAA4eG3hw Saved)
Feb 1 06:57:39 testhost dovecot: lmtp(8238, sca <at> testhost.example.org): lwjfEVNtZksuIAAA4eG3hw:
msgid=<20100201055739.07108A3608 <at> testhost.example.org>: saved mail to INBOX
Second try: postfix using deliver
(Continue reading)
> I could also add Delivered-To as long as there is only a single
> recipient, but adding it for multiple recipients would make everything
> much more difficult than I'd like.
>
> I was wondering about Delivered-To header before too. What do people
> use it for?
It may be useful if multiple "envelope recipients" are delivered to
single mailbox e.g. "plussed addresses" user+detail <at> example.net
or tss+tss=example.net <at> example.org (would be handy for fetchmail).
> Dunno if it is different, but I like having the X-Original-To header -
> it lets me see that the message was originally was to an alias (when it
> was).
Yeah, the X-Original-To header is prepended to the headers. So the user
can see it if she/he looks into the mail headers.
This info may also be available in a "Received: from …for <recipient> …"
header.
If the X-Original-To header was prepended, users do not have to update
their sieve rules, when the admin updates to Dovecot v2.0.0 with lmpt.
Sieve envelope:
I'm using it, since I'm using Dovecot v2.0.alpha?
It's just one require argument more.
Regards,
RSS Feed