Friends:
What does this mean in plain english?:
access-list outside_inbound line 58 permit tcp any host xxx.xxx.xxx.xxx eq smtp
Does it mean ALLOW * TO SMTP (i.e. "allow any host to touch port 25?")
Is there any reason to allow INBOUND traffic to touch 25? My server runs an internal program that sends email out from that SMTP service and it is the ONLY use of SMTP we make.
In other words, I don't see why INBOUND traffic needs to be allowed to the SMTP port, and am I correct in thinking the above command permits it?
I think I should allow only outgoing SMTP. What might the command line for that be, please?
Thank you, thank you for your kind assistance. NY
What does this mean in plain english?:
access-list outside_inbound line 58 permit tcp any host xxx.xxx.xxx.xxx eq smtp
Does it mean ALLOW * TO SMTP (i.e. "allow any host to touch port 25?")
Is there any reason to allow INBOUND traffic to touch 25? My server runs an internal program that sends email out from that SMTP service and it is the ONLY use of SMTP we make.
In other words, I don't see why INBOUND traffic needs to be allowed to the SMTP port, and am I correct in thinking the above command permits it?
I think I should allow only outgoing SMTP. What might the command line for that be, please?
Thank you, thank you for your kind assistance. NY