This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Alternate port for SMTP

I've been using an alternate port for SMTP in conjunction with an upstream anti-spam/anti-virus service. The advantage has been multiple: crap traffic that relies on the MX record never finds its way to my WAN link, and crap traffic that randomly selects my WAN IP never gets past the firewall because I block all inbound traffic on port 25.

I will continue to use my external filtering service, but I'd really like to get some assistance in configuring the ASG to proxy for me on inbound messages; I can't see where the mail proxy could be configured for a different port for use in a situation like mine.


This thread was automatically locked due to age.
Parents
  • I haven't tried this myself, but I'm wondering if a dnat rule would work that would listen on the nonstandard port and then change the port to 25 so that the smtp proxy would filter the traffic?

    ex:
    Source: Any
    Service: Nonstandard port
    Destination: External Address
    Change Destination: External Address
    Change Port: 25
Reply
  • I haven't tried this myself, but I'm wondering if a dnat rule would work that would listen on the nonstandard port and then change the port to 25 so that the smtp proxy would filter the traffic?

    ex:
    Source: Any
    Service: Nonstandard port
    Destination: External Address
    Change Destination: External Address
    Change Port: 25
Children
No Data