Tips: Install Squirrel Mail

Tips How to use SquirellMail on your clients domain

  1. Install SquirellMail (eg: apt-get install squirrellmaill on debian)
  2. Edit config file
  3. Create virtual host apache conf like this:

[code:1] <VirtualHost 123.456.789.10:80>
ServerName mail.blabliblu.com
DocumentRoot /usr/share/squirrelmail
<Directory /usr/share/squirrelmail>
allow from all
AllowOverride All
</Directory>
</VirtualHost>
[/code:1]
4. restart apache

if you want every new domain have mail.domain.com, just add the code on your apache template.<br><br>Post edited by: zulkhaery, at: 2008/06/25 23:36