Assuming I have a server that needs to send mail (such as PHP, Ruby,
ColdFusion, etc), what is the best configuration?
I want this email to be sent securely (SSL, TLS, whatever) over some
port, so what should I use? 25 is not SSL, I know that much... but all
I really need is the ability to provide my certificate, port number,
domain, but I cannot figure out.
Is TLS what I should be using? How can I get Postfix to work over a
port like 465? etc?? Thanks!!!