Quantcast
Viewing all articles
Browse latest Browse all 10

SquirrelMail Webmail Setup Howto for Unbuntu 10.04

SquirrelMail is an open source standards-based webmail package written in PHP. When installed, SquirrelMail is ready out of the box. All it needs is an installed web server like Apache, SMTP server like Postfix, and IMAP server like Dovecot.

Installing SquirrelMail

Image may be NSFW.
Clik here to view.
yum install squirrelmail
Image may be NSFW.
Clik here to view.
1. Install squirrelmail using the command below.
sudo apt-get install squirrelmail
Image may be NSFW.
Clik here to view.
squirrelmail configure apache
Image may be NSFW.
Clik here to view.
2. Add SquirrelMail into Apache using the commands below.
sudo cp /etc/squirrelmail/apache.conf /etc/apache2/sites-available/squirrelmail
sudo a2ensite squirrelmail
sudo service apache2 restart
Image may be NSFW.
Clik here to view.
Apache ServerName
Image may be NSFW.
Clik here to view.
3. If you encounter an error regarding apache being not able to determine the server’s fully qualified domain name, then use the command below to fix it.
echo ServerName $HOSTNAME | sudo tee /etc/apache2/conf.d/servername
Image may be NSFW.
Clik here to view.
SquirrelMail Configuration
Image may be NSFW.
Clik here to view.
4. Launch the SquirrelMail Configuration utility using the command below.
sudo squirrelmail-configure
Image may be NSFW.
Clik here to view.
SquirrelMail Configuration
Image may be NSFW.
Clik here to view.
5. Type in D and press Enter to select the Set pre-defined settings for specific IMAP servers menu. Type in dovecot and press Enter. Save your changes when you are done.
Image may be NSFW.
Clik here to view.
Note
I recommend installing the Retrieve User Data plugin so the user’s name will appear whenever he or she sends an email in SquirrelMail.
Image may be NSFW.
Clik here to view.
SquirrelMail Login
Image may be NSFW.
Clik here to view.
6. Launch your browser and type in http://mail.acme.local/squirrelmail. Replace mail.acme.local with your own server name. Type in a valid username and password and click Login.
Image may be NSFW.
Clik here to view.
Note
If you encounter any problems, check the log file at /var/log/mail.log.
 

Related Pages

 

Viewing all articles
Browse latest Browse all 10

Trending Articles