SNI email not work

Kurogane

Verified User
Joined
Oct 6, 2019
Messages
65
I'm trying to use SNI in my emails but not work give me localhost certificate.

Code:
cd /usr/local/directadmin/
directadmin c | grep sni
enable_ssl_sni=1
mail_sni=1

Code:
directadmin c | grep letsencrypt
letsencrypt=1
letsencrypt_renewal_days=60
letsencrypt_foreground_http_max=10
letsencrypt_renewal_failure_notice_after_attempt=5
letsencrypt_disable_renew_after_renew_failure=0
letsencrypt_max_requests_per_week=100
letsencrypt_multidomain_cert=3
letsencrypt_renewal_success_notice=0
letsencrypt_renewal_notice_to_admins=1
letsencrypt_renewal_error_to_users=1
renew_letsencrypt_on_suspended_domain=0
letsencrypt_account_email=0
letsencrypt_list=www:mail:ftp:pop:smtp
letsencrypt_list_selected=www

I see dovecot not have any files in /etc/dovecot/conf.d/ not have any files here not sure if is a problem
 
Back
Top