• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Disable Mail Server - Allow outbound mail

stedotmartin

New Pleskian
Hi, I have recently created a Plesk server, however, it has no need for the mail server to be running as it's just a webserver. Is there a Plesk way of just disabling the Mail feature but allow outbound email via sendmail.

I hope to free up system resources.

Thanks.
 
mail systeme resources are very low...
and now, with spf, dkim, dmarc rules, you can't simply use php mail() or sendmail,
your mail have a great chance to be rejected , and never come in the destination mailbox..
and you encounter the risk to be marked, by your ip, as a spammer...and blocked by spamhaus rules..

if you want to send emails, enable mail features..
and use phpmailer class.
 
Last edited:
@stedotmartin

I agree to a large extent with the comments of @christian - but I would not recommend using phpmailer class.

Instead, I would highly recommend to adjust your web applications to allow them to send out mail via SendGrid - this is reliable outbound mailing, without any worries.

If you have WordPress applications, there is a nice plugin from SendGrid : SendGrid

The plugin works fine - make sure that you use an SendGrid API key (and not the SMTP option), to prevent that you have to install another plugin (which is a security risk).

Hope the above helps a bit.

Kind regards........
 
Back
Top