View Single Post
Old 11th January 2009
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Real Name: Ben
Spam Refugee
 
Join Date: Jul 2008
Location: Rotterdam, The Netherlands
Posts: 336
Default

Quote:
Originally Posted by J65nko View Post
DutchDaemon,

Does procmail complain if you chmod the link itself to rw for root only, by using the "-h' flag to chmod?
Code:
# chmod -h 600
Code:
lrw-------   1 root      mail          15 Jan 11 04:04 root -> /root/mail/root

Jan 11 04:05:21 server procmail[94814]: Renamed bogus "/var/mail/root" into "/var/mail/BOGUS.root.NQR"

lrw-------   1 root      mail          15 Jan 11 04:04 BOGUS.root.NQR -> /root/mail/root
-rw-------   1 root      mail        1053 Jan 11 04:05 root



Last edited by DutchDaemon; 11th January 2009 at 03:08 AM.
Reply With Quote