I found a howto that explains how to create multiple login in ssl postfix & dovecot, but one works but the other not, why?
Config for dovecot
Quote:
local_name mail.xxxxxx.com {
ssl_cert = </etc/postfix/smtpd_xxxxx.cert
ssl_key = </etc/postfix/smtpd_xxxxx.key
}
|
Config for postfix
Quote:
smtpd_tls_dcert_file = /etc/postfix/smtpd_xxxxx.cert
smtpd_tls_dkey_file = /etc/postfix/smtpd_xxxxx.key
|
Thank you for your help
MM
