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

Not use mail server for multi domain in the same inscription

APS_web

New Pleskian
Hi,

I have one inscription with 3 domain (domain1.com, domain2.com and domain3.com), for all the domains i use an other server for the mail, the problem is that if i send an email by a php script at one of this domains (for exemple, i send an email to [email protected]) the email not exit by the webserver because it 'think' that the mail system is internal.

I have partially solved the problem disabling the mail service of the inscription .... but this have effect only for the first domain of the inscription, how can i do this operation for the other 2 domains?

thanks to all.

i use Parallels Plesk 11.5.30 #19 on CentOS 6.4
 
i solved removing the domains by the postfix using this command:

postmap -d <domain.tld> /var/spool/postfix/plesk/virtual_domains
 
Back
Top