This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

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
Thanks given by:


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 4 ,999 09-14-2021, 06:25 AM
Last Post: sparkrack
SSH Access rsthomas 2 5 ,827 01-06-2021, 12:14 AM
Last Post: rsthomas
No access after reinstall brucecy92 1 4 ,115 10-10-2020, 01:50 PM
Last Post: Jettaman

Forum Jump:


Users browsing this thread: 1 Guest(s)