Le 21/09/2011 16:02, Steve Jenkins a écrit : > I couldn't find anything in the docs, but is there an option to > minimize Postscreen's log output? For troubleshooting I'd turn logging > back to full, but perhaps an option to only show the NOQUEUE output in > the maillog? Assuming this doesn't exist, I think that might be a nice > feature for future versions. >
so you'd like to have if (shouldlog(feature)) { logit(...) } all around the code? the fact that postfix provides "incremental" logs is not without reason. you may be happy to see Apache logs a line per request, and unhappy to see that postfix gives you many lines for a single transaction. but for those of us who care about security, postfix logging is the way: if the system is compromised in the middle of a transaction, we get some information to work with. of course, most of the time, this is useless, but when you need it, it's there.