> On Feb 08, 2015, at 05.55, John <j...@klam.ca> wrote:
> 
> Is there a way of checking for unnecessary entries in the Postfix main or 
> master config files.
> I was looking through the mailing list and noticed the point that Victor made 
> about "smtpd_tls_session_cache_database" being "mostly unnecessary". 
> This made me wonder if I have entries in the config files that are 
> duplicating defaults. The obvious method would be to check each entry against 
> the manual, however, probably over thinking this, I wondered if the manual 
> and my distribution (Debian Jessie) my be different.

i use this to reveal duplicates in main.cf:

(postconf -d; postconf -n) | sort | uniq -d

-ben

Reply via email to