Actually i overtook the administration of a mail cluster which uses postfix. And i was really confused when i saw the different loggings:
- one of the servers logs to a custom logfile, instead there is no maillog_file defined
- another server of the cluster logs everything to the syslog file
- the third server logs nothing
- another two servers logging correctly
But all the settings are correct and there are no custom logfiles defined - so in my understanding it should use the rsyslog to log to the mail.log
, mail.info
, mail.warn
and mail.err
- but thats not happening correct.
I've read something about creating a rsyslog config file, to force the postfix logging to these files - but i'm not that much into it.
Maybe someone can support which way i can go to get it back/working into the default rsyslog files?