Is there any way to customize postfix logging? I'm trying to get some reports out of it and I find it almost impossible to parse on it's default. Probably a XML like logging would be perfect.

Thanks.

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

Have you considered logwatch, which is usually the default log digest packaged with several linux installs?

link|improve this answer
feedback

I know there are some log analyzer.
Check if one of those can help you:

http://www.postfix.org/addon.html#logfile

link|improve this answer
feedback

You can't configure logging formats directly from postfix. You'd have to parse the syslog formatted stuff and create your format, at which point it would be easier to just use the syslog stuff.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.