4 Dec
2014
4 Dec
'14
12:01 p.m.
Il 04/12/2014 10:36, A. Schulze ha scritto:
Hello,
there is a nice feature in lmtp to save messages to user+foo@domain in INBOX/foo Looks like that doesn't work as good if lda is used. Yes, its possibile to delivery email in "foo" but with dovecot-lda you must specify the option "-m FOLDER" to dovecot-lda, for example, if you use postfix:
argv=/usr/lib/dovecot/dovecot-lda -f ${sender} -d ${recipient} -m{extension}
From man dovecot-lda:
-m mailbox
Destination mailbox (default is INBOX). If the mailbox
doesn't exist, it will not be created (unless the lda_mailbox_autocreate setting is set to yes). If a message couldn't be saved to the mailbox for any reason, it's delivered to INBOX instead.
Ciao