does lda_save_to_detail_mailbox exist?
Alessio Cecchi
alessio at skye.it
Thu Dec 4 10:01:21 UTC 2014
Il 04/12/2014 10:36, A. Schulze ha scritto:
> Hello,
>
> there is a nice feature in lmtp to save messages to user+foo at 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
More information about the dovecot
mailing list