Lars Sommer, [email protected], 2007-10-22
DISCLAIMER: This is a personal note made for personal usage. It might not be easy usable nor explaining.
For use with my Postfix+Dovecot setup.
Squirrelmail is very simple. Look at Roundcube, Horde Imp or Zibra for something more modern.
Installation:
Install this port:
mail/squirrelmail
Install plugins:
mail/squirrelmail-secure_login-plugin
The plugin secure_login gives ssl enabled login screen.
More nice plugins could come here…
Configure squirrelmail:
cd /usr/local/www/squirrelmail
./configure
“D. Set pre-defined settings for specific IMAP servers”
dovecot
In “2. Server Settings”, in “B. Update SMTP Settings : localhost:25”
set “7. SMTP Authentication : login”
to use SASL.
“8. Plugins”
“17. secure_login”
Enable in apaches httpd.conf:
Alias /webmail/ “/usr/local/www/squirrelmail/”
Allow from all