you can create a virtualhost in Apache (not in ISPConfig) with this content:
<VirtualHost 192.168.1.1:80>
ServerName mail.*:80
ServerAdmin
webmaster@domain.com
DocumentRoot /var/www/sharedip
RewriteEngine On
RewriteCond %{HTTP_HOST} ^webmail..+..+$ [NC]
RewriteCond %{HTTP_HOST} !^mail.domain.com$
RewriteRule ^(.*)$ https://webmail.domain.com$1 [R=301]
</VirtualHost>
It will redicrect all incoming querys from
http://mail.* to
https://webmail.domain.com (of course, "webmail" hosname in domain.com domain should exist, and "mail" host in all domains too, you can create them in DNS Manager)
Recent comments
1 day 1 hour ago
1 day 8 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 22 hours ago
2 days 7 hours ago
2 days 8 hours ago
2 days 12 hours ago
2 days 16 hours ago
2 days 16 hours ago