These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Tips: Install Squirrel Mail on the new forum.
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