Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Tweak postfix User IDs to align with Repair Permissions' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Tweak postfix User IDs to align with Repair Permissions
Authored by: Anonymous on Apr 14, '04 07:16:20PM

For reference, here is the "fixupperms" script I'd previously been running in my weekly.local, right after the Repair Permissions command:

#!/usr/bin/sh
# 
# Fixup the Postfix queue perms
#

sudo chown -R postfix /private/var/spool/postfix
sudo chown root /private/var/spool/postfix
sudo chown root /private/var/spool/postfix
sudo chown :postdrop /private/var/spool/postfix/public
sudo chown :postdrop /private/var/spool/postfix/maildrop
sudo chown :postdrop /usr/sbin/postqueue
sudo chown :postdrop /usr/sbin/postdrop

#EOF

---
cm

[ Reply to This | # ]