Before you begin
You need:- A MailChannels Outbound Filtering account
- Your SMTP username (same as “Account ID” in the Host Console under Settings > Account > SMTP Passwords)
- An SMTP password (create one in the Host Console if you haven’t already)
- Access to your mail server’s configuration
Connection details
Use these settings when configuring your MTA:| Setting | Value |
|---|---|
| Relay host | smtp.mailchannels.net |
| Port | 25 (preferred), 587 (STARTTLS), or 2525 |
| Encryption | TLS (STARTTLS) |
| Authentication | SMTP AUTH with your MailChannels username and password |
Set up your mail server
Get your credentials
Log in to the Host Console and go to Settings > Account > SMTP Passwords. Your SMTP username (Account ID) is shown on this page. If you don’t have a password yet, create one here.
Configure the smart host
In your MTA configuration, set the relay or smart host to
smtp.mailchannels.net. The exact setting name varies by MTA — refer to the guide for your specific mail server below.Enable SMTP authentication
Configure your MTA to authenticate to
smtp.mailchannels.net using the username and password from the Host Console. Use PLAIN or LOGIN SASL mechanisms over a TLS-encrypted connection.Enable TLS
Set your MTA to require TLS when connecting to the MailChannels relay. Connections without TLS are rejected.
Set up SPF records
Update your domain’s SPF records to authorize MailChannels to send on your behalf. Without this step, receiving mail servers may reject your messages. See Set up SPF records for instructions.
Set up monitors
After your mail server is relaying through MailChannels, configure monitors in the Host Console so you’re notified when a compromised sender is detected. See Monitors and alerts.
Monitors are only available in Standard Plans and above
Sender identification headers
To help MailChannels track individual senders accurately, your MTA should add identification headers to each message. These headers let the system attribute email to a specific user, application, or script — which is essential for isolating compromised accounts without blocking everyone else. The MTA-specific configuration guides contain details on how to insert the X-AuthUser header.MTA-specific setup guides
Choose the guide that matches your mail server:Postfix
Configure Postfix relayhost and SASL authentication for MailChannels.
cPanel / Exim
Set up MailChannels as the smart host in WHM and cPanel environments.
Exim (advanced)
Advanced Exim configuration for custom routing and per-domain relay settings.
Microsoft Exchange
Configure Exchange 2019 to send outbound mail through MailChannels.
Sendmail
Configure Sendmail with SASL authentication and smart host routing.
Zimbra
Route outbound mail through MailChannels and add X-AuthUser headers in Zimbra.
DirectAdmin
Configure Exim on DirectAdmin servers to relay through MailChannels.
SmarterMail
Set up an outgoing gateway and authenticated sender headers in SmarterMail.

