On Sat, Jun 29, 2002 at 11:54:18AM -0300, Flavio Fonseca wrote: % I'm trying without success to use qmail-ldap-virtualpop3-20011001a.patch % made by John Morrissey. [snip] % ff:/usr/local # more /var/qmail/control/ldapvirtualbasedn % 192.168.1.1 ou=ff,dc=ffti % 192.168.1.3 ou=cdf,dc=ffti
This should be: 192.168.1.1:ou=ff,dc=ffti 192.168.1.3:ou=cdf,dc=ffti My bad, I made that mistake when I wrote the docs (you *were* doing everything right, according to the docs. :-) I've updated them along with the docs in the patch header. % More info: any one can tell me how to make logs from ldap works? I've seen % a lot of log functions calls in the source code but its not logged in the % file. How do I activate loglevel for these software. I've tride to set % tcpserver ENV VARs but only worked for smtp. POP3 didnt workout. You need to uncomment: #DEBUG=-DDEBUG in the Makefile, then recomiple. To select a debugging level, set the environment variable LOGLEVEL in qmail-lspawn/qmail-smtpd/qmail-pop3d's environment. More details in QLDAPINSTALL, around line 163. john -- John Morrissey _o /\ ---- __o [EMAIL PROTECTED] _-< \_ / \ ---- < \, www.horde.net/ __(_)/_(_)________/ \_______(_) /_(_)__
