[vchkpw] vpopmail 5.3.27 does not compile with --enable-ldap=y

2003-09-05 Thread Tohru Kobayashi
Hello List,

I tried to install vpopmail 5.3.27 with ldap authentication.
Unfortunately, the following error occured during make.

 gcc -I. -I/usr/local/include  -g -O2 -Wall -c vauth.c
 vauth.c: In function `vauth_getpw':
 vauth.c:70: storage size of `limits' isn't known
 vauth.c:290: warning: implicit declaration of function `vget_limits'
 vauth.c:290: `in_domain' undeclared (first use in this function)
 vauth.c:290: (Each undeclared identifier is reported only once
 vauth.c:290: for each function it appears in.)
 vauth.c:292: warning: implicit declaration of function `vlimits_get_gid_mask'
 vauth.c:70: warning: unused variable `limits'
 vauth.c: In function `vset_lastauth':
 vauth.c:918: warning: implicit declaration of function `vset_lastauth_time'
 vauth.c: In function `vset_lastauth_time':
 vauth.c:950: warning: control reaches end of non-void function
 make[2]: *** [vauth.o] Error 1
 make[2]: Leaving directory `/usr/local/src/vpopmail-5.3.27'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/usr/local/src/vpopmail-5.3.27'

Compiling with normal cdb authentication seems to work without error.

Regards,
---
Tohru Kobayashi
[EMAIL PROTECTED]




Re: [vchkpw] problem of send mail

2003-08-07 Thread Tohru Kobayashi
Hello, lixiang,

On Thu, 7 Aug 2003 15:09:55 +0800
lixiang [EMAIL PROTECTED] wrote:

 if i send it with OE  client, it fails: 553 sorry, that domain isn't in my list 
 of allowed rcpthosts ...
 if i send it with webmail(sqwebmail), it succeed. and i can get this sent mail 
 from that email box.

You probably have the wrong qmail-smtpd startup script.
Post it to the list so that we can look for the problem.
---
Tohru Kobayshi
[EMAIL PROTECTED]




[vchkpw] vpopmail 5.3.23 segfaults when adding domain

2003-07-30 Thread Tohru Kobayashi
Hello, list,

I could not add a domain with vpopmail 5.3.23.

I have installed vpopmail 5.3.21 on a test server and upgraded to 5.3.23.
The whole thing worked properly, and I decided to do a new installation
with different compile options.  

I deleted the whole thing under /home/vpopmail, cleared all
/var/qmail/users/assign entries (and qmail-newu), cleard all
/var/qmail/control/rcpthosts entries and /var/qmail/virtualdomains
entires.

Then I deleted the vpopmail 5.3.23 source tree, and extracted it once
again from the tarball.

Configure, make, make-install suceeded with the compile options like
following:
./configure --enable-clear-passwd=n --enable-logging=y --enable-roaming-users=y

Finally I tried to add a domain, then I got the segmentation fault
after entering the password for postmaster account.

I went over the delete thing again and fell back to 5.3.21 with the same
configure options; everything worked properly.

---
Tohru Kobayashi
[EMAIL PROTECTED]




Re: [vchkpw] Re: error:domain already exsits

2003-07-30 Thread Tohru Kobayashi
Hello, lixiang,

On Fri, 25 Jul 2003 17:31:22 +0800
lixiang [EMAIL PROTECTED] wrote:

 hi, Rosa:
   
   i  removed the cdb file, then  the problem is solved. thank you . :-)
   then , everything seems normal, except the pop authentication.  if i telnet 
 localhost 110, and input the correct username and password, it reports:
   err aack, child crashed.
 
 
 my configure parameters:
 
 ./configure --enalbe-ldap=y  --enable-logging=y 
 
 redhat 7.3 
 vpopmail-5.3.20
 openldap-2.0.27
 qmailadmin-1.0.20
 
 
 any ideas?  
  
 

I had the same problem with you until I disabled the clear password
option.  Try

./configure --enable-lday=y --enable-loggin=y --enable-clear-password=n

However, I am still interested to have clear password working.  Anyone
with any suggestions?
---
Tohru Koobayashi
[EMAIL PROTECTED]