webmail access
#1
webmail access
Hello again!

I have this into vhost override via apache config in sentora.
The website is working great (https)


SSLEngine on
SSLProtocol ALL -SSLv2 -SSLv3
SSLHonorCipherOrder On
SSLCipherSuite ECDH+AESGCMBig GrinH+AESGCM:ECDH+AES256Big GrinH+AES256:ECDH+AES128Big GrinH+AES:ECDH+3DESBig GrinH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
SSLCertificateFile /etc/letsencrypt/live/domain.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/domain.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/domain.com/chain.pem
# Keeping bellow for future upgrades.
# Requires Apache >= 2.4
SSLCompression off


Now, i want to add this trying to access via webmail.domain.com :

# Configuration for WebMail - webmail.yoursite.tld
<VirtualHost *:80>
ServerAdmin webmaster[at]yoursite.tld
DocumentRoot "/etc/sentora/panel/etc/apps/webmail/"
ServerName webmail.yoursite.tld
AddType application/x-httpd-php .php3 .php
<Directory />
php_admin_value open_basedir /etc/sentora/panel/etc/apps/webmail
Options FollowSymLinks Indexes
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>

I´m running Ubuntu 14.04.5 LTS, Sentora (1.0.3)

My question is : based on the info provided, will it work? it is safe to try?

Thanks !!
Reply


Messages In This Thread
webmail access - by rpuig - 08-31-2017, 02:54 PM
RE: webmail access - by zanga - 08-31-2017, 06:20 PM
RE: webmail access - by rpuig - 08-31-2017, 11:49 PM
RE: webmail access - by TGates - 09-01-2017, 04:08 AM
RE: webmail access - by TGates - 09-07-2017, 06:29 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
[split] Can Not Log Into PHPMyAdmin or Webmail after upgrading to PHP 7.1.24 ogika 2 6 ,544 09-14-2021, 06:25 AM
Last Post: sparkrack
SSH Access rsthomas 2 7 ,542 01-06-2021, 12:14 AM
Last Post: rsthomas
No access after reinstall brucecy92 1 5 ,131 10-10-2020, 01:50 PM
Last Post: Jettaman

Forum Jump:


Users browsing this thread: 1 Guest(s)