Re: [Dovecot] deliver and cloning file permissions

2010-02-14 Thread Timo Sirainen
On Sat, 2010-02-13 at 14:57 +0100, Alexander 'Leo' Bergolth wrote: > Feb 13 00:21:19 leo-x61 dovecot: deliver(leo): > fchown(/home/leo/mail/.imap/INBOX/dovecot.index.log.newlock, -1, > 12(mail)) failed: Operation not permitted (egid=100(users), group based > on /var/mail/leo) > > I know that dovec

Re: [Dovecot] deliver and cloning file permissions

2010-02-13 Thread Alexander 'Leo' Bergolth
On 02/14/2010 12:45 AM, Pascal Volk wrote: > On 02/14/2010 12:03 AM Alexander 'Leo' Bergolth wrote: >> On 02/13/2010 09:28 PM, Pascal Volk wrote: >>> Dovecot: dovecot.conf² >>> mail_location = maildir:~/Maildir >> >> Unfortunately switching from mbox to maildir is not an option. >> >> Btw. I do

Re: [Dovecot] deliver and cloning file permissions

2010-02-13 Thread Pascal Volk
On 02/14/2010 12:03 AM Alexander 'Leo' Bergolth wrote: > On 02/13/2010 09:28 PM, Pascal Volk wrote: >> Dovecot: dovecot.conf² >> mail_location = maildir:~/Maildir > > Unfortunately switching from mbox to maildir is not an option. > > Btw. I don't see the solution. If the inbox is still /var/

Re: [Dovecot] deliver and cloning file permissions

2010-02-13 Thread Alexander 'Leo' Bergolth
On 02/13/2010 09:28 PM, Pascal Volk wrote: > On 02/13/2010 02:57 PM Alexander 'Leo' Bergolth wrote: >> I'd like to use deliver (dovecot-1.2.10) as LDA to deliver mails to my >> local users on my postfix-system. >> >> However, deliver tries to copy the filesystem permissions of the >> mail-spool-fil

Re: [Dovecot] deliver and cloning file permissions

2010-02-13 Thread Pascal Volk
On 02/13/2010 02:57 PM Alexander 'Leo' Bergolth wrote: > Hi! > > I'd like to use deliver (dovecot-1.2.10) as LDA to deliver mails to my > local users on my postfix-system. > > However, deliver tries to copy the filesystem permissions of the > mail-spool-files to the user's index files, which does

[Dovecot] deliver and cloning file permissions

2010-02-13 Thread Alexander 'Leo' Bergolth
Hi! I'd like to use deliver (dovecot-1.2.10) as LDA to deliver mails to my local users on my postfix-system. However, deliver tries to copy the filesystem permissions of the mail-spool-files to the user's index files, which doesn't work, since the files in /var/mail/ belong to the group 'mail'.