Avoid False Positives โ Whitelist SpamProtect.me
To ensure that emails processed by the SpamProtect.me Email Gateway are not mistakenly flagged as spam or rejected, it is essential to whitelist our IP addresses on your mail servers or email services.
This guide provides configuration examples for Postfix, Exim, Office 365, Google Workspace, Zoho Mail, and general mail servers or firewalls.
๐ SpamProtect IPs to Whitelist
IPv4 Addresses
103.230.142.38
81.31.213.121
103.230.142.42
IPv6 Addresses
2a14:7581:c01:4a::1
2a14:7581:c01:41::10
2a14:7581:300:e3c0::1
1. Postfix Mail Server
Steps:
-
Connect via SSH with root access.
-
Open the main configuration file:
vim /etc/postfix/main.cf
-
Add the IPs to the
mynetworks
directive:mynetworks = 127.0.0.0/8, [::1]/128, 103.230.142.38, 81.31.213.121, 103.230.142.42, 2a14:7581:c01:4a::1, 2a14:7581:c01:41::10, 2a14:7581:300:e3c0::1
-
Restart Postfix:
systemctl restart postfix
2. Exim Mail Server
Steps:
-
Connect to the server as root.
-
Edit the configuration file:
vim /etc/exim/exim.conf
-
In the
acl_check_rcpt
section, insert:accept hosts = 103.230.142.38 : 81.31.213.121 : 103.230.142.42 : 2a14:7581:c01:4a::1 : 2a14:7581:c01:41::10 : 2a14:7581:300:e3c0::1
-
Restart Exim:
systemctl restart exim
3. Microsoft Office 365 (Exchange Online)
Steps via Exchange Admin Center:
- Go to Exchange Admin Center
- Navigate to: Mail Flow > Rules
- Create a new rule:
- Name: Allow SpamProtect Gateway
- Apply this rule if: The sender's IP address is in the specified range
- Add IPs:
103.230.142.38
81.31.213.121
103.230.142.42
- Action: Bypass spam filtering
- Save and apply.
4. Google Workspace (Gmail)
Steps via Admin Console:
- Go to Google Admin Console
- Navigate to: Apps > Google Workspace > Gmail > Advanced Settings
- Under the appropriate domain or organization unit, click Add Setting
- Add trusted IP addresses in the โEmail whitelistโ field:
103.230.142.38
81.31.213.121
103.230.142.42
โ ๏ธ Note: Google does not currently support IPv6 whitelisting in this context.
- Save and deploy changes.
5. Zoho Mail
Steps via Control Panel:
- Log into Zoho Admin Panel
- Navigate to: Mail Administration > Anti-Spam Settings > IP Address Based Allow/Block List
- Under Allowlist IPs, add:
103.230.142.38
81.31.213.121
103.230.142.42
- Save settings.
6. Other Mail Servers or Firewalls
General Instructions:
- Access your email server or firewall configuration interface.
- Look for sections such as Trusted IPs, Allow List, IP Whitelist, or similar.
- Add all listed IPv4 and IPv6 addresses.
- Make sure no general blocking rules or RBLs override this whitelist.
โ Important Notes
- Ensure SPF, DKIM, and DMARC records are properly configured.
- Avoid blocking inbound relay messages from the listed IPs.
- If using SpamAssassin, Rspamd, or other anti-spam filters, consider adjusting trusted networks accordingly.
๐ง Need Help?
If you need assistance, reach out to us:
- Email: [email protected]
- Ticket Panel: Manager SpamProtect
- Website: https://spamprotect.me