03-08-2002 08:39 PM - edited 02-20-2020 09:59 PM
Dear
I am beginner of PIX
I set up a network
Internet ----PIX--- mailserver and DNS
And I run the following command
conduit permit udp DNS eq 53 any
conduit permit udp mailserver eq smtp any
I can resolve the MX and IP of mailserver in internet zone.
When I send mail to mailserver from internet, it can't delivery.
So I telnet mailserver with port smtp
The connection is ok but after 1 second the connection is dropped.
DO u have any idea of this problem
Thank you
03-09-2002 09:34 PM
Check your config against:
http://www.cisco.com/warp/customer/110/mailserver_in.html
The turn on logging to troubleshoot with:
logging buffered debugging, then do a show log to
see who is sending the reset. You might want to do
a clear log before doing the tests.
03-30-2002 09:41 PM
conduit permit udp mailserver eq smtp any
should be:
conduit permit tcp mailserver eq smtp any
smtp is over TCP. hope this helps
04-01-2002 10:35 PM
SMTP uses TCP ...
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: