On Tue, Jan 28, 2014 at 09:15:02PM -0500, Dennis Putnam wrote:

> The following is in my main.cf.
> 
> smtp_sasl_auth_enable = yes
> smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
> smtp_sasl_security_options =

You might think so, but that does not make it so.

> However, when I run postconf, I get this:
> 
> smtp_sasl_auth_enable = no

That's the actual setting in main.cf, or else there is no setting
of this parameter in main.cf, and so the default value is in effect.

Run "postconf -n | grep smtp_sasl_auth_enable", and see for yourself
where your mistake is.  Some whitespace is more equal than other
whitespace.

> Can anyone explain what has happened?

You have not set  "smtp_sasl_auth_enable = yes", and perhaps other
required settings are not in fact set as intended.

-- 
        Viktor.

Reply via email to