> I've been trying for the last few hours to get Postfix, running on redhat 9, to work with smtps (i.e. ssl on port 465).
>I don't know about port 465, but I have authenticated SMTP over SSL
working on port 25 (which is better as it's usually not blocked by
firewalls).
You need to install from source, apply the TLS patch, and then make
with
make makefiles CCARGS="-DUSE_SSL -I/usr/local/ssl/include" AUXLIBS="-L/usr/local/ssl/lib -lssl -lcrypto"
Then in main.cf add the following:
smtpd_tls_key_file = /etc/postfix/private_key.pem
smtpd_tls_cert_file = /etc/postfix/cert.pem
smtpd_tls_CAfile = /etc/postfix/CAcert.pem
More details here:
http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/
I can send you more detailed instructions for postfix 2.0.15 if you wish.
Paul
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!