I have this problem with procmail.
If the spool file for a user is already created, I have no problem to send email to the user. However, if the file is not there already, procmail can't create it on its own.
Permissions for the spool directory:
Code:
drwxrwxr-x 2 root mail 4096 Sep 26 14:15 /var/spool/mail/
Now... why can't procmail create the spool file? I know that it's a permission problem... but how can I fix it? Is it OK if I just chmod g+s /usr/bin/procmail (it belongs to the mail group)?