• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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