Link to home
Create AccountLog in
Avatar of tmaususer
tmaususerFlag for United States of America

asked on

Are there special considerations for opening port 587 on a firewall?

Our ISP has required us to switch our SMTP traffic from port 25 to 587.  (Interesting note: We are a business with a business account.)

I have duplicated the STMP configuration lines in our firewall, replacing “SMTP” with “587”.  I think the port is now open.  

Someone claims they are not seeing traffic sent on port 587, and has asked us to prove it is not an issue on our firewall.  We are receiving traffic on port 587.  

Would there be additional steps after opening the port such as setting some kind of authentication or encryption in the firewall for port 587?
Avatar of tmaususer
tmaususer
Flag of United States of America image

ASKER

This is the config:

access-list 101 extended permit tcp any host xxx.xxx.xxx.xxx eq smtp
 static (inside,outside) tcp interface smtp xxx.xxx.xxx.xxx smtp netmask 255.255.255.255

 access-list 101 extended permit tcp any host xxx.xxx.xxx.xxx eq 587
 static (inside,outside) tcp interface 587 xxx.xxx.xxx.xxx 587 netmask 255.255.255.255
ASKER CERTIFIED SOLUTION
Avatar of Jan Bacher
Jan Bacher
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Thank you,
They have refused.  They say they are doing this for all accounts - business and residential, weather or not they host our email or domain.  We have talked to them 5 times to verify.  Many people have said this is extreme.  
Yes, we host our own email server onsite.
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
We want to.   Unfortunately, there are no options in the area.
So, between DSL, wireless, cable tv, ethernet, and ftth there is but one option?

I know some rural areas lack competition but -- no one else?
Well, we don't want DSL. I am going to check windstream and level 3.  Cable is monopolized by the same company giving us trouble.  what is ftth?  Would Ethernet be direct site to site?
fiber to the home.  and yes, ethernet, with or without switching, is site to site.

definitely call windstream and l3.

this company does not deserve your business.
we are a business
by "this company" i mean "your provider".
Opening port 587 is similar to opening port 25.

However, port 587 is the client submission port -- not the port to use as a mail transport agent speaking with other mail servers for the final delivery of email.