by using htaccess, you can create webmail folder and add into it file .htaccess with the following content
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.example.com [NC]
RewriteRule ^(.*)$ http://example.net/$1 [L,R=301,NC]
don't forget to replace this domains, RewriteRule is destination.