• 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.

Setup domain without Plesk Mail Server

P

psni

Guest
Issue: All our Plesk domains use external mail servers. Web Site owner programmers write php scripts that uses the MaiEnable SMTP engine to kick out the form results to the domain owner via e-mail. When MailEnable gets the e-mail it attempts to send it to itself since it thinks the domain is local. Disabling the domain in MailEnable has no effect. Deleting the domain within MailEnable fixes the issue. We would prefer to avoid the additional manual task and any other interaction with any Plesk tool that might recreated the MailEnable account.

How does one create a domain without setting up MailEnable or Plesk related mail server?
 
I would like to know the answer to this as well, I have a similar setup. thanks
 
I am having the same issue.
I haven't tried this yet, but I found out you can set the following in the php.ini file:

[mail function]
SMTP = YOUR_PROVIDER
smtp_port = 25
username = USERNAME
password = YOUR_PASSWORD

The username and password would be for validation if needed, but I may need some domains not to use an external mail server, so that is not a solution for me.

G
 
Back
Top