Ubuntu 14.04 :How to setup TLS on postfix and dovecot
#1
Ubuntu 14.04 :How to setup TLS on postfix and dovecot
Anyone Tell Me How to setup SSL/TLS on postfix and dovecot on Ubuntu 14.04 Huh Huh Huh Huh
Reply
#2
RE: Ubuntu 14.04 :How to setup TLS on postfix and dovecot
https://help.ubuntu.com/lts/serverguide/postfix.html
Reply
#3
RE: Ubuntu 14.04 :How to setup TLS on postfix and dovecot
(11-30-2014, 05:38 AM)Blooddarkness Wrote: https://help.ubuntu.com/lts/serverguide/postfix.html

Not Work On Sentora
Reply
#4
RE: Ubuntu 14.04 :How to setup TLS on postfix and dovecot
Potfix:
Code:
smtpd_use_tls   = yes smtpd_tls_auth_only = yes smtp_tls_security_level = may smtp_tls_session_cache_database = btree:${data_directory}/smtp_tls_session_cache smtpd_tls_auth_only = yes smtpd_tls_key_file = /etc/ssl/key.nopass.key smtpd_tls_cert_file = /etc/ssl/cert.gen.crt smtpd_tls_CAfile = /etc/ssl/CA.crt smtpd_tls_loglevel = 3 smtpd_tls_received_header = yes smtpd_tls_session_cache_timeout = 3600s smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_tls_session_cache tls_random_source = dev:/dev/urandom

Dovecot:
Code:
ssl_ca = </etc/ssl/CA.crt ssl_cert = < /etc/ssl/cert.gen.crt ssl_key = </etc/ssl/key.nopass.key ssl_verify_client_cert = yes ssl = required ssl_key_password = passphrase

Should work.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
1.0.2 1.0.3 postfix fix not work andykimpe 20 38 ,946 06-12-2021, 09:54 PM
Last Post: andykimpe
Postfix relay specific domains to mailjet johnnyp 0 3 ,013 01-29-2021, 04:44 AM
Last Post: johnnyp
OS - Ubuntu 18.04 or Centos 8 Qrash 1 6 ,520 01-18-2021, 07:48 PM
Last Post: Jettaman

Forum Jump:


Users browsing this thread: 1 Guest(s)