Hi Sean
Thanks for the information but still having issues if you can help that would be great
When I goto Admin -> Email Settings
just changing the Port to 587
020-10-20 16:19:13 Connection: opening to wylbproductmail.pa-dev.knxa:587, timeout=300, options=array ()
2020-10-20 16:19:13 Connection: opened
2020-10-20 16:19:17 SMTP -> get_lines(): $data is ""
2020-10-20 16:19:17 SMTP -> get_lines(): $str is ""
2020-10-20 16:19:17 SERVER -> CLIENT:
2020-10-20 16:19:17 SMTP NOTICE: EOF caught while checking if connected
2020-10-20 16:19:17 Connection: closed
The following From address failed:
[email protected] : Called MAIL FROM without being connected,,,SMTP server error: Called MAIL FROM without being connected
Having the Port at 587 and Selecting the TLS option
2020-10-20 16:21:18 Connection: opening to wylbproductmail.pa-dev.knxa:587, timeout=300, options=array ()
2020-10-20 16:21:18 Connection: opened
2020-10-20 16:21:22 SMTP -> get_lines(): $data is ""
2020-10-20 16:21:22 SMTP -> get_lines(): $str is ""
2020-10-20 16:21:22 SERVER -> CLIENT:
2020-10-20 16:21:22 SMTP NOTICE: EOF caught while checking if connected
2020-10-20 16:21:22 Connection: closed
SMTP Error: Could not connect to SMTP host.
SMTP connect() failed.
https://github.com/PHPMailer/PHPMailer/ ... leshooting
To the Individual Servers I get the following message which is something I would except as the Certificate is created with the VIP name
2020-10-20 16:36:05 Connection: opening to dwylbopemail03.ops-dev.pa-dev.knxa:587, timeout=300, options=array ()
2020-10-20 16:36:05 Connection: opened
2020-10-20 16:36:05 SMTP -> get_lines(): $data is ""
2020-10-20 16:36:05 SMTP -> get_lines(): $str is "220 wylbproductmail.pa-dev.knxa ESMTP Postfix"
2020-10-20 16:36:05 SERVER -> CLIENT: 220 wylbproductmail.pa-dev.knxa ESMTP Postfix
2020-10-20 16:36:05 CLIENT -> SERVER: EHLO dwylbopngios02
2020-10-20 16:36:05 SMTP -> get_lines(): $data is ""
2020-10-20 16:36:05 SMTP -> get_lines(): $str is "250-wylbproductmail.pa-dev.knxa"
2020-10-20 16:36:05 SMTP -> get_lines(): $data is "250-wylbproductmail.pa-dev.knxa"
2020-10-20 16:36:05 SMTP -> get_lines(): $str is "250-PIPELINING"
2020-10-20 16:36:05 SMTP -> get_lines(): $data is "250-wylbproductmail.pa-dev.knxa250-PIPELINING"
2020-10-20 16:36:05 SMTP -> get_lines(): $str is "250-SIZE 20480000"
2020-10-20 16:36:05 SMTP -> get_lines(): $data is "250-wylbproductmail.pa-dev.knxa250-PIPELINING250-SIZE 20480000"
2020-10-20 16:36:05 SMTP -> get_lines(): $str is "250-VRFY"
2020-10-20 16:36:05 SMTP -> get_lines(): $data is "250-wylbproductmail.pa-dev.knxa250-PIPELINING250-SIZE 20480000250-VRFY"
2020-10-20 16:36:05 SMTP -> get_lines(): $str is "250-ETRN"
2020-10-20 16:36:05 SMTP -> get_lines(): $data is "250-wylbproductmail.pa-dev.knxa250-PIPELINING250-SIZE 20480000250-VRFY250-ETRN"
2020-10-20 16:36:05 SMTP -> get_lines(): $str is "250-STARTTLS"
2020-10-20 16:36:05 SMTP -> get_lines(): $data is "250-wylbproductmail.pa-dev.knxa250-PIPELINING250-SIZE 20480000250-VRFY250-ETRN250-STARTTLS"
2020-10-20 16:36:05 SMTP -> get_lines(): $str is "250-ENHANCEDSTATUSCODES"
2020-10-20 16:36:05 SMTP -> get_lines(): $data is "250-wylbproductmail.pa-dev.knxa250-PIPELINING250-SIZE 20480000250-VRFY250-ETRN250-STARTTLS250-ENHANCEDSTATUSCODES"
2020-10-20 16:36:05 SMTP -> get_lines(): $str is "250-8BITMIME"
2020-10-20 16:36:05 SMTP -> get_lines(): $data is "250-wylbproductmail.pa-dev.knxa250-PIPELINING250-SIZE 20480000250-VRFY250-ETRN250-STARTTLS250-ENHANCEDSTATUSCODES250-8BITMIME"
2020-10-20 16:36:05 SMTP -> get_lines(): $str is "250 DSN"
2020-10-20 16:36:05 SERVER -> CLIENT: 250-wylbproductmail.pa-dev.knxa250-PIPELINING250-SIZE 20480000250-VRFY250-ETRN250-STARTTLS250-ENHANCEDSTATUSCODES250-8BITMIME250 DSN
2020-10-20 16:36:05 CLIENT -> SERVER: STARTTLS
2020-10-20 16:36:05 SMTP -> get_lines(): $data is ""
2020-10-20 16:36:05 SMTP -> get_lines(): $str is "220 2.0.0 Ready to start TLS"
2020-10-20 16:36:05 SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
2020-10-20 16:36:05 Connection failed. Error #2: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed [/usr/local/nagiosxi/html/includes/phpmailer/class.smtp.php line 374]
SMTP Error: Could not connect to SMTP host.
2020-10-20 16:36:05 CLIENT -> SERVER: QUIT
2020-10-20 16:36:05 SMTP -> get_lines(): $data is ""
2020-10-20 16:36:05
2020-10-20 16:36:05
2020-10-20 16:36:05
2020-10-20 16:36:05
2020-10-20 16:36:05
2020-10-20 16:36:05
2020-10-20 16:36:05
2020-10-20 16:36:05
2020-10-20 16:36:05
2020-10-20 16:36:05 Connection: closed
SMTP connect() failed.
https://github.com/PHPMailer/PHPMailer/ ... leshooting