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

Content filter pattern list

I'm using ASL 5.004 but this probably applies for all other 5.x versions as well. Using the web interface Proxies--->SMTP...Content filter, Patterns....I can manually add one pattern at a time. One of our users has a list (text file) of over 1,000 address that should be blocked. Is there an easy way to upload this file somewhere onto ASL or cut and paste the contents into another file? What is the name of the file that contains this list and do I have to ssh into ASL as root to make changes to this file?

Thanks.


This thread was automatically locked due to age.
Parents
  • Secure copy the file in question to the ASL box using something like
    scp file.txt loginuser@IP:file.txt

    Then connect via ssh to the ASL and move the information to the appropriate header in /etc/wfe/conf/smtpdata

    Some disclaimers...

    Keep in mind, any changes made while in root voids your support.

    I am also assuming your using a Linux client to do this and not a Windows client.

    I am also assuming you know enough about Linux to get your text from your sample file to the smtpdata file.
Reply
  • Secure copy the file in question to the ASL box using something like
    scp file.txt loginuser@IP:file.txt

    Then connect via ssh to the ASL and move the information to the appropriate header in /etc/wfe/conf/smtpdata

    Some disclaimers...

    Keep in mind, any changes made while in root voids your support.

    I am also assuming your using a Linux client to do this and not a Windows client.

    I am also assuming you know enough about Linux to get your text from your sample file to the smtpdata file.
Children
No Data