Inbound Filtering
Inbound filtering is the inspection of email sent to you before it reaches your server. A suspicious message never enters your inbox: it waits in quarantine, sits in the panel with the reason it was held, and you release it with one click if you want it.
- Direction
- Inbound only
- Setup
- One step: MX record · ~5 minutes
- Checks
- Reputation · recipient · SPF/DKIM/DMARC · content · virus
- Outcome
- Deliver · quarantine · reject
- Starts at
- $49 USD / mo
Stopped before they reach your inbox

What does an email pass through, in order?
The order is deliberate: cheap checks run first and expensive analysis is applied only to messages that survive them. That lowers load and speeds up the decision.

Every message ends in one of three outcomes
Deliver
Clean messages are forwarded to your mail server. If it is temporarily unreachable the message is queued and retried, never lost.
Quarantine
Suspicious messages are held before they reach your inbox. They are listed in the panel with sender, subject and reason; you release them with one click or whitelist the sender.
Reject
Clearly malicious messages are rejected at SMTP level; the sender gets an error and nothing is written on your side. The rejection is still visible in the panel.

A single DNS record is enough
No software is installed and your mailboxes are untouched. You point your domain’s MX record to MXGate and inbound traffic is inspected from that moment on.
# Replace your domain’s MX records with MXGate ornek.com. IN MX 10 mx1.mxgate.com.tr. ornek.com. IN MX 20 mx2.mxgate.com.tr. # Add to your SPF record for sender authentication ornek.com. IN TXT "v=spf1 include:spf.mxgate.com.tr ~all"
Host names and priority values are provided for your account, and the technical team applies them with you during setup. If you also want to send outbound email through MXGate, see outbound filtering.
Frequently asked questions
What is inbound filtering?
Inbound filtering is the inspection of email sent to you before it reaches your mail server. Messages are examined for sender reputation, authentication records, content and attachments. Clean ones are forwarded to your server, suspicious ones are quarantined and clearly malicious ones are rejected.
Do I need to install software on my server?
No. Inbound filtering is enabled with a single DNS change: you point your domain’s MX record to the MXGate servers. Your mail server, mailboxes and existing settings stay exactly as they are.
How do I recover an email that was blocked by mistake?
Quarantined messages are listed in the per-domain panel with sender, subject and the reason they were blocked. You can release them with one click, whitelist the sender or permanently relax the rule. Rejected messages are logged in the same panel.
Will my incoming email be delayed?
No. Inspection happens in real time on our servers and typically takes under a second. Because the data center is in Turkey, there is no added latency for domestic traffic. If your server is temporarily unreachable, messages are held in a queue and retried at regular intervals.
What is the difference between inbound and outbound filtering?
Inbound filtering inspects the email sent to you and protects your inbox. Outbound filtering inspects the email leaving your server; it stops compromised accounts from sending spam and protects your IP reputation and delivery rate. Used together, the two directions provide complete coverage.