On Wed, May 19, 2010 at 12:56, Scott Lavoie <scott.lav...@marscomputer.com> wrote: > Can anybody point me in the direction of a document or place where I could > find information about setting up a solo Linux Debian server running > spamassassin as a gateway spam filter that sends the mail along to an > exchange server?
For getting your valid email addresses from AD/Exchange to Postfix, I have found this link to be the most useful: http://www-personal.umich.edu/~malth/gaptuning/postfix/ You will need to create an unprivileged user (member of Domain Users only) to perform the ldap queries, and pretty much nothing else in AD. A bit of munging to take care of the SMTP addresses that are attached to Public Folders and Distribution Lists, and a couple of other minor (site-dependent) details, and you're good to go. I run mine once an hour, via cron. Kurt