Safelist MailChannels service IPs
Your mail server must accept connections from the MailChannels inbound filtering delivery servers. Add the following IP addresses to your mail server’s allowlist:35.161.220.13435.163.189.6434.214.167.13123.83.223.25423.83.220.523.83.212.223.83.208.2
These IP addresses are used exclusively for inbound email filtering. Refer to your mail server’s documentation for how to configure an IP-based allowlist.
Restrict connections via Exim ACL
WHM/cPanel servers
Step 1: Create protection scripts SSH into your server and create the following two files:/opt/mc-mx-protect:
/opt/mc-ptr-protect:
- Log in to the WHM panel.
- Open Exim Configuration Editor ? Advanced Editor.
- Search for
custom_begin_recp_verify. - Add the following snippet in the provided box:
- Save the configuration and restart Exim.
DirectAdmin servers (v1.63.0+)
Step 1: Create protection scripts SSH into your server and create the following two files:/usr/local/directadmin/scripts/custom/mc-mx-protect:
/usr/local/directadmin/scripts/custom/mc-ptr-protect:
- Navigate to the custombuild directory:
- Ensure Exim is configured:
- Add the custom ACL to the Exim configuration:
- Insert the following ACL rule:
- Rebuild the Exim configuration and restart:
What these ACL rules do
Once applied, your mail server will:- Accept mail from hosts with a PTR record matching
*.mailchannels.netor from localhost. - Temporarily reject direct delivery attempts that don’t originate from MailChannels, directing senders to use the MX path instead.
- Allow direct delivery for domains whose MX records do not point to MailChannels, since those domains are not routed through inbound filtering.

