Re: Getting error while using qmail-queue plugin

2009-10-19 Thread VIGNESH PRABHU
>> When I try to send a mail through telnet, I am getting the following >> error, >> "FATAL PLUGIN ERROR [queue::qmail_2dqueue]:  Can't call method "print" >> on an undefined value at ./plugins/queue/qmail-queue line 60, >> line 6." This problem is fixed in the trunk version of qpsmtpd. I was ear

Re: ldap plugin to authenticate users for directories that do not allow anonymous bind.

2009-10-29 Thread Vignesh Prabhu
Hi friends, I have made the necessary changes in auth_ldap_bind plugin. The plugin will now bind to a ldap directory that does not allow anonymous bind using a binddn and password, if it is provided. It will first check if a binddn and password is provided in the "ldap" config file. If it is then

Re: ldap plugin to authenticate users for directories that do not allow anonymous bind.

2009-10-29 Thread Vignesh Prabhu
> Hi friends, > > I have made the necessary changes in auth_ldap_bind plugin. The plugin > will now bind to a ldap directory that does not allow anonymous bind using > a binddn and password, if it is provided. It will first check if a binddn > and password is provided in the "ldap" config file. If