11.5
php-4.2.2-8.07
squirrelmail-1.4.0-1
Best regards
David Carvalho
11.5
php-4.2.2-8.07
squirrelmail-1.4.0-1
Best regards
David Carvalho
Hello and happy new year everyone.
I’ve been using Squirrelmail for a long time on 2 of my servers currently
running Oracle Linux 6 with version 1.4.22.
While doing some tests today, I noticed on my Sendmail server, which is
different from my web server where Squirrelmail is installed, that it n
= '';
$smtp_sitewide_pass = ''; are null, the system should try to use the same
user/pass used in imap settings to be able to send.
If entering an existing valid user and password in those fields, shouldn’t
squirrelmail use them to authenticate?
Thanks and best regards.
David
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