Asif Iqbal:
> Dec 20 21:25:20 improvise postfix/smtp[7157]: warning: SASL
> authentication failure: No worthy mechs found

This means that the SASL (NOT: SSL) mechanisms are not properly
configured.

> So I tried the openssl test and looks like I need a real certificate?!

No, you need to fix the SASL (NOT: SSL) details.

Output from: 

postconf -n |grep sasl

Very likely you need to set

/etc/postfix/main.cf:
    smtp_sasl_tls_security_options = noanonymous

(the default is to disallow plaintext login mechanisms).

        Wietse

Reply via email to