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
#2
RE: webmail access
The https part worked for me as well (Centos 7 + Sentora).
Unfortunately the second part didn't, was getting 403.
You might want to take a look also here: http://forums.sentora.org/showthread.php?tid=495
Remember to add </VirtualHost> at the start and replace [at] with @
Reply
#3
RE: webmail access
(08-31-2017, 06:20 PM)zanga Wrote: The https part worked for me as well (Centos 7 + Sentora).
Unfortunately the second part didn't, was getting 403.
You might want to take a look also here: http://forums.sentora.org/showthread.php?tid=495
Remember to add </VirtualHost> at the start and replace [at] with @

that is where my config came from....
thanks anyway
Reply
#4
RE: webmail access
Then it should work Wink

But if you want it secure, you will also need to make a certificate for webmail.domain.com and add the SSL stuff to the webmail vhost.
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
#5
RE: webmail access
(09-06-2017, 05:29 PM)charli003 Wrote: Hello!
This is my first time here and i just want to say that I’m very happy to be here and to share my opinion.
Thanks!

Uhmm isnt this spam?
He quoted and sneaked in another link (about dog Insurances so totally non related) in place of the original?

My Sentora DemoMy GithubAuxio Github
Zentora themeS-Type themeCstyleX theme
flat-color-iconssmall-n-flat-icons

Sentora's development takes way too long, so i'm transitioning to HestiaCP.
Reply
#6
RE: webmail access
Kicked LOL
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply


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)