|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Please help with postfix?
From: Noel Jones (njones
megan.vbhcs.org)
Date: Sun Nov 02 2003 - 19:08:04 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Nov 02, 2003 at 05:54:25PM -0700, Michael Graybill wrote:
> I just ran an upgrade to 2.0.6 and now when I do a postfix check I get this
>
> postfix check
> postfix/postfix-script: warning: not owned by root: /etc/postfix/pop-before-smtp-1.33/TODO
> postfix/postfix-script: warning: not owned by root: /etc/postfix/pop-before-smtp-1.33/contrib
> postfix/postfix-script: warning: group or other writable: /etc/postfix/./pop-before-smtp-1.33/pop-before-smtp
...
> postfix/postfix-script: warning: /var/spool/postfix/etc/resolv.conf and /etc/resolv.conf differ
These are all warnings, and should not prevent postfix from starting
and running.
The following should work on most systems, and should get rid of the
warnings.
PS. it's a good idea to read the man pages to make sure these are
appropriate before running a command some dude recommends on a public
list.
chown -R root /etc/postfix/pop-before-smtp-1.33
chmod -R go-w /etc/postfix/pop-before-smtp-1.33
cp -p /etc/resolv.conf /var/spool/postfix/etc/resolv.conf
--
Noel Jones
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]