I usually call the server “mail.example.org” and add an http redirect.
# cat /etc/httpd/conf.d/webmail.conf
<VirtualHost *:80>
ServerName mail.example.org
Redirect permanent / http://mail.example.org/webmail
</VirtualHost>
Please let me know if you succeed, this could become a FAQ.