Hi All,
I am facing issues with SMTP authentication on 3.0.1 server.
My settings are as below;
SMTP server = smtp.zoho.com
SMTP server port = 465
SMTP helo = zoho.com
SMTP email = [email protected]
Connection security = SSL/TLS
SSL verify peer = unchecked
SSL verify host = unchecked
authentication = normal password
===============
Debug logs = 4
20691:20160723:110409.184 query [txnlev:0] [update alerts set status=2,retries=3,error='Login denied: Authentication failed: 535' where alertid=10185]
20691:20160723:110409.186 In execute_action(): alertid [10189] mediatype [0]
20691:20160723:110409.186 In send_email() smtp_server:'smtp.zoho.com' smtp_port:465 smtp_security:2 smtp_authentication:1
20691:20160723:110411.194 Login denied: Authentication failed: 535
20691:20160723:110411.194 End of send_email():FAIL
20691:20160723:110411.194 End of execute_action():FAIL
20691:20160723:110411.194 error sending alert ID [10189]
20691:20160723:110411.194 query without transaction detected
20691:20160723:110411.195 query [txnlev:0] [update alerts set retries=1,error='Login denied: Authentication failed: 535' where alertid=10189]
=============
Provider settings
Outgoing Server Settings:
Outgoing Server Name: smtp.zoho.com
Port: 465 with SSL or
Port: 587 with TLS
Require Authentication: Yes
======
When STARTTLS is used we get error "SSL connect error: error:140770FC:SSL
> routines:SSL23_GET_SERVER_HELLO:unknown protocol"
Please advise what else troubleshooting can be done to fix this.
We have another domain on another provider which doesn't use SSL/TLS where zabbix email sending works fine.
Thanks in advance
H
I am facing issues with SMTP authentication on 3.0.1 server.
My settings are as below;
SMTP server = smtp.zoho.com
SMTP server port = 465
SMTP helo = zoho.com
SMTP email = [email protected]
Connection security = SSL/TLS
SSL verify peer = unchecked
SSL verify host = unchecked
authentication = normal password
===============
Debug logs = 4
20691:20160723:110409.184 query [txnlev:0] [update alerts set status=2,retries=3,error='Login denied: Authentication failed: 535' where alertid=10185]
20691:20160723:110409.186 In execute_action(): alertid [10189] mediatype [0]
20691:20160723:110409.186 In send_email() smtp_server:'smtp.zoho.com' smtp_port:465 smtp_security:2 smtp_authentication:1
20691:20160723:110411.194 Login denied: Authentication failed: 535
20691:20160723:110411.194 End of send_email():FAIL
20691:20160723:110411.194 End of execute_action():FAIL
20691:20160723:110411.194 error sending alert ID [10189]
20691:20160723:110411.194 query without transaction detected
20691:20160723:110411.195 query [txnlev:0] [update alerts set retries=1,error='Login denied: Authentication failed: 535' where alertid=10189]
=============
Provider settings
Outgoing Server Settings:
Outgoing Server Name: smtp.zoho.com
Port: 465 with SSL or
Port: 587 with TLS
Require Authentication: Yes
======
When STARTTLS is used we get error "SSL connect error: error:140770FC:SSL
> routines:SSL23_GET_SERVER_HELLO:unknown protocol"
Please advise what else troubleshooting can be done to fix this.
We have another domain on another provider which doesn't use SSL/TLS where zabbix email sending works fine.
Thanks in advance
H
Comment