On Wed, Apr 16, 2014 at 11:56:51AM +0100, Marcus wrote: > Viktor Dukhovni: > > To disable DNS in Postfix 2.11.0 or later: > > > > smtp_dns_support_level = none > > Using "none" will throw a fatal error because the value is invalid. > The correct value to disable DNS lookups in Postfix 2.11+ is "disabled" i.e. > > smtp_dns_support_level = disabled > and if lmtp: lmtp_dns_support_level = disabled
Thanks for the correction. I forgot the option value I defined for this case. We could define "none" as an alias for the same case, but I think that disabled is fine, users should check the parameter reference in postconf(5) before setting it, or telling others to do so. :-) -- Viktor.