Error in mail.log

3 posts / 0 new
Last post
#1 Fri, 03/28/2008 - 05:12
LHaig

Error in mail.log

Hi,

I get this error in the maillog for my debian sysyem

Mar 28 08:50:55 mail postfix/postfix-script: warning: /var/spool/postfix/etc/resolv.conf and /etc/resolv.conf differ Mar 28 08:50:55 mail postfix/postfix-script: warning: /var/spool/postfix/etc/nsswitch.conf and /etc/nsswitch.conf differ Mar 28 09:00:43 mail postfix/postfix-script: warning: /var/spool/postfix/etc/resolv.conf and /etc/resolv.conf differ Mar 28 09:00:44 mail postfix/postfix-script: warning: /var/spool/postfix/etc/nsswitch.conf and /etc/nsswitch.conf differ

Any ideas what could be wrong?

i used the install.sh

Thanks Lance

Fri, 03/28/2008 - 07:54
Joe
Joe's picture

You've got a chrooted Postfix configuration (which is the default on Debian), but the chroot is out of date. If you are on Debian, I believe just restarting the postfix service will resolve this (as it's my understanding that the etc directory is re-generated every time the service is started).

/etc/init.d/postfix restart

--

Check out the forum guidelines!

Fri, 03/28/2008 - 08:55 (Reply to #2)
LHaig

Thanks Joe.

Topic locked