Today I updated squirrelmail on the Fedora core Directadmin webserver which I share with Jeroen. I used the following code to upgrade from version 1.4.5 to 1.4.10a.
cd /usr/local/directadmin/scripts
perl -pi -e 's/1.4.5/1.4.11/' squirrelmail.sh
./squirrelmail.sh
with the following fix
in:
nano /var/www/html/squirrelmail-1.4.10a/config/config.php
change line:
$smtpPort = 587;
to:
$smtpPort = 25;
Please follow and like us: