How to encrypt Postfix easily? Just add the following rules at the end of the config file /etc/postfix/main.cf: # SSL/TLS parameters smtpd_tls_cert_file=/path/to/your/certificate smtpd_tls_CAfile=/pat...Read More
HTTPS Encryption is a hot topic these days.With TLS1.0 coming to end you are advised to disable all protocols lower than TLSv1.1. Please follow the guide underneath to only allow TLSv1.1 and 1.2 with ...Read More