SMTPTLS port 587 Close after fresh Install
#3
RE: SMTPTLS port 587 Close after fresh Install
I make this changes

=================
Dovecot (dovecot.cnf)
=================
# SSL configuration - Begin
#ssl = yes
ssl_cert = </etc/letsencrypt/live/test.com/fullchain.pem
ssl_key = </etc/letsencrypt/live/test.com/privkey.pem
# Disable SSLV3 - Poodle
ssl_protocols = !SSLv2 !SSLv3
# SSL configuration - End

=================
Postfix (main.cf)
=================

smtp_use_tls = yes
smtpd_use_tls = yes
smtp_tls_note_starttls_offer = yes

smtpd_tls_security_level = may
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
smtp_tls_session_cache_database = btree:$data_directory/smtp_tls_session_cache

smtpd_tls_cert_file = /etc/letsencrypt/live/test.com/fullchain.pem
smtpd_tls_key_file = /etc/letsencrypt/live/test.com/privkey.pem


But continue with the port 587 closed, restar the services without problem, but i don“t know if its necessary more changes, regards
Reply


Messages In This Thread
RE: SMTPTLS port 587 Close after fresh Install - by franmm25 - 06-08-2024, 07:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
sentora 2.0 wont load after install kevwebbie 10 5 ,407 04-26-2025, 08:01 AM
Last Post: TGates
Sentoa v 2 install script. kevwebbie 5 2 ,917 04-09-2025, 08:21 PM
Last Post: coeddie11
Installed fresh on ubuntu 20 and dns not working cezars 11 5 ,520 12-29-2024, 07:14 PM
Last Post: dabhijit

Forum Jump:


Users browsing this thread: 1 Guest(s)