[Dovecot] deliver 1.0 vs 1.1
arne van theemsche
arnevt at gmail.com
Thu Jun 5 14:34:04 EEST 2008
Hi
I use deliver with an auth socket
I have 2 namespaces (which isn't relevant here, but anyway)
namespace private {
separator = /
prefix =
location = maildir:/var/spool/mail/%1n/%2n/%n
inbox = YES
#hidden = yes
}
namespace private {
separator = /
prefix = mail/
location = mbox:/home/%1n/%n/mail
inbox = no
hidden = no
}
and also an general mail_location
mail_location = maildir:/var/spool/mail/%1n/%2n/%n
with deliver 1.0 branch everything works fine
with latest deliver 1.1rc8 I get
Jun 5 13:32:18 xxx deliver(<username>):
mkdir(/var/spool/mail/%1n/%2n/%n/.SPAM/cur) failed: Permission denied
looks like arguments don't get resolved
kind regards
Arne
More information about the dovecot
mailing list