cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
700
Views
5
Helpful
4
Replies

How can I tell if SMTP is being blocked?

polleyjb01
Level 1
Level 1

We have a server that we want to automatically send out reports. I added the servers IP to the smtp relay. We block things via ACL's and firewalls on our network. I didn't see anything though when I looked.

The user gets port 25 not listening when they try to send a report.

Is there a way to prove its not being blocked ?

Also, in ACLS, what protocol should I use? Can i say something like permit SMPT host 10.10.5.1 10.10.2.100 0.0.0.255? Is SMTP the right protocol to name or should it be a port number?

4 Replies 4

Eugene Khabarov
Level 7
Level 7

Try telnet from one of the users machine:

telnet a.b.c.d 25

If it will hang and will accept charaters - than port is opened.

Else it will say that connection timeout.

Second. It should be port number.

___

HTH. Please rate this post if it was helpful. If this solves your problem, please mark this post as "Correct Answer"

1ashlee2794
Level 1
Level 1

Hi Eugene,

The correct syntax is access-list # permit tcp host 10.10.5.1 10.10.2.100 0.0.0. 255 eq smtp

Please rate...

Yeah, I know ) This is not my question.

flokki123
Level 3
Level 3

hi brandon,

according to my ccna book you should be able to specify the name of the service, here "smtp", or the number "25".

should work both.

you could also try to see any hits, resp. any matches on the ACL with the "show access-lists" command.

regards,

florian

Review Cisco Networking for a $25 gift card