Tips: Install Squirrel Mail

1 post / 0 new
#1 Wed, 06/25/2008 - 23:34
zulkhaery

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