ram wrote:
I want to send mails from my postfix server to different relay
servers(non postfix) on TLS for different domains

The readme http://www.postfix.org/TLS_README.html
describes how to use tls over smtp using  smtp_tls_cert_file. But how
can I store certificates for multiple servers because I am going to
relay to multiple servers and each one will have their own certificates



Thanks
Ram

Hmm, *your* certificate goes in smtp_tls_cert_file, nothing particular to do with who you're sending to.

If your host has multiple personalities and you want each personality to have it's own sending certificate, you can set smtp_tls_cert_file in master.cf for different transports or just just separate instances of postfix for each personality.

--
Noel Jones

Reply via email to