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

Accept SMTP Traffic From Only One Host

We outsource our email filtering to a third party. For better security we would like to set up the SMTP traffic to only be accepted from this one specific network. Not sure how to implement. 

Any info appreciated.


This thread was automatically locked due to age.
Parents
  • I think if you use the proxy and set allow only from server.

    Another alternative is a packet filter allowing port 25 only to your external server. As you trust this server the PF option is probably the easiest.

    int net-> ext server-> port 25 (smtp) -> allow

    Ian M[:)]
  • We currently are using the proxy so I think we need to make the changes there as it seems anything I do in the PF has no effect. How do you set the proxy to accept only from a specific server? I don't see this option anywhere.
  • Tetrec,
    if you are using the smtp proxy the packet filter rules for smtp are ignored. The proxies get first use of the arriving packets.

    I am not sure how to setup the smtp for one only source for a business. I have the smtp proxy setup for use without a server being a home user. I think you will need to set up your configuration  the same way.

    I don't have time a the moment, but I will write it up tonight after work.

    Ian M
  • Hi,

    the only way is, to disable the smtp proxy and make a packet filter
    rule and a dnat rule for incomming traffic only from the provider.


    Johannes
Reply Children
No Data