Exchange 2007 Spam filter Whitelisting


We’ve recently upgraded our Exchange 2003 server to Exchange 2007.  There’s a lot of new and updated features in this version.  The Anti-Spam features seem to be working very good but are catching some legitimate emails.  I found the following shell commands for adding email addresses or whole domains to the white lists to keep them from getting blocked. 
If you are like I was and didn’t have a clue what shell commands meant, open the Exchange Management Shell from the start menu.  It’s a command prompt for doing various command line based tasks.  You can perform pretty much everything you can normally do from the gui interface from a command line.  This makes creating scripts to perform repetative tasks a snap.

  • Whitelist a domain:
       Set-ContentFilterConfig -BypassedSenderDomains somedomain.com,someotherdomain.com
  • Whitelist an address:
       Set-ContentFilterConfig -BypassedSenders
    foo@somedomain.com,foo2@somedomain.com
  • Copy the config of the content filter to the clipboard for viewing in a text editor:
        get-contentfilterconfig | clip 
  • I found these commands here.

    Play DVDs Fedora 10

    su –

    yum install libdvdread libdvdnav lsdvd

    You will only be able to play un-encrypted DVDs with the above installs.  You have to get libdvdcss which has legal issues in the US.

    rpm -Uvh http://rpm.livna.org/livna-release.rpm
    yum install libdvdcss

    Missouri Capital building in Jefferson City

    Missouri Capital building in Jefferson City

    We took our kids to visit Jefferson City, the capital of Missouri. During our visit we saw the capital building, Governor’s mansion and a few other historic sites. It was a very interesting visit. While we were there the House of Representatives was in session and we were able to watch some of the proceedings. Our democratic process is quite a complex thing.