(09-20-2017, 05:09 PM)zanga Wrote: Found the issue, in the postfix configuration I added the cert instead of the fullchain and the private key.
All green now
when you say you added the cert (which caused error)
smtp_use_tls = no
smtpd_use_tls = yes
smtpd_tls_security_level = may
smtp_tls_note_starttls_offer = yes
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_key_file = /etc/letsencrypt/live/mail.domain.tk/privkey.pem
smtpd_tls_cert_file = /etc/letsencrypt/live/mail.domain.tk/cert.pem < WHAT SHOULD I PUT HERE IF NOT CERT PATH?
smtpd_tls_CAfile = /etc/letsencrypt/live/mail.domain.tk/fullchain.pem
as you see above in postfix main.cnf
I added cert path ????
what should go there to stop error?