Re: [SM-USERS] Squirrelmail not using port 465 for smtp although it is specified in config.php

2021-01-11 Thread Paul Lesniewski
On Mon, January 11, 2021 11:45 am, David Carvalho wrote: > Hello. > So now I know that Squirrelmail does not work with starttls on port 25. In fact it does. It works on any port that the SMTP server wants to accept its connections on. That does not mean it's a good thing to set up your mail se

[SM-USERS] Squirrelmail not using port 465 for smtp although it is specified in config.php

2021-01-11 Thread David Carvalho
Hello. So now I know that Squirrelmail does not work with starttls on port 25. I’ve changed $smtpPort value to 465 and maintained $use_smtp_tls = true and $smtp_auth_mech = ‘login’ , but a network traffic inspection shows my web server always connecting to the smtp server using port 25. How c