ls -l /var/spool/mail

will show that that your /var/spool/mail folder probably has 
"rwxrwx---" permissions or something... not what pop3d wants you to 
have it set at.

chmod 1777 /var/spool/mail

will fix your problem

but you'll probably have the same problem crop up next time you use 
linuxconf... to fix it permanently you need to:

vim /usr/lib/linuxconf/redhat/perm/mail

(substitute vim for your favourite editor)

and change the line with /var/spool/mail to be 1777

that way linuxconf will know what the permissions should be set to 
and will stop trying to change it back to the incorrect settings 
every time you run it...

good luck! - dan.

At 2:22 PM +0800 28/9/00, Tim Kuo wrote:
>?I found this messages in maillog:
>pop3d[688]: Mailbox vulnerable - directory /var/spool/mail must have 1777
>protection
>
>Can anybody tell me what's wrong and what can I do? Thanks.
-- 

        Nitro - 3D Visualisation, Graphics & Animation
                Ph (+61 2) 9810 5177 - Fx (+61 2) 9810 0199
                        http://www.nitro.com.au/



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to