ok I'm having a real hard time getting postfix to answer requested connects on
port 25. I have the main.cf config file modified properly (I think). Any way
wh en I do a postfix check I get the following reply:
postfix/postfix-script: warning: /var/spool/postfix/etc/localtime and /etc/localtime differ
what on earth is th is all about/ I get the same thing when I try to start postfix using postfix start.
Can someone tell me how to fix this issue? Thanks in advance! -- Steve Smith/KC9AOY
Linux Rulez - Stop rebooting and get work done! Switch to Linux!
-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list
Postfix is run chrooted, this error indicates that /etc/localtime differ from /va/spool/postfix/etc/localtime.
to resolve this problem all you have to do is to perform this:
cp /etc/localtime /var/spool/postfix/etc/localtime
and then restart postfix, check the logs if this problem still exist.
jhun
-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list