[Dovecot] postfix virtual maildir

2008-04-09 Thread Gert Cuykens
my postfix setup http://code.google.com/p/appwsgi/wiki/smtp my dovecot setup http://code.google.com/p/appwsgi/wiki/imap [EMAIL PROTECTED]:~# /etc/postfix/test/root 220 localhost.localdomain ESMTP Postfix (Ubuntu) 250-localhost.localdomain 250-PIPELINING 250-SIZE 1024 250-VRFY 250-ETRN 250-STA

[Dovecot] virtual spam maildir directory

2008-04-11 Thread Gert Cuykens
dovecot unix - n n - - pipe flags=DRhu user=mail:mail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient} is there anyway i can tell dovecot to put spam labeled headers from spamassasin into a maildir spam folder

[Dovecot] localhost deliver([EMAIL PROTECTED]): setgid(5001) failed with euid=8, gid=8, egid=8: Operation not permitted

2008-04-12 Thread Gert Cuykens
How can i give lda dovecot permision to set user and goup id to 5001 dovecot unix - n n - - pipe flags=DRhu user=mail:mail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient}

Re: [Dovecot] localhost deliver([EMAIL PROTECTED]): setgid(5001) failed with euid=8, gid=8, egid=8: Operation not permitted

2008-04-12 Thread Gert Cuykens
]:~# i am sorry i dont understand what i need to do ? On Sat, Apr 12, 2008 at 4:03 PM, Alexander Prinsier <[EMAIL PROTECTED]> wrote: > Install it setuid root as described here http://wiki.dovecot.org/LDA. > > Alexander > > > > Gert Cuykens wrote: > > How can i

Re: [Dovecot] localhost deliver([EMAIL PROTECTED]): setgid(5001) failed with euid=8, gid=8, egid=8: Operation not permitted

2008-04-12 Thread Gert Cuykens
a thank you :) Now i learned something really important today chmod u+s /usr/lib/dovecot/deliver [EMAIL PROTECTED]:~# ls -al /usr/lib/dovecot/deliver -rwsr-xr-x 1 root root 563112 2008-03-31 21:05 /usr/lib/dovecot/deliver [EMAIL PROTECTED]:~# I think i am almost there but now i get Apr 12 19:01

Re: [Dovecot] localhost deliver([EMAIL PROTECTED]): setgid(5001) failed with euid=8, gid=8, egid=8: Operation not permitted

2008-04-12 Thread Gert Cuykens
Victory !!! Apr 12 19:50:51 localhost deliver([EMAIL PROTECTED]): msgid=<[EMAIL PROTECTED]>: saved mail to INBOX Now the security part, i was thinking that this would work also [EMAIL PROTECTED]:~# ls -al /usr/lib/dovecot/deliver -rws-- 1 mail mail 563112 2008-03-31 21:05 /usr/lib/dovecot/de

Re: [Dovecot] localhost deliver([EMAIL PROTECTED]): setgid(5001) failed with euid=8, gid=8, egid=8: Operation not permitted

2008-04-12 Thread Gert Cuykens
A i know why i mis understood the set uid bit, i though the owner would gain root permission, sorry :)

Re: [Dovecot] localhost deliver([EMAIL PROTECTED]): setgid(5001) failed with euid=8, gid=8, egid=8: Operation not permitted

2008-04-12 Thread Gert Cuykens
On Sat, Apr 12, 2008 at 8:25 PM, Pascal Volk <[EMAIL PROTECTED]> wrote: > Am 12.04.2008 20:07 schrieb Gert Cuykens: > > […] > > > Now the security part, i was thinking that this would work also > > > > [EMAIL PROTECTED]:~# ls -al /usr/lib/dovecot/deliver >