• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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