Configure Symantec Messaging Gateway (SMG) appliances using industry-standard deployment methods to ensure optimal performance, mail routing reliability, and security.
This guide covers physical placement, DNS requirements, and comprehensive sender authentication (SPF, DKIM, and DMARC) to meet the evolving requirements of global mail providers. Proper implementation prevents communication issues between Control Centers and Scanners while maintaining a strong sender reputation.
Place multiple SMG hosts in the same physical location whenever possible.
If Messaging Gateway hosts must be deployed in different remote locations and communication issues occur (such as outdated statistics, timeouts, or host status unavailability in the GUI), deploy one Messaging Gateway Control Center at each location.
Every hostname must have a valid A record and a matching PTR record in DNS. Verify entries using the nslookup command. The following commands must return identical results for each host queried.
nslookup mx.example.com
Note: This command confirms the existence of an A record for the hostname
Server: dnsserver.example.com
Address: 192.0.2.1
Name: mx.example.com
Address: 192.0.2.2
nslookup 192.0.2.2
Note: The command confirms the existence of a PTR record for the IP address.
Server: dnsserver.example.com
Address: 192.0.2.1
Name: mx.example.com
Address: 192.0.2.2
Verification Requirements:
mx.example.com must resolve to IP address 192.0.2.2.192.0.2.2 must resolve back to mx.example.com.Implement multi-layered DNS-based authentication to protect against forgery and ensure deliverability to major providers. Major providers now require SPF, DKIM, and DMARC for organizations sending high volumes of email.
nslookup -type=TXT [Selector]._domainkey.[domain] to confirm the record is public.p=quarantine or p=reject.