I use a free command-line utility on my AMS server called "Port Mapper" (
http://www.kmint21.com/free/) to cause AMS to accept SMTP requests on port 26 as well as port 25. The utility is "pm.exe", and the command-line syntax is "pm 26 127.0.0.1 25". The syntax means that any incoming port 26 traffic is routed to IP address 127.0.0.1 (ie the same machine), port 25. So in your case it would be "pm 109 127.0.0.1 110".