I'v set the default_mail_env to maildir:/var/maildir/%d/%u where /var/maildir/ is the root dorectory for my maildir tree and I'm getting the folowing error in the maillog : Jan 3 15:16:58 websrv pop3(roi): unlink(/var/maildir//roi/cur/new:2,T) failed: Is a directory Notice that the %d is missing. If I change to 'default_mail_env maildir:/var/maildir/example.tld/%u' then it's all working fine only I can't create other virtual domains. If anybody can help me solve this one...
On Mon, 2005-01-03 at 17:30 +0200, Roi Efrati wrote:> I'v set the default_mail_env to maildir:/var/maildir/%d/%u where > /var/maildir/ is the root dorectory for my maildir tree and I'm > getting the folowing error in the maillog : > Jan 3 15:16:58 websrv pop3(roi): unlink(/var/maildir//roi/cur/new:2,T) failed: > Is a directory > Notice that the %d is missing. > If I change to 'default_mail_env > maildir:/var/maildir/example.tld/%u' then it's all working fine only I > can't create other virtual domains.Set auth_default_realm to something. Although I didn't think // in paths would break any OSes/filesystems.. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20050106/d8356c15/attachment-0001.bin>
If I set 'auth_default_realm = something' then it does not authorize the user at all. My current workaround is to use the full email address as the user name and authorize against it. On Thu, 06 Jan 2005 21:47:33 +0200, Timo Sirainen <tss at iki.fi> wrote:> On Mon, 2005-01-03 at 17:30 +0200, Roi Efrati wrote: > > I'v set the default_mail_env to maildir:/var/maildir/%d/%u where > > /var/maildir/ is the root dorectory for my maildir tree and I'm > > getting the folowing error in the maillog : > > Jan 3 15:16:58 websrv pop3(roi): unlink(/var/maildir//roi/cur/new:2,T) failed: > > Is a directory > > Notice that the %d is missing. > > If I change to 'default_mail_env > > maildir:/var/maildir/example.tld/%u' then it's all working fine only I > > can't create other virtual domains. > > Set auth_default_realm to something. Although I didn't think // in paths > would break any OSes/filesystems.. > > >