I am trying to get voice mail to email working, using a gmail account that works at the same location when I switch to embedded mail. I have used both Gmail and an office365 account. This is the message I am getting from the log:
Attempting to connect to host 74.125.195.108 on port 587, local bound address is (null)
26/06/2018 20:47:21.105 - Successfully connected to host 74.125.195.108 on port 587
26/06/2018 20:47:21.162 - < 220 smtp.gmail.com ESMTP c4-v6sm7137942pfe.53 - gsmtp
26/06/2018 20:47:21.170 - ######## START OF CHUNK ######
26/06/2018 20:47:21.227 - > EHLO CentrixHR23
26/06/2018 20:47:21.284 - ######## END OF CHUNK ######
26/06/2018 20:47:21.341 - < 250-smtp.gmail.com at your service, [98.174.251.203]
26/06/2018 20:47:21.341 - 250-SIZE 35882577
26/06/2018 20:47:21.341 - 250-8BITMIME
26/06/2018 20:47:21.341 - 250-STARTTLS
26/06/2018 20:47:21.341 - 250-ENHANCEDSTATUSCODES
26/06/2018 20:47:21.341 - 250-PIPELINING
26/06/2018 20:47:21.341 - 250-CHUNKING
26/06/2018 20:47:21.341 - 250 SMTPUTF8
26/06/2018 20:47:21.348 - ######## START OF CHUNK ######
26/06/2018 20:47:21.415 - > AUTH LOGIN
26/06/2018 20:47:21.521 - ######## END OF CHUNK ######
26/06/2018 20:47:21.530 - < 530 5.7.0 Must issue a STARTTLS command first. c4-v6sm7137942pfe.53 - gsmtp
26/06/2018 20:47:21.545 - CSMTPConnection::AuthLogin: Server does not support AUTH LOGIN.
26/06/2018 20:47:21.554 - ######## START OF CHUNK ######
26/06/2018 20:47:21.561 - > QUIT
26/06/2018 20:47:21.618 - ######## END OF CHUNK ######
26/06/2018 20:47:21.626 - < 221 2.0.0 closing connection c4-v6sm7137942pfe.53 - gsmtp
26/06/2018 20:47:21.733 - CSMTPConnection::Connect: An unexpected HELO/EHLO response was received.
26/06/2018 20:47:21.790 - CSMTPConnection:
isconnect: Already disconnected from SMTP server, doing nothing.
I get the AuthLogin: Server does not support AUTH LOGIN using either Office365 or gmail. When I follow the FAQ940-7897 setup using port 25 and the smtp-relay domain, I get a different version of the message that says port 587 requires authorization, even though I am using port 25. Any suggestions appreciated.
Attempting to connect to host 74.125.195.108 on port 587, local bound address is (null)
26/06/2018 20:47:21.105 - Successfully connected to host 74.125.195.108 on port 587
26/06/2018 20:47:21.162 - < 220 smtp.gmail.com ESMTP c4-v6sm7137942pfe.53 - gsmtp
26/06/2018 20:47:21.170 - ######## START OF CHUNK ######
26/06/2018 20:47:21.227 - > EHLO CentrixHR23
26/06/2018 20:47:21.284 - ######## END OF CHUNK ######
26/06/2018 20:47:21.341 - < 250-smtp.gmail.com at your service, [98.174.251.203]
26/06/2018 20:47:21.341 - 250-SIZE 35882577
26/06/2018 20:47:21.341 - 250-8BITMIME
26/06/2018 20:47:21.341 - 250-STARTTLS
26/06/2018 20:47:21.341 - 250-ENHANCEDSTATUSCODES
26/06/2018 20:47:21.341 - 250-PIPELINING
26/06/2018 20:47:21.341 - 250-CHUNKING
26/06/2018 20:47:21.341 - 250 SMTPUTF8
26/06/2018 20:47:21.348 - ######## START OF CHUNK ######
26/06/2018 20:47:21.415 - > AUTH LOGIN
26/06/2018 20:47:21.521 - ######## END OF CHUNK ######
26/06/2018 20:47:21.530 - < 530 5.7.0 Must issue a STARTTLS command first. c4-v6sm7137942pfe.53 - gsmtp
26/06/2018 20:47:21.545 - CSMTPConnection::AuthLogin: Server does not support AUTH LOGIN.
26/06/2018 20:47:21.554 - ######## START OF CHUNK ######
26/06/2018 20:47:21.561 - > QUIT
26/06/2018 20:47:21.618 - ######## END OF CHUNK ######
26/06/2018 20:47:21.626 - < 221 2.0.0 closing connection c4-v6sm7137942pfe.53 - gsmtp
26/06/2018 20:47:21.733 - CSMTPConnection::Connect: An unexpected HELO/EHLO response was received.
26/06/2018 20:47:21.790 - CSMTPConnection:
I get the AuthLogin: Server does not support AUTH LOGIN using either Office365 or gmail. When I follow the FAQ940-7897 setup using port 25 and the smtp-relay domain, I get a different version of the message that says port 587 requires authorization, even though I am using port 25. Any suggestions appreciated.