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.
Postfix 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 Postfix, Pitbull integration works on two channels:
Postfix relay is configured in /etc/postfix/main.cf with relayhost, smtp_sasl_auth_enable and smtp_tls_security_level. Credentials are stored in /etc/postfix/sasl_passwd.
To route outbound traffic to the Pitbull relay on Postfix:
# /etc/postfix/main.cf
relayhost = [relay.pitbull.com.tr]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_tls_security_level = encrypt
# /etc/postfix/sasl_passwd
[relay.pitbull.com.tr]:587 smtp-user@domain.com:password
postmap /etc/postfix/sasl_passwd
postfix reloadThis 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 mail from your Postfix server through Pitbull Secure Gateway relay, add these settings to /etc/postfix/main.cf:
relayhost = [relay.pitbull.com.tr]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_tls_security_level = encrypt
smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
Create /etc/postfix/sasl_passwd (credentials from Pitbull panel):
[relay.pitbull.com.tr]:587 smtp-user@your-domain.com:yourpassword
Then run:
postmap /etc/postfix/sasl_passwd
chmod 600 /etc/postfix/sasl_passwd
postfix reload
Point your zone MX record to the Pitbull gateway:
@ IN MX 10 mx.pitbull.com.tr.
Add Pitbull sending IPs to your SPF record; DKIM signatures remain on your server and are preserved through the gateway.
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.