mattias wrote:
How to get postfix to log eveything iven if i run on both port 26 and
25?
I meen
If i use port 25 i see all info
Etc wich mx pointer the postfix use for sending
But if i use port 26 i not see the info
Postfix logs everything to syslog regardless of the port it's
listening on.
This could be a chroot issue.
http://www.postfix.org/DEBUG_README.html#no_chroot
It's often helpful to add a
-o syslog_name=postfix-26
or similar to your master.cf smtpd alternate port entry to
differentiate logging.
http://www.postfix.org/postconf.5.html#syslog_name
-- Noel Jones