Hi. I'm running spamassassin 3.0.0 on a Redhat ES 3 box. Postfix 2.1.5 is calling spamassassin. The server itself does user account lookups though an LDAP server. My question is this: When I do a netstat and tcpdump I can see the spamassassin processes trying to connect to Active Directory LDAP servers that aren't specified anywhere on the local machine. It seems like spamassassin is somehow auto discovering the AD servers and trying to talk to them. What's causing this and how do I make it stop? It's doesn't seem to be causing any problem besides filling up the logs with errors. Doing a netstat -p I can verify that only the spamassassin processes are trying to talk to the AD servers. The other processes are using the correct LDAP servers as they should. I'm invoking spamassassin with the -x option.
Thanks, JG