• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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