This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

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
Thanks given by:
#2
RE: Ubuntu 14.04 :How to setup TLS on postfix and dovecot
https://help.ubuntu.com/lts/serverguide/postfix.html
Reply
Thanks given by:
#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
Thanks given by:
#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
Thanks given by:


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

Forum Jump:


Users browsing this thread: 1 Guest(s)