• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Qmail +smtps +domains HELP!

V

voided

Guest
i really need to figure this out...

i need to get smtps to work per domain

1) i got an ssl for a mail.domain.com

2) i set it up in the cp

3) i connect on 465 and get a "can't confirm ssl" error ...

how does qmail handle ssl for virtualdomains?

do i need to do anything else to make it work?

help! :)
 
thats weird... i don't seem to get this problem with thunderbird....

or am i wrong... (still testing)
 
You're not going to get multiple certificates to work on qmail like you can for apache. You could however run multiple instances of qmail that bind to different IPs, but that would be a pain. As for just running one certificate, I found that Plesk didn't replace my mail certificates when I loaded it and ran the setup and click default. Instead, I had to replace imapd.pem, pop3d.pem and qmail's servercert.pem. (the names are close to those) You make a pem by concatenating your certificate and the private key into one file. Then, make sure the mail user (and only him (chmod 400)) can read the pem. Restart and you should be good.
 
Back
Top