• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Mail - Outbound only?

Stdotcom

New Pleskian
Hi,

We have an AWS plesk instance with around 400 domains on. All domains DNS are pointing mail to a different server and almost all domains have a contact form on their website.

the problem is, the contact forms won't work as mail is on a different server. I'm assuming that the local server thinks mail is on the server and thinks it has already been received?

is this because we need to disable incoming mail for all of these domains? if so how would we go about doing this? I tried stopping all courier-imap services but this didn't seem to work.

Any help would be fantastic.
 
Yes, You will have to disabled the mail services of your all domain on your server. You can disable it with the following command.

Code:
/usr/local/psa/bin/mail --off domain.tld
 
Back
Top