How to enable SSL on Webmail ?
-
- Posts: 10
- Joined: Mon Feb 17, 2014 2:25 am
How to enable SSL on Webmail ?
Hi,
The webmail is default plantext html. I want to use ssl. I already have a ssl certificate.
How to enable ssl on Webmail ?
The webmail is default plantext html. I want to use ssl. I already have a ssl certificate.
How to enable ssl on Webmail ?
Re: How to enable SSL on Webmail ?
hello, if you are using debian os, try this method.
1.edit this file;
2.find out following lines;
3. and uncomment, it should looks like this
I can't be sure, it will work, because I used this method some time ago, and now i can't try it, come back when problem will be still already :)
1.edit this file;
Code: Select all
/etc/exim4/exim4.conf.template
Code: Select all
# tls_advertise_hosts = *
# tls_certificate = /usr/local/vesta/ssl/certificate.crt
# tls_privatekey = /usr/local/vesta/ssl/certificate.key
Code: Select all
tls_advertise_hosts = *
tls_certificate = /usr/local/vesta/ssl/certificate.crt
tls_privatekey = /usr/local/vesta/ssl/certificate.key
-
- Posts: 10
- Joined: Mon Feb 17, 2014 2:25 am
Re: How to enable SSL on Webmail ?
lekr32 wrote:hello, if you are using debian os, try this method.
1.edit this file;2.find out following lines;Code: Select all
/etc/exim4/exim4.conf.template
3. and uncomment, it should looks like thisCode: Select all
# tls_advertise_hosts = * # tls_certificate = /usr/local/vesta/ssl/certificate.crt # tls_privatekey = /usr/local/vesta/ssl/certificate.key
I can't be sure, it will work, because I used this method some time ago, and now i can't try it, come back when problem will be still already :)Code: Select all
tls_advertise_hosts = * tls_certificate = /usr/local/vesta/ssl/certificate.crt tls_privatekey = /usr/local/vesta/ssl/certificate.key
Hi,
Thanks for your reply. My server is running Ubuntu 13.04.
I just re-installed Vestacp minutes ago. And I found ssl is supported on webmail now. It's interesting.
I just checked this file:
Code: Select all
/etc/exim4/exim4.conf.template
Code: Select all
# tls_advertise_hosts = *
# tls_certificate = /usr/local/vesta/ssl/certificate.crt
# tls_privatekey = /usr/local/vesta/ssl/certificate.key
Re: How to enable SSL on Webmail ?
ok perfect
but if you have several domains ? how to setup it ?
but if you have several domains ? how to setup it ?