On one of the servers we manage, there is a user with thousands of parked domains, all forward to a locally hosted sales page.
Despite that all these parked domains have no MX record setup, there is a large number of incoming SMTP connections that are happening all the time to these domains leading to server resource depletion as well as failure of exim due to multiple simultaneous incoming connections.
So my question is two fold:
1) How can we prevent incoming smtp connections to domains that have no MX record?
2) How can we limit smtp connections to only few domains hosted on server (in this case all but parked domains)?
Can we block incoming mail to port 25 with exception to that directed to specific domains?
Thanks in advance
Despite that all these parked domains have no MX record setup, there is a large number of incoming SMTP connections that are happening all the time to these domains leading to server resource depletion as well as failure of exim due to multiple simultaneous incoming connections.
So my question is two fold:
1) How can we prevent incoming smtp connections to domains that have no MX record?
2) How can we limit smtp connections to only few domains hosted on server (in this case all but parked domains)?
Can we block incoming mail to port 25 with exception to that directed to specific domains?
Thanks in advance