search for: splogger

Displaying 1 result from an estimated 1 matches for "splogger".

2004 May 05
1
Dovecot chrooting
hello all i am new to dovecot and i have a small problem. I use qmail as a pop3 server and dovecot as imap. my rc script is as follows: -----snip----- #!/bin/sh exec env - PATH="/var/qmail/bin:$PATH" \ qmail-start '|preline procmail' splogger qmai -----end----- thus i deliver mails through procmail so all mails are located to /var/spool/mail. The problem exists when i tested chrooting and found it a very good idea to jail all my users.. *but* still qmail delivers mails to the real /var/spool/mail and not to the /home/chrootusers/var/sp...