fix gmail instructions for submission server
authored
by
when "Secured connection using TLS" is selected, adding the account failed with the message "Couldn't reach server. Please double-check the server and port number." this might be caused because the option makes Gmail attempt StartTLS, which is not available on port 465 on the submission server: when a connect attempt is made when Gmail tests the account, "SSL_accept:error in before SSL initialization" is seen in the postfix logs When "SSL" mode is selected, adding the account and sending mail using it works as expected