----- Original Message ----- From: "Phil Daws" <ux...@splatnix.net> To: dspam-user@lists.sourceforge.net Sent: Tuesday, 23 July, 2013 8:31:50 PM Subject: [Dspam-user] ExtLookup and Virtual Users
Hello, am just starting to use DSPAM and trying to get it to integrate with LDAP and MySQL. I have set the global preference to be "Opt off" and defined the MySQL and LDAP connection preferences in dspam.conf. I thought with Opt off that when an email is passed through DSPAM if the recipient exists when the LDAP lookup is performed the user would be created in the dspam_virtual_uids table. Is that the case as its not working for me. If I tested the LDAP filter via ldapsearch and that is all fine. Any thoughts please ? Thank you. ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Dspam-user mailing list Dspam-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspam-user This is what I have in my preferences: +-----+------------------------+---------+ | uid | preference | value | +-----+------------------------+---------+ | 0 | dailyQuarantineSummary | off | | 0 | enableBNR | on | | 0 | enableWhitelist | on | | 0 | fallbackDomain | off | | 0 | ignoreGroups | off | | 0 | ignoreRBLLookups | off | | 0 | makeCorpus | on | | 0 | optIn | off | | 0 | optOut | on | | 0 | optOutClamAV | on | | 0 | processorBias | on | | 0 | showFactors | off | | 0 | signatureLocation | headers | | 0 | spamAction | tag | | 0 | spamSubject | [SPAM] | | 0 | statisticalSedation | 6 | | 0 | storeFragments | off | | 0 | tagNonspam | off | | 0 | tagSpam | off | | 0 | trainingMode | TOE | | 0 | trainPristine | off | | 0 | whitelistThreshold | 10 | +-----+------------------------+---------+ anything in there that could cause the virtual IDs now to be created ? The extlookup is configured as: ExtLookup on # Turns on/off external lookup ExtLookupMode verify # available modes are 'verify', 'map' and 'strict'. ExtLookupDriver ldap # Currently only ldap and program are supported. ExtLookupServer LDAP-server # Can either be a database hostname or the full path to ExtLookupPort 389 # Desired port when connecting to the lookup database. ExtLookupDB "dc=domain,dc=com" ExtLookupQuery "(mail=%u)" ExtLookupLDAPAttribute mail ExtLookupLDAPScope sub ExtLookupLDAPVersion 3 ExtLookupLogin "uid=ldapsearch" ExtLookupPassword XXXXXXXXXXXXXXXXX ExtLookupCrypto tls Thanks. ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Dspam-user mailing list Dspam-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspam-user