On Tue, Feb 25, 2003 at 09:04:40PM +0100, Didier Geheniau wrote: > Hi all, > > I have compiled qmail with ldap, ldap-control and smtp-auth, > I use pop-auth for user login via pop3d > When testing with telnet on localhost 110 i get -ERR error in server > configuration after giving the user password. > When using qmail-ldaplookup -u <username> > I get no password, this is ok because i set a restriction on the > password field in ldap > When using qmail-ldaplookup -u <username> -p <password> > I get the password, this is ok to and confirms that the password > authentication is with ldap > The pop3d log shows: > > @400000003e5bca363938569c tcpserver: status: 1/40 > @400000003e5bca36393a891c tcpserver: pid 1932 from <client_ip> > @400000003e5bca36393d2514 tcpserver: ok 1932 0:<server_ip>:110 > :<client_ip>::63905 > @400000003e5bca3705768964 tcpserver: end 1932 status 256 > @400000003e5bca370576b45c tcpserver: status: 0/40 > > Does anyone knows why i get the "-ERR error in server configuration" > when i try to login via pop3? >
error in server configuration means that your server configuration has a problem. In most cases this is because auth_pop could not be started (normaly a bad path on the commandline, check your startup file). Another possibility is that auth_pop could not init the ldap connection. For that case a LOGLEVEL of 255 can help. -- :wq Claudio
