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


Reply via email to