Our ISP is requiring us to switch our SMTP traffic from port 25 to port 587. I wanted to permit this on my firewall, so I simply mimicked the configuration for port 25. Would this work?
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