Voytek:
> Jan 11 13:04:39 geko postfix/smtpd[5403]: warning: restriction
> `check_sasl_access' ignored: no SASL support

Postfix was compiled without SASL support. There is no code to 
implement SASL. This cannot be changed with main.cf settings.

#ifdef USE_SASL_AUTH
        } else if (is_map_command(state, name, CHECK_SASL_ACL, &cpp)) {
            if (var_smtpd_sasl_enable) {
                if (state->sasl_username && state->sasl_username[0])
                    status = check_sasl_access(state, *cpp, def_acl);
            } else
#endif
                msg_warn("restriction `%s' ignored: no SASL support", name);


        Wietse

Reply via email to