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.
Microsoft Exchange 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 Microsoft Exchange, Pitbull integration works on two channels:
Create a new connector in Exchange Admin Center > Mail flow > Send connectors. Set smart host to relay.pitbull.com.tr, port 587 and basic authentication. Point MX records to Pitbull gateway for inbound; optionally restrict Exchange receive connector to Pitbull IPs only.
To route outbound traffic to the Pitbull relay on Microsoft Exchange:
Exchange Admin Center:
Mail flow > Send connectors > [+ Add]
Name: Pitbull Outbound Relay
Type: Custom
Network: Route mail through smart hosts
Smart host: relay.pitbull.com.tr
Port: 587
☑ Basic authentication
Username: tenant@pitbull.com.tr
Password: RELAY_TOKEN
☑ Offer basic authentication only after starting TLS
PowerShell:
New-SendConnector -Name "Pitbull Relay" `
-AddressSpaces "*" `
-SmartHosts "relay.pitbull.com.tr" `
-SmartHostAuthMechanism BasicAuth `
-AuthenticationCredential (Get-Credential) `
-RequireTLS $trueThis 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.
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.