Robert Schetterer: > Am 15.03.2013 13:11, schrieb Wietse Venema: > > Robert Schetterer: > >> Hi, > >> > >> if i use > >> > >> smtp_tls_security_level = may > >> > >> is > >> > >> smtp_tls_policy_maps honored ? > > > > As a general rule, per-destination SMTP/TLS policy lookup results > > override main.cf (and master.cf) settings. > > > > You enable smtp_tls_policy_maps lookups by specifying a non-empty > > value (there appears to be no other way to turn this off). > > Hi Wietse, i set > > smtp_tls_security_level = may > > and > > smtp_tls_policy_maps = hash:/etc/postfix/tls_policy > > with > > /etc/postfix/tls_policy > > example.com encrypt > > so it should goal > > encrypt ,if possible ,with fallback to plain, for all destination > > but for example.com encrypt only ( no plain fallback )
That is what I mean with "smtp_tls_policy_maps overrides main.cf (and master.cf)". Wietse