If you add
and then restart directadmin
Code:
service directadmin restart
The webmail link button will now become
http://domain.tld/roundcube.
However the /roundcube alias has to exist in
Code:
/etc/httpd/conf/httpd.conf
or
Code:
/etc/httpd/conf/extra/httpd-alias.conf
depending on if your using either the default customapache or smtalks new custombuild.
The text to look for is
Code:
Alias /roundcube "/var/www/html/roundcubemail/"
or something similar.
if it isn't there then add it. But make sure it points to your roundcube install in
as your directory name maybe different.
Also remeber to restart apache if you edit its config files.
Grant