February 2009
M T W T F S S
« Jan   Mar »
 1
2345678
9101112131415
16171819202122
232425262728  

Secure mail server

Just for the record, two articles on how to configure on GNU/LiNUX a Postfix server as secure smtp server with TLS, and another one about configuring a Courier server with SSL (both IMAP and POP3), and how to test them that I’ve found specially clear:
SSL/TLS server Configuration Tutorial

Apache2: [warn] RSA server certificate CommonName (CN) does NOT match server name!?

Just a note for those whose has find that warning message in his apache web server: Apache’s ServerName directive IS CASE SENSITIVE.
[warn] RSA server certificate CommonName (CN) `MARZOA.COM’ does NOT match server name!?
I had “ServerName marzoa.com” directive on my configuration file for that virtual host, but that was not working. The last thing that I [...]