On Sat, Mar 22, 2014 at 11:08:48PM +0200, Anonymous12 wrote: > Mar 22 22:06:58 vps44713 postfix/smtp[10225]: warning: SASL > authentication failure: No worthy mechs found
http://www.postfix.org/postconf.5.html#smtp_sasl_tls_security_options http://www.postfix.org/postconf.5.html#smtp_sasl_security_options The default for both is to disallow plaintext mechanisms. Consider setting: smtp_sasl_tls_security_options = noanonymous and best also specifying a mandatory authenticated TLS security policy for the relayhost. -- Viktor.