Currently I have this for my webmail:
Code:
# DOMAIN: webmail.domain.tld
<virtualhost *:80>
ServerName webmail.domain.tld
ServerAlias webmail.domain.tld
ServerAdmin server@domain.tld
DocumentRoot "/etc/sentora/panel/etc/apps/webmail"
php_admin_value open_basedir "/etc/sentora/panel/etc/apps/webmail:/etc/sentora/configs/roundcube:/var/sentora/temp/"
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec"
ErrorLog "/var/sentora/logs/base_services/webmail_domain.tld-error.log"
CustomLog "/var/sentora/logs/base_services/webmail_domain.tld-access.log" combined
CustomLog "/var/sentora/logs/base_services/webmail_domain.tld-bandwidth.log" common
<Directory "/etc/sentora/panel/etc/apps/webmail">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>
AddType application/x-httpd-php .php3 .php
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
</virtualhost>
My Sentora Resources
[Module] Mail Quota Count | Vagrant Box with Sentora
Graphic and Web Design. Development.
www.vanguardly.com
[Module] Mail Quota Count | Vagrant Box with Sentora
Graphic and Web Design. Development.
www.vanguardly.com