Hi Guys,
i noticed that outgoing mails are not encrypted You can test it here: https://de.ssl-tools.net/mails
And here's my fix:
/etc/postfix/main.cf - ADD
------------------------------
smtp_tls_cert_file=/etc/imscp/imscp_services.pem
smtp_tls_key_file=/etc/imscp/imscp_services.pem
smtp_use_tls=yes
smtp_tls_security_level=may
smtp_tls_mandatory_ciphers=high
smtp_tls_mandatory_protocols = !SSLv2, !SSLv3
smtp_tls_session_cache_database = btree:/var/lib/postfix/smtp_scache
smtp_tls_loglevel = 0
------------------------------
This works great for me!
Nuxwin - Maybe for next release?