• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Running OpenEMM with Qmail

LionGate

New Pleskian
Has anybody found a way to run OpenEMM with the Plesk 11? OpenEMM needs Sendmail, but Plesk 11 uses Qmail. Is there a way to run both concurrently, or to modify Qmail to run a full set of Sendmail commands?

What are the implications of replacing Qmail's sendmail binary with Sendmail's own sendmail binary?
 
Hello,

Sendmail is already installed on server and you can use that for the sending the mail.

You can check the sendmail path through following command

Code:
whereis sendmail
 
This produces the following error when OpenEMM is loaded: Starting sendmails: listener sendmail: illegal option -- q. The Sendmail that is used by Qmail is not a full version and doesn't support the 'q' parameter.
 
Back
Top