Hi guys,

I'm trying some modifications on `smtpd.conf' in order to use addresses with 
`user+tag’. I figured out the easy way is to use Dovecot with LMTP :
Before:
        accept from any for domain "domain.tld" alias <dalias> deliver to 
maildir

After:
        accept from any for domain "domain.tld" alias <dalias> deliver to lmtp 
"/var/run/dovecot/lmtp"

Alias <dalias>:
user: user-domain.tld

When I send an email to [email protected], dovecot delivers the mail without 
trouble, but it ignores the tag and place the mail in INBOX/new instead of 
INBOX.tag/new. Of course, I updated dovecot's configuration files with:
lda_mailbox_autocreate = yes
recipient_delimiter = +

It’s like OpenSMTPd send [email protected] to Dovecot instead of 
[email protected].

How do you guys are doing this?

Thanks!
--
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to