Hi, Ubuntu Server 10.04 ISPConfig 3 version 3.0.5.1 SquirrelMail version 1.4.22: Regarding Webmail: --> clientdomain1.tld/webmail --> clientdomain2.tld/webmail etc.Is this possible? Can anybody confirm this will work on Ubuntu Server 10.04 - ISPConfig 3: http://www.howtoforge.com/forums/archive/index.php/t-44122.html astewart 27th May 2010, 18:19 After following the perfect Setup ispconfig 3 for your Linux distro, manually create an .vhost for your webmail. Eg, I am running ubuntu and my squirrelmail.vhost looks like this: Alias /webmail /usr/share/squirrelmail <Directory /usr/share/squirrelmail> Options Indexes FollowSymLinks <IfModule mod_php4.c> php_flag register_globals off </IfModule> <IfModule mod_php5.c> php_flag register_globals off </IfModule> <IfModule mod_dir.c> DirectoryIndex index.php </IfModule> # access to configtest is limited by default to prevent information leak <Files configtest.php> order deny,allow deny from all allow from 127.0.0.1 </Files> </Directory> This file resides in: /etc/apache2/sites-available But you will have to create a symlink to have it added to: /etc/apache2/sites-enabled Then just restart apache. All domains you host should be able to access webmail now: domain1.com/webmail domain2.com/webmail etc. Meph 27th May 2010, 20:31 Thank you, that worked. The file did not exist in sites-available though so I just created a new file in sites-enabled, and copied and pasted the example you posted. ----- Looking forward to any kind of response - have been fighting with SqirrelMail/Webmail for days Kind Regards, Dan Hansen
Hej Dan, If you follow the guide on http://www.howtoforge.com/perfect-server-debian-lenny-ispconfig3-p5 chapter 19.2 You can see how its done. I know it is for Debian but the process is the same. VH, 0dp