On 30.10.2012, at 7.33, tony.blue.mailingl...@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.