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 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
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}
]:~#
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
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
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
A i know why i mis understood the set uid bit, i though the owner
would gain root permission, sorry :)
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
>