Server Information
osTicket (v1.6 ST)
Apache/2.2.22 (Ubuntu)
MySQL Version 5.5.62
PHP Version 5.3.10
I am dealing with this problem since i migrated my mail server to Exchange Server 2019. I wanted to configure it but i get these error: "authentication failure [SMTP: STARTTLS failed (code: 220, response: 2.0.0 SMTP server ready)]".
Looking for a solution, i found out that a possibility was changing a line in de SMTP.php file.
the line is something like:
if (version_compare (PHP_VERSION, '5 .1.0 ','>=') & & (isset ($ this-> _esmtp ) | | ($ this-> _esmtp == true)) ) {
replaced it with:
if (version_compare (PHP_VERSION, '6 .1.0 ','>=') & & (isset ($ this-> _esmtp ) | | ($ this-> _esmtp == true)) ) {
After doing that, i tried again an got another error:
I don´t know what to do, hope you can help me