I want to configure postfix such that I get log level 4 for specific ip or domain. And for rest of the cases it should give logs of log level 1 What I tried is : debug_peer_level = 4 debug_peer_list = <ip-address>
In this case postfix is not providing all debug logs.(May be providing log level 2 logs) I was expecting that I will get debug logs of level 4 as we get when we set smtp_tls_loglevel = 4 <This option gives debug logs for all I want it only for specific ip or host> Kindly suggest configuration ? feasibility ? -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html