> thank you for taking your time giving me helpful advice :) Y/W
> I took another approach. I don't have so many users so I directly > export the mailservers addressbook into a file via a cronjob (also > doing a chown and chmod afterwards). > > The file consists of just mail addresses, each line an address as > described. Uhmm... but if you don't have so many users, why don't you just use the VRFY/EXPN; it's easy to set up, just clean up all the LDAP entries and the "flat file" as well, then in "recipients / local domains" enter "file:files/localdom.txt" and apply; next edit the "localdom.txt" file using the ASSP editor (click the edit button) and fill up the file by entering something like this dom1.com=>11.22.33.44:25 dom2.com=>11.22.33.44:25 dom3.com=>33.44.55.66:25 that is, the local domain name followed by "=>" and then the IP and port of the SMTP server to which ASSP will send VRFY/EXPN commands to check for the existence of a given mail address (you will have to configure those SMTP servers to accept VRFY/EXPN commands); next ensure to check the "DoVRFY" option to activate the feature and also check the "DisableVRFY" so that external hosts will NOT be allowed to send VRFY/EXPN commands through ASSP; check again that the LDAP is disabled and all the LDAP related entries are empty and confirm the changes (you may also want to clean the LDAP cache file); from that moment on, ASSP will send VRFY/EXPN commands to the specified SMTP server to verify for the existence of a given address (and will cache the response) so the LDAP won't play a role anymore *and* at the same time you won't need to keep a separate address file Notes: ensure that ldablistdb and ldapshowdb point to the same file; it will also be used to cache VRFY/EXPN responses; also ensure that the assp.cfg file contains the following values VRFYLog:=1 ldLDAP:= DoLDAP:= LDAPHost:=localhost DoLDAPSSL:=0 LDAPtimeout:=15 LDAPLogin:=00000e0000 LDAPPassword:=00000e0000 LDAPVersion:=3 LDAPRoot:= ldLDAPFilter:= LDAPFilter:= LDAPcrossCheckInterval:=24 forceLDAPcrossCheck:= MaxLDAPlistDays:=90 LDAPFail:= HTH ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
