How to update Squirrelmail

SquirrelMailToday 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:

By Leendert

Leendert van Achteren is a Business Analyst and part-time Web Entrepreneur. He's building and managing websites with SEO in mind He's writing about anything that has his interest, but especially focusing on market transparency for consumers.

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.