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

SMTP Proxy for external mail servers?

Can I setup the smtp proxy to filter spam and viruses for an external mail server hosted by a hosting company. I can control the hosted DNS server to point the MX records to the ASL V5.012 box. My question is can I direct the scanned messages to the real mail servers afterward.

Reason for asking this is the pop3 proxy is not quarantining spam.

Thank you


This thread was automatically locked due to age.
  • First you need a static IP-Address for ASL. With this IP you can forward the MX to ASL (I think so). But then you must forward your scanned eMail to the real mail server back.
    But this way is horrible for you. If you have any failure you must control all connections.
    The better way for scanning is:
    - install a little linux server with postfix
    - create spam rules for postfix (it´s easy to create with following software www.webmin.com)
    - connect with your real mail server via postfix with pop3 and forward it to the internal mailfiles

    With Windows 2003 Server you can use the standard internal SMTP Gateway with ETRN (this way can send und receive eMails with the same port). But Windows is not the best for security.