From: Lovell M. <lov...@gm...> - 2007-04-02 21:58:29
|
On Apr 2, 2007, at 3:42 PM, Matthias Andree wrote: > 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.' Sorry I didn't mean to forget to show that. Here are the permissions on that directory. [root@Linux ~]$ ls -ldb /var/mail/ drwxrwxr-x 2 root mail 4096 Apr 2 04:50 /var/mail/ > > HTH, > Matthias |