Aniello Martuscelli
New Pleskian
Hello
I have test.com hosted on plesk and info@test.com on external mail server
if I create php contact form that send mail from site test.com on info@test.com, plesk try to deliver it locally, but fail because mailbox not exists (mx are on other server), To solve this problem I must disable mail service on test.com doing
is possible to disable mail service globally without do mail --off command for each domain or when I add new domain to plesk?
thanks
I have test.com hosted on plesk and info@test.com on external mail server
if I create php contact form that send mail from site test.com on info@test.com, plesk try to deliver it locally, but fail because mailbox not exists (mx are on other server), To solve this problem I must disable mail service on test.com doing
Code:
/usr/local/psa/bin/mail --off test.com
is possible to disable mail service globally without do mail --off command for each domain or when I add new domain to plesk?
thanks