[Dovecot] Empty messages in 1.0RC2
Scott Alter
scott at symphonyhosting.com
Tue Jul 18 22:55:02 EEST 2006
>
> Thanks, it works now, but it's a quite strange rule in my procmailrc
>
> MAILDIR=$HOME/Maildir
> DEFAULT=$MAILDIR
> ....
> :0
> * .*
> ./
>
> If I don't put the 3 last lines, the message is delivered to ~/Maildir
> instead of ~/Maildir/new, so dovecot was obviously unable to find it.
>
Try adding a trailing slash to the DEFAULT variable and removing the
rule. Without the trailing slash, procmail does not know the directory
is a maildir.
DEFAULT=$MAILDIR/
-Scott
More information about the dovecot
mailing list