• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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