From: Matthias A. <mat...@gm...> - 2007-04-02 21:44:40
|
Lovell Mcilwain schrieb: >> Check the permissions of the procmail executable (is it setuid root?) > -rwxr-xr-x 1 root mail 92452 Jul 12 2006 /usr/bin/procmail >> Check the permissions of /var/mail and /var/mail/user2. > user1 > -rw-rw---- 1 user1 mail 77465038 Apr 2 14:22 /var/mail/user1 > > user2 > -rw-r--r-- 1 user2 mail 0 Apr 1 18:36 /var/mail/user2 (I had to > create this file by hand (touch user2) chown user2 / chgrp mail and > that was it for this one) in the comparison I can see that this might > be an issue. Maybe, but this isn't the whole picture. Try "chmod 0660 /var/mail/user2" to fix. Since you didn't show the /var/mail permissions, I can't say if that's sufficient though. HTH, Matthias |