Re: vpopmail+mysql authentication problem

2001-05-19 Thread Ryan Duda
Hi Roy, I doubt this is going to solve your immediate problem but you're missing the /tcprules in your configure script. --enable-tcprules-prog=/usr/local/bin/tcprules where is your tcprules program. If you installed the tcprules program into a directory other than /usr/local/bin, use this opt

Re: vpopmail+mysql authentication problem

2001-05-19 Thread Roy Kartadinata
Hello Ken, Thanks for your information, but the problem still exist with 4.10.5. This is the configuration that I used to compile #!/bin/bash ./configure --enable-qmaildir=/var/qmail --enable-admin-email=sysadmin@blah. com --enable-tcprules-prog=/usr/local/bin --enable-auth -logging=y --enable-l

install vpopmail4.10.5 use ldap auth error on solaris 8

2001-05-19 Thread new
hello, I install vpopmail4.10.5 use ldap auth error on solaris 8, lilac[root:/tmp/vpopmail-4.10.5]=>./configure --enable-ldap=y creating cache ./config.cache checking for a BSD compatible install... ./install-sh -c checking whether build environment is sane... yes checking whether make sets ${

Re: cdb_to_sql proposal

2001-05-19 Thread Ken Jones
Looks good. I put it in 4.10.5, you might want to download it and try it out on your machine. So we know it works :) Ken Justin Heesemann wrote: > > hi.. > after trying to find the cause for my cdb to mysql converting troubles > i came up with this conclusion: > > replace the function > > i

Re: Is it bug?

2001-05-19 Thread Ken Jones
The following is in the configure.in file now 4.10.4: *-*-solaris*) idcommand="/usr/xpgr4/bin/id -u" Ken Chris wrote: > > I know this problem so everytime i compile the new vpopmail i have to modify > the configure file :-) > > i'm using Solaris 8 x86 (04/01) > > > Chris > >

RE: Help!

2001-05-19 Thread Chris Bolt
Did you chmod +x /var/qmail/rc ? > Installed qmail as per > http://matt.simerson.net/computing/qmail/qmail.toaster1.2.shtml > > Used the older version of the guide as im on FreeBSD 4.1.1 > still... fired it > all up, > > su-2.04# /usr/local/sbin/qmail start > Starting qmail: svscan. > su-2.04#

Help!

2001-05-19 Thread Thomas Elliott
Installed qmail as per http://matt.simerson.net/computing/qmail/qmail.toaster1.2.shtml Used the older version of the guide as im on FreeBSD 4.1.1 still... fired it all up, su-2.04# /usr/local/sbin/qmail start Starting qmail: svscan. su-2.04# exec: /var/qmail/rc: permission denied exec: /var/qmai

cdb_to_sql proposal

2001-05-19 Thread Justin Heesemann
hi.. after trying to find the cause for my cdb to mysql converting troubles i came up with this conclusion: replace the function int cdb_to_sql(char *domain, int site_size) with my version: int cdb_to_sql( char *domain, int site_size ) { #ifdef USE_SQL FILE *fs; char tmpbuf[200];

Re[2]: vconvert : updating from 4.9.5 with cdb to 4.10.3 with mysql

2001-05-19 Thread Justin Heesemann
Hmm... i found the problem: apparently vconvert takes the already encrypted password out of the ~vpopmail/domains/domain.com/vpasswd file and encrypts it again, when it stores that password into the sql table. i can log into a pop3 account when i enter the encrypted des hash of the original pa

Re: vconvert : updating from 4.9.5 with cdb to 4.10.3 with mysql

2001-05-19 Thread Ryan Duda
Justin, My only suggestion would be to look at the password hash inside of your mysql table and confirm that it is still using a DES hash after you change one of the accounts with ./vpasswd. The KJ / 0C change is based on time and it's nothing to worry about. -Ryan At 11:18 AM 5/19/2001 +020

vconvert : updating from 4.9.5 with cdb to 4.10.3 with mysql

2001-05-19 Thread Justin Heesemann
hi.. i have a weird problem: whilst moving from 4.9.5 to 4.10.3 i also switched to mysql auth. well, after executing "vconvert -c -s", it seemed as if it did fine, except for the passwords: the first 2 chars of the password in the sql table of every domain i convert are the same. ghandi

help for install vpopmail on solaris 8

2001-05-19 Thread new
hell, I install vpopmail on solaris 8 and use ldap to auth. It shows errors : lilac[root:/tmp/vpopmail-4.10.3]=>make distclean Making distclean in . make[1]: Entering directory `/tmp/vpopmail-4.10.3' rm -f config.h rm -f *.tab.c rm -f TAGS ID rm -f Makefile rm -f config.cache config.log stamp-h

Re: Is it bug?

2001-05-19 Thread Chris
I know this problem so everytime i compile the new vpopmail i have to modify the configure file :-) i'm using Solaris 8 x86 (04/01) Chris - Original Message - From: "Seo David" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 19, 2001 12:27 PM Subject: Is it bug?

vpopmail+mysql authentication problem

2001-05-19 Thread Roy Kartadinata
Hi guys, I've installed vpopmail-4.9.10 with mysql support. The installation process went smooth without any error. After creating a test domain with a test POP account, I tried to test it by telnet into it from a local machine. No luck , it didn't give me any error, the process just hung without