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

Ignore local domain's when emailing

R

RhysG

Guest
Hello all,

I have a situation where I am forced to host some of my domain's eMail accounts on a different server to where thier website and DNS is hosted.

The problem is that when domains which have thier eMail and domain on my plesk server try to email domains with eMail accounts on the external server they get the message that the user does not exsist. I have figured out that when the user send an email the server they are on is serched for a the domain and if foudn the eMail is sent to the domain on the local server.

How do I prevent this from happening?

Regards
Rhys
 
There are a couple of options that I use as a workaround.

1) Log on to the console for the server and disable the e-mail domain, or the e-mail service for the domain. The mail server then won't try to short-circuit deliver.
2) I also go into IIS config and setup the MS SMTP server but set it to port 26, allowing this service to relay only for localhost. I then instruct programmers to use the mailserver 'localhost', and specify the SMTP port at port 26, it then uses DNS MX records for delivery rather than the Plesk installed mail server.

Regards

Craig
 
Thank you, we figured that part out just after I posted this entry.

Regards
 
Back
Top