slow authenticating users

2001-04-06 Thread Theircop
I have vpopmail with mysql and it is really slow to authenticate the user, It takes like 20 to 30 secends to do this. Any ideas on what could cause this or is it normal for that to happen with mysql.

Re: RedHat 7 Issues...

2001-04-03 Thread Theircop
I use redhat 7. The problem that I had was with mysql auth

Re: smtpd-auth

2001-03-22 Thread Theircop
Nope, I just dont get it, if the patch was added, shouldnt it even give me an error, I mean I know its patched or that at least something happend, because the qmail-smtpd file is bigger then before. I just think I would at least get an error

Re: smtpd-auth

2001-03-22 Thread Theircop
ugg, wait, you need to install that cmd5checkpw thinggy, or dont you, I thought u didnt have to if u had vpopmail

Re: smtpd-auth

2001-03-22 Thread Theircop
Sorry, that didnt change anything, but thank you. I was checking my logs though and I did see this Mar 22 16:34:47 75megs PAM_unix[4365]: (system-auth) session opened for user root by (uid=0) Mar 22 16:37:13 75megs PAM_unix[4394]: (system-auth) session opened for user vpopmail by root(uid=0) Ma

smtpd-auth

2001-03-22 Thread Theircop
Ok, I read back on some other posts on this topic, but I need help. I mainly have 2 questions. 1. Are these the right steps I patched qmail-smtpd with the smtpd-auth.patch file, Then I reinstalled qmail. Then i changed by xinetd qmail file to service smtpd {    flags = REUSE NAMEINARGS    

Re: problems compiling qmailadmin 0.42

2001-03-21 Thread Theircop
I had this problem, make sure u set the include dir to ur vpopmail dir dp ./configure --help for more info on this

Re: tcprules error

2001-03-17 Thread Theircop
Thank you, it worked, I still have the problem of mail being able to be sent without username/password, any ideas?

tcprules error

2001-03-17 Thread Theircop
tcprules: fatal: unable to parse this line: echo "127.0.0.:allow,RELAYCLIENT=\"\"" > /qmail/vpopmail/etc/tcp.smtp I started to get that line, I dont know what I did to get it, it happens when i telnet to port 110 and do user [EMAIL PROTECTED] pass then it comes after that

Re: mysql+vpopmail+checkingmail

2001-03-17 Thread Theircop
In a message dated 3/17/2001 4:51:26 PM Eastern Standard Time, [EMAIL PROTECTED] writes: << Also do not edit your rcpthosts file or delete it. Let the vpopmail vaddomain/vdeldomain programs update it for you. >> Well, i need to send email to an address on aol.com, and editing it was the only

Re: mysql+vpopmail+checkingmail

2001-03-17 Thread Theircop
/usr/local/bin/tcpserver 0 pop-3 /qmail/bin/qmail-popup 75megs.com \ /qmail/vpopmail/bin/vchkpw /qmail/bin/qmail-pop3d Maildir & I got that line in my startup info Also I ran into two other problems, 1. When I send mail it dosent check passwords. Isent that bad? 2. How do i make it so that i ca

mysql+vpopmail+checkingmail

2001-03-17 Thread Theircop
I got vpopmail and mysql to work togeather, it rights to the database and all. But its not accepting my password, i try my login with the @domain.com at the end, and nothing works, i know I have it right, I run linux, newest vpopmail and mysql. Anyone have similar probs. I also connect fine to

Re: mysql + vpopmail problem

2001-03-15 Thread Theircop
Thank you all that helped, adding it into ld.so.conf did it. I appreciate all of your help.

RE: mysql + vpopmail problem

2001-03-14 Thread Theircop
ok, sorry, I use RH 7.0, the newest stable version of mysql, I use vpopmail 4.9.9 I also tried with 4.9.8 I get this error /qmail/vpopmail/bin/vadddomain: error while loading shared libraries: libmysqlclient.so.10: cannot open shared object file: No such file or directory /configure --prefix=/

Re: mysql + vpopmail problem

2001-03-13 Thread Theircop
im a little lost from that, all i know is that in that long funny looking directory /usr/local/mysql/lib/mysql is the file libmysqlclient.so.10 and when I run vadddomain, I get that error saying it cant find it.

Re: mysql + vpopmail problem

2001-03-13 Thread Theircop
I checked that, and its set to it host_alias = LD_LIBRARY_PATH=/usr/local/mysql/lib/mysql/libmysqlclient.so.10 host_triplet = LD_LIBRARY_PATH=/usr/local/mysql/lib/mysql/libmysqlclient.so.10 But I still get /qmail/vpopmail/bin/vadddomain: error while loading shared libraries: libmysqlclient.so.1

Re: mysql + vpopmail problem

2001-03-10 Thread Theircop
In a message dated 3/10/2001 9:22:00 PM Eastern Standard Time, [EMAIL PROTECTED] writes: << [EMAIL PROTECTED] >> Well, it works now without those options because i made symbolic links, it looks in /usr/local/include/mysql and /usr/local/lib/mysql and i did those two configure options before, a

mysql + vpopmail problem

2001-03-10 Thread Theircop
When i do ./configure --prefix=/qmail/vpopmail --enable-sqwebmail-pass=y --enable-mysql=y --enable-sqlincdir=/usr/local/mysql/include/mysql --enable-sqllibdir=/usr/local/mysql/lib/mysql/lib --enable-qmaildir=/qmail The two locations to sqlincdir and sqllibdir are not read i guess and it goes t