Point www.domain.com/foo to mail.domain.com?

Check here:

Code:
http://help.directadmin.com/item.php?id=92

just payint attention on this line

Code:
  DocumentRoot /var/www/html/squirrelmail

that should be

Code:
  DocumentRoot /var/www/html/roundcube

And here

Code:
echo "webmail=|IP|" >> dns_a.conf

that should be

Code:
echo "mail=|IP|" >> dns_a.conf
 
Back
Top