![]() |
|
webmail access - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: webmail access (/showthread.php?tid=3997) |
webmail access - rpuig - 08-31-2017 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+AESGCM H+AESGCM:ECDH+AES256 H+AES256:ECDH+AES128 H+AES:ECDH+3DES H+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSSSSLCertificateFile /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 !! RE: webmail access - zanga - 08-31-2017 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 @ RE: webmail access - rpuig - 08-31-2017 (08-31-2017, 06:20 PM)zanga Wrote: The https part worked for me as well (Centos 7 + Sentora). that is where my config came from.... thanks anyway RE: webmail access - TGates - 09-01-2017 Then it should work ![]() 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. RE: webmail access - Ron-e - 09-06-2017 (09-06-2017, 05:29 PM)charli003 Wrote: Hello! Uhmm isnt this spam? He quoted and sneaked in another link (about dog Insurances so totally non related) in place of the original? RE: webmail access - TGates - 09-07-2017 Kicked LOL |