On 2010-09-04 at 21:35:44 -0700, Aaron C. de Bruyn wrote: > We use an Ubuntu box along with the likewise-open package to join the Ubuntu > machine to the domain.
Bad form to reply to my own message--but I forgot to include: We do spamassassin filtering on the Linux box too which has benefits for Exchange users. If you are using Exchange 2003, you can create: C:\Program Files\Exchsrvr\bin\MSCFV2\MSExchange.UceContentFilter.xml using notepad With the content: <?xml version="1.0" encoding="UTF-16"?> <CustomWeightEntries xmlns="http://schemas.microsoft.com/2005/CustomWeight"> <CustomWeightEntry Type="SUBJECT" Change="8" Text="[SPAM]"/> </CustomWeightEntries> Save the file as *UNICODE* and then make sure your IMF settings are correct in Exchange as well as making sure Spamassassin prefixes the message subject with '[SPAM]' and all your spammy messages will be moved by Exchange to your Junk folder. -A