Squirrelmail

Squirrelmail
Webmail on FreeBSD 6.2
Lars Sommer, lasg@lasg.dk, 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

Leave a Reply

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

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>