Products
Pitbull Secure Gateway Advanced Threat & Quarantine Outbound Filtering Smarthost SMTP Relay Features Release Notes Platform Security AnalysisSolutions
Hosting & ISP Banks & Financial Services Universities & Education ESP & High Volume Enterprise IT MSP & Reseller All Solutions CompatibilityCompany
About Us Why Pitbull? Contact Our Data Center Roadmap Compare Privacy Policy Terms of Use Service Level Agreement KVKK Policy GDPR PolicyPitbull solves mail security on this platform with the MX gateway model.
Exim default spam protection is insufficient against advanced phishing and BEC attacks.
Without relay configuration, outbound spam and abuse detection is delayed; IP reputation drops.
Hard to monitor traffic, quarantine and reject reasons from one point.
Managing SPF/DKIM/DMARC and quarantine policies per server increases error risk.
In environments using Exim, Pitbull integration works on two channels:
Exim relay is configured via a smarthost router and SMTP AUTH credentials in /etc/exim4/passwd.client.
To route outbound traffic to the Pitbull relay on Exim:
# /etc/exim4/exim4.conf
pitbull_smarthost:
driver = manualroute
domains = ! +local_domains
transport = remote_smtp
route_list = * [relay.pitbull.com.tr]
port = 587
hosts_require_auth = *
hosts_require_tls = *
# /etc/exim4/passwd.client
*:relay.pitbull.com.tr:smtp-user@domain.com:passwordThis configuration passes outbound traffic through the Pitbull outbound filtering engine. SMTP Abuse Radar, per-tenant rate limits and Emergency Outbound Lockdown are activated.
Monitor delivery rates, reject reasons, queue status and GeoIP/ASN distribution on NOC screens. Deliver periodic security summaries to management teams with executive PDF reports.
Outbound relay and MX routing steps
To route all outbound traffic through Pitbull relay, add a smarthost router in Exim (/etc/exim4/exim4.conf or router section):
begin routers
pitbull_smarthost:
driver = manualroute
domains = ! +local_domains
transport = remote_smtp
route_list = * [relay.pitbull.com.tr]
port = 587
hosts_require_auth = *
hosts_require_tls = *
Add SMTP AUTH credentials to /etc/exim4/passwd.client:
*:relay.pitbull.com.tr:smtp-user@your-domain.com:yourpassword
After changes: update-exim4.conf && systemctl reload exim4
dc_eximconfig_configtype='smarthost'
dc_smarthost='relay.pitbull.com.tr::587'
dc_relay_nets=''
Run update-exim4.conf to apply.
@ IN MX 10 mx.pitbull.com.tr. Pitbull integration on this platform is completed in 4 visual steps.
Point DNS MX to the Pitbull gateway address.
Add authentication DNS records.
Set Pitbull relay as smarthost / relayhost.
Send a test email and verify in the NOC panel.