will be the default, but can be changed by adding webmail_link=other to the directadmin.conf file.
All you have to do is change the alias then in /etc/httpd/conf/extra/httpd-alias.conf and restart apache
I looked at the article mentioned above (http://directadmin.com/features.php?id=735), which says;
I find two directadmin.conf files;
/usr/local/directadmin/data/templates/directadmin.conf
/usr/local/directadmin/conf/directadmin.conf
Neither files have the variables listed in the article:
webmail_link=
hide_webmail_links=
et.al.
All you have to do is change the alias then in /etc/httpd/conf/extra/httpd-alias.conf and restart apache
Alias /config "/var/www/html/redirect.php"
Alias /phpMyAdmin "/var/www/html/phpMyAdmin/"
Alias /phpmyadmin "/var/www/html/phpMyAdmin/"
Alias /squirrelmail "/var/www/html/squirrelmail/"
Alias /roundcube "/var/www/html/roundcube/"
Alias /uebimiau "/var/www/html/uebimiau/"
[COLOR="Red"]Alias /webmail "/var/www/html/webmail/"[/COLOR]
Alias /atmail "/var/www/html/atmail/"
Alias /webmail "/var/www/html/[COLOR="Red"]webmail[/COLOR]/"
Alias /webmail "/var/www/html/[COLOR="Red"]roundcube[/COLOR]/"
Since /webmail was an alias for /var/www/html/webmail/, which appears to be UebiMiau (default web mail application), this is a workaround and not a fix.
My question is; how/can/should I get rid of UebiMiau to allow for a different default /webmail?