I What to give assign multiple SSL cert to Multiple Domains
I have manage to do so :
by creating a single wild card SSL cert (e.g mail.example.com , mail.example2.com, etc)
But I Want Each domain to have its own ssl cert.
Like So smtpd_tls_cert_file = msql:/etc/postfix/pem smtpd_tls_key_file = mysql:/etc/postfix/key
SQL query is
Select dir From ssl where domain = "$1" limit 1;