SASL Troubleshooting

The following comments can be helpful in troubleshooting any SASL problems that arise.

To verify ZixGateway is responding properly for inbound mail, use telnet.

Enter telnet <IP of the ZixGateway> 25 and press Enter.

Enter “ehlo –a" and press Enter.

The following is a sample valid response. If the 250-AUTH line displays, the ZixGateway is correctly set up.

[root@mx2 tmp]# telnet 192.168.142.999 25
Trying 192.168.142.999...\
Connected to 192.168.142.999.
Escape character is ‘^]’.
220 mx2.vpmx.zixtest.com ESMTP
ehlo –a
250-mx2.vpmx.zixtest.com
250-PIPELINING
250-SIZE 52428800
250-ETRN
250-AUTH PLAIN LOGIN DIGEST-MD5 CRAM-MD5
250-XVERP
250 8BITMIME

Main Topic