Displaying 1 result from an estimated 1 matches for "ssl42".
Did you mean:
ssl2
2016 Mar 26
2
Fw: VS: Re: Need help solving issue
...endmail
}
protocol imap {
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
mail_plugins = quota imap_quota
}
protocol pop3 {
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_uidl_format = %08Xu%08Xv
}
local [ipaddress3] {
protocol imap {
ssl_cert = </etc/postfix/ssl42.cert
ssl_key = </etc/postfix/ssl42.key
}
}
local [ipaddress4] {
protocol imap {
ssl_cert = </etc/postfix/ssl43.crt
ssl_key = </etc/postfix/ssl43.pem
}
}Below is output of postconf -npostconf -n
broken_sasl_auth_clients = yes
command_directory = /local/sbin
config_director...