• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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