Tested here in every way, but I can not access 'webmail.domain.tld' ¬¬
Always go to this page:
I access webmail at link:
http://myIP/etc/apps/webmail/
and
http://panel.domain.tld/etc/apps/webmail/
on my server with zpanel, functions normally.
I am using the following config in zpanel:
Domain Enabled: selected
Suhosin Enabled: selected
OpenBase Enabled: not selected
DNS module is creating the CNAME webmail, same as the www and ftp.
I tried to use the same config in sentora, changing only the DocumentRoot to /etc/sentora/panel/etc/apps/webmail, but still does not work
What is the problem here?
Always go to this page:
I access webmail at link:
http://myIP/etc/apps/webmail/
and
http://panel.domain.tld/etc/apps/webmail/
on my server with zpanel, functions normally.
I am using the following config in zpanel:
Code:
</VirtualHost>
NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot /etc/zpanel/panel/etc/apps/webmail
ServerName webmail.domain.tld
AddType application/x-httpd-php .php3 .php
<Directory />
Options FollowSymLinks Indexes
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
Suhosin Enabled: selected
OpenBase Enabled: not selected
DNS module is creating the CNAME webmail, same as the www and ftp.
I tried to use the same config in sentora, changing only the DocumentRoot to /etc/sentora/panel/etc/apps/webmail, but still does not work
What is the problem here?