Richard Starkie wrote:
Hi All

I would like to use webmail.domain.com instead of domain.com/webmail can anyone please advise how to do it?

Any and all advise very happily accepted

Create the domain in apache. Set the document root to:
/usr/share/squirrelmail
Ex:

<VirtualHost 192.168.0.1>
DocumentRoot "/usr/share/squirrelmail"
ServerName webmail.whatever.com
UseCanonicalName Off
<Directory /usr/share/squirrelmail>
  Options None
  Order allow,deny
  allow from all
</Directory>
</VirtualHost>


That should work. It's off the top of my head, so you may want to test first.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to