Postfix : TLS not working outside my network

As I just finished setting TLS and SASL to secure the access to my Postfix server, I realized that it was working only from inside my network. What I got from my lan : $ telnet mars 25 Trying 192.168.222.10… Connected to phocean.net. Escape character is ‘^]’. 220 phocean.net ESMTP Postfix (Debian/GNU) ehlo phocean.net 250-phocean.net…
Continue Reading

As I just finished setting TLS and SASL to secure the access to my Postfix server, I realized that it was working only from inside my network. What I got from my lan : $ telnet mars 25 Trying 192.168.222.10… Connected to phocean.net. Escape character is ‘^]’. 220 phocean.net ESMTP Postfix (Debian/GNU) ehlo phocean.net 250-phocean.net…
Continue Reading

SSH/SSL patching and hardening

My OpenSSL-based daemons are back up ! These commands should provide quite a good security level for a while (at least again non super-power governmental organizations) : $ ssh-keygen -t rsa -b 4096 # openssl genrsa -aes256 -out secret.key 4096 I am the only person to use the server, so I don’t have any scallability…
Continue Reading