qmail-LDAP something confuse ??!!??

2003-12-16 Thread khoa nguyen tan
Hi everyone, Firstly I'm sorry for my long writing but I just want to describe the situation. I've just setup a mailserver with: + qmail-1.03 + qmail-ldap-patch-20031201 + OpenLDAP 2.0.23-6.3 For OpenLDAP, I have built it from source and I also enabled the support for SSL (for managing use

Re: qmail-LDAP something confuse ??!!??

2003-12-16 Thread David Rodríguez Fernández
I supossed you misspelled the conversion: Nguyen Thanh Vinh -> Tmd1eWVuIFRoYW5oIFZpbmg= You can use this perl script to decode: --- decode.pl #!/usr/bin/perl -w use MIME::Base64; use Unicode::String qw(utf8 latin1 utf16); $cn = shift; print decode($cn); # sub decode { my $text= shift;

Re: qmail-LDAP something confuse ??!!??

2003-12-16 Thread Claudio Jeker
On Tue, Dec 16, 2003 at 12:47:53AM -0800, khoa nguyen tan wrote: > Hi everyone, > > Firstly I'm sorry for my long writing but I just want > to describe the situation. > > I've just setup a mailserver with: > + qmail-1.03 > + qmail-ldap-patch-20031201 > + OpenLDAP 2.0.23-6.3 > This is a ra

Re: qmail-LDAP something confuse ??!!??

2003-12-16 Thread David Rodríguez Fernández
I don't know what's your problem. Normaly the email address don't is encoded. There's a problem with your ldap. khoa nguyen tan wrote: Your code really works. However, because the data is ldap database is encoded so that qmail-ldaplookup cannot find out the entry and as a result when I try to sen

LDAP attribute qmailUID is too high/low or not numeric. (LDAP-ERR #211)

2003-12-16 Thread Annelise Stighall
Hi, I have a quick question about this new patch which was released on the first of Dec: background: Currently we have a userbase of 18000 Students but we have to keep past semesters students in our LDAP directory. When I went to add this next semesters students I encountered the "LDAP attribute q

Re: LDAP attribute qmailUID is too high/low or not numeric. (LDAP-ERR #211)

2003-12-16 Thread Claudio Jeker
On Tue, Dec 16, 2003 at 04:06:38PM -0500, Annelise Stighall wrote: > Hi, > I have a quick question about this new patch which was released on the > first of Dec: > > background: > Currently we have a userbase of 18000 Students but we have to keep past > semesters students in our LDAP directory. Wh

Qmail pop auth problem.

2003-12-16 Thread ashish n kuvawala
Hi all, I have installed qmail with qmail-ldap-1.03-20030801a.patch . My ldap is working and qmail-ldaplookup -u username is working fine. my emails are also delivered to the respective mailbox also. When i authenticate with auth_pop it gives the following error. /var/qmail/bin/auth_pop: error

pop3 authentication problem

2003-12-16 Thread khoa nguyen tan
Hi everyone, After setting up my qmail-ldap server, I have configured the pop3 serive. I used qmail-conf to help me doing this. After setting up the service correctly (pop3d starts well), I can't not log in. Is this because of auth_pop (goes with qmail-ldap). Any suggestions is highly appreciated.

Re: pop3 authentication problem

2003-12-16 Thread Chris Wilkes
On Tue, Dec 16, 2003 at 10:45:22PM -0800, khoa nguyen tan wrote: > > After setting up my qmail-ldap server, I have configured the pop3 > serive. I used qmail-conf to help me doing this. After setting up the > service correctly (pop3d starts well), I can't not log in. Is this > because of auth_pop