I am constantly getting "535 Authentication Failed" but the username/password supplied is correct. Config/Log below. Two-factor auth is disabled. Any ideas what could be wrong?
Config
- #
- # Config file for sSMTP sendmail
- #
- # The person who gets all mail for userids < 1000
- # Make this empty to disable rewriting.
- root=response@pracevdigitalu.cz
- # The place where the mail goes. The actual machine name is required no
- # MX records are consulted. Commonly mailhosts are named mail.domain.com
- mailhub=smtp.zoho.com:587
- # Where will the mail seem to come from?
- rewriteDomain=pracevdigitalu.cz
- # The full hostname
- hostname=ssmtp.pracevdigitalu.cz
- # Are users allowed to set their own From: address?
- # YES - Allow the user to specify their own From: address
- # NO - Use the system generated From: address
- FromLineOverride=yes
- # Use SSL/TLS before starting negotiation
- #UseTLS=Yes
- UseSTARTTLS=Yes
- # Username/Password
- AuthUser=response@pracevdigitalu.cz
- AuthPass=<omit>
- Debug=YES
Log
- sSMTP[10114]: Set MailHub="smtp.zoho.com"
- sSMTP[10114]: via SMTP Port Number="587"
- sSMTP[10114]: Creating SSL connection to host
- sSMTP[10114]: 220 mx.zohomail.com SMTP Server ready September 11, 2018 2:45:40 PM PDT
- sSMTP[10114]: EHLO ssmtp.pracevdigitalu.cz
- sSMTP[10114]: 250 SIZE 53477376
- sSMTP[10114]: STARTTLS
- sSMTP[10114]: 220 Ready to start TLS.
- sSMTP[10114]: SSL connection using ECDHE_RSA_AES_256_CBC_SHA1
- sSMTP[10114]: EHLO ssmtp.pracevdigitalu.cz
- sSMTP[10114]: 250 SIZE 53477376
- sSMTP[10114]: AUTH LOGIN
- sSMTP[10114]: 334 VXNlcm5hbWU6
- sSMTP[10114]: cmVzcG9uc2VAcHJhY2V2ZGlnaXRhbHUuY3o=
- sSMTP[10114]: 334 UGFzc3dvcmQ6
- sSMTP[10114]: <omit>
- sSMTP[10114]: 535 Authentication Failed
- sSMTP[10114]: Authorization failed (535 Authentication Failed)