You need to troubleshoot email delivery issues when emails are not delivered by Symantec Messaging Gateway (SMG).
Any number of errors may be related to this issue, found in a non-delivery report (NDR) or a packet capture.
The following process will allow you to test whether the Messaging Gateway inbound SMTP listener is accepting messages.
telnet -b 127.0.0.1 <IP of inbound> 25" <enter>
EHLO example.com" <enter>
MAIL FROM: <test email address>" <enter>
RCPT TO: <inside email address that can be checked>" <enter>
DATA" <enter>
Subject: Test" <enter>
To: <inside email address that can be checked>" <enter>
From: <test email address>" <enter><enter>
Test
" <enter>
"." <enter>
(NOTE: This is a period on the line by itself)"set q=mx" <enter>
"example.com" <enter>
(replacing example.com with the domain from step 2)"telnet -b <IP of SMG> <IP from previous step> 25" <enter>
"EHLO example.com" <enter>
"MAIL FROM: <internal email address>" <enter>
"RCPT TO: <external email address at the domain from step 2>" <enter>
"DATA" <enter>
"From: <internal email address>" <enter>
"To: <external email address at the domain from step 2>" <enter>
"Subject: Test" <enter>
"Test" <enter>
"." <enter>
(NOTE: This is a period on the line by itself)