[Dovecot] dovecot-lda not correct folder
Hello,
i use dovecot with maildir. The maildir-folder looks like this:
vmail/mail/user1/cur vmail/mail/user1/.Sent vmail/mail/user1/.optionalfolder
Procmail should put some definded mails in the "optionalfolder"
My uses configuration does not do this:
... DELIVERMAIL="/usr/lib/dovecot/dovecot-lda" IMAP="$DELIVERMAIL -e -d $LOGNAME -m INBOX" ZUSATZORDNER="$DELIVERMAIL -e -d $LOGNAME -m .optionalfolder" ...
dovecot-lda puts the mails for the optionalfolder always in the .cur (INBOX).
What´s the correct dovecot-lda parameter to put the mails in the optionalfolder?
Thank you!
Tony
On 30.10.2012, at 7.33, tony.blue.mailinglist@gmx.de wrote:
ZUSATZORDNER="$DELIVERMAIL -e -d $LOGNAME -m .optionalfolder" ...
dovecot-lda puts the mails for the optionalfolder always in the .cur (INBOX).
What´s the correct dovecot-lda parameter to put the mails in the optionalfolder?
-m optionalfolder, without the dot. Also you may need to set lda_mailbox_autocreate=yes if it doesn't already exist.
participants (2)
-
Timo Sirainen
-
tony.blue.mailinglist@gmx.de