[nmglug] Postfix
Mars DeLapp
jmdelapp at delapp.com
Tue Feb 1 14:37:09 PST 2005
Opps! I was trying to coordinate UIDs and GIDs between computers and I screwed up the ownership of some files when I ran
the following command.
find / -group 1002 -print -exec chown 202 {} \;
that should have been "chown :202"
So I screwed up the owner of all the files where the group is postdrop.
Can anyone running Postfix on a Debian system tell me who the owner of the following directories should be:
/usr/sbin/postdrop
/usr/sbin/postqueue
/var/spool/postfix/public
/var/spool/postfix/public/pickup
/var/spool/postfix/public/cleanup
/var/spool/postfix/public/qmgr
/var/spool/postfix/public/flush
/var/spool/postfix/public/showq
/var/spool/postfix/maildrop
the output of this command should do it:
find / -group postdrop -print -exec ls -l {} \;
I suspect they should all be owned by postfix but I want to make sure.
Thanks,
Mars
--
=============================================================
J. Marsden DeLapp, PE
President
DeLapp & Associates, Inc. dba DeLapp Engineering
Providing lighting and power planning, design and analysis services
for commercial, industrial and large residential facilities.
1300 Luisa St Ste 23
Santa Fe NM 87505
(505) 983-5557
http://DeLapp.com
=============================================================
More information about the nmglug
mailing list