Re: [vchkpw] Mysql Threads

2003-11-25 Thread Adam Hooper
X-Istence wrote:
Adam Hooper wrote:
Many people have used it in more critical applications, and it's up to 
the task. Slashdot, for instance, or Yahoo! Finance.

Last i checked Slashdot was running PostGreSQL.
http://www.mysql.com/press/user_stories/slashdot.html

Naturally, Slashdot has been running on the world's most popular open 
source database, MySQL, since the site's inception in 1997 (published 
April 2002).

Have they switched more recently? I never heard of it if they have

--
Adam Hooper
[EMAIL PROTECTED]


[vchkpw] Password issues after migration...

2003-11-25 Thread John McGivern
Hi!
 
I've just migrated all my accounts and qmail files from my vpopmail/qmail/ecetera... 
to a new server.  I used rsync to grab all the files.  I'm pretty sure I did 
everything correctly as was discussed on this list.  I stoppped qmail beforehand.  
After I did this my vqadmin recognized all the accounts and domains and users and 
passwords. BUT when I try to use on of the accounts it just keeps asking me for the 
password and I get the error password rejected.  Even if I create a new account and 
password or change an old password  from an account that was moved over it still 
doesn't want to recognize it.
There are a couple of thigns I noticed while troubleshooting.  The assign file in 
/var/qmail/control has UID/GUID for vpopmail that matched the old server so I changed 
those to match the vpopmail account and vchkpw on the new server.  I also noticed that 
the vpasswd, vpasswd.cdb and vpasswd.lock files were not owned by vpopmail account so 
I chnaged the permissions there.  I rebooted and I still can't use the passwords.  Any 
ideas on what I might be missing here or what I did wrong?  It seemed pretty straight 
forward and it all went without a hitch so I don't really know what the problem could 
be?
 
Thanks in advance
 
John McGivern


[vchkpw] vadddomain and vdeldomain problems

2003-11-25 Thread Brad Hughes








Hey
all,

I
recently installed vpopmail with mysql support, but somewhere along the line, I
messed up here is the problem:





[EMAIL PROTECTED]:/usr/local/vpopmail/bin]$ ./vadddomain koolscooby.net xx

Error:
Domain already exists

[EMAIL PROTECTED]:/usr/local/vpopmail/bin]$ ./vdeldomain koolscooby.net

Error:
Domain does not exist

[EMAIL PROTECTED]:/usr/local/vpopmail/bin]$



Ive
completely rm rfd /usr/local/vpopmail and reinstalled (make
distclean  ./configure --with-mysql etc...),
the MySQL database vpopmail has _no_ tables in it, how can I completely wipe
out any vdomain databases to get rid of the above error? Do I have to remove
/usr/local/vpopmail and do something else as well?



Thanks
in advance,





Brad
Hughes

Koolscooby
at zoominternet dot net










[vchkpw] Re: vadddomain and vdeldomain problems

2003-11-25 Thread Jonathan Shaw
Brad Hughes writes: 

Hey all,
I recently installed vpopmail with mysql support, but somewhere along the
line, I messed up. here is the problem:
 
 
[EMAIL PROTECTED]:/usr/local/vpopmail/bin]$ ./vadddomain koolscooby.net
xx
Error: Domain already exists
[EMAIL PROTECTED]:/usr/local/vpopmail/bin]$ ./vdeldomain koolscooby.net
Error: Domain does not exist
[EMAIL PROTECTED]:/usr/local/vpopmail/bin]$
 
I've completely rm -rf'd /usr/local/vpopmail and reinstalled (make distclean
 ./configure --with-mysql etc...), the MySQL database vpopmail has _no_
tables in it, how can I completely wipe out any vdomain databases to get rid
of the above error? Do I have to remove /usr/local/vpopmail and do something
else as well?
 
Thanks in advance,
 
 
Brad Hughes
Koolscooby at zoominternet dot net
 




I had this problem and forgot 2 things when I compiled. 

1.  I had to run vconvert -c -m 

2.  Didn't Include my database user info in vmysql.h. 

Hope this helps. 

Jonathan Shaw 





RE: [vchkpw] Re: vadddomain and vdeldomain problems

2003-11-25 Thread Brad Hughes
Thanks much, I had talked to someone in #freebsdhelp on Efnet irc about 5
minutes before I checked my email again, and that helped :) 
Thanks much!!! :)

Brad Hughes


-Original Message-
From: Jonathan Shaw [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 25, 2003 8:51 PM
To: Brad Hughes
Cc: [EMAIL PROTECTED]
Subject: [vchkpw] Re: vadddomain and vdeldomain problems

Brad Hughes writes: 

 Hey all,
 I recently installed vpopmail with mysql support, but somewhere along the
 line, I messed up. here is the problem:
  
  
 [EMAIL PROTECTED]:/usr/local/vpopmail/bin]$ ./vadddomain
koolscooby.net
 xx
 Error: Domain already exists
 [EMAIL PROTECTED]:/usr/local/vpopmail/bin]$ ./vdeldomain
koolscooby.net
 Error: Domain does not exist
 [EMAIL PROTECTED]:/usr/local/vpopmail/bin]$
  
 I've completely rm -rf'd /usr/local/vpopmail and reinstalled (make
distclean
  ./configure --with-mysql etc...), the MySQL database vpopmail has _no_
 tables in it, how can I completely wipe out any vdomain databases to get
rid
 of the above error? Do I have to remove /usr/local/vpopmail and do
something
 else as well?
  
 Thanks in advance,
  
  
 Brad Hughes
 Koolscooby at zoominternet dot net
  
 

 


I had this problem and forgot 2 things when I compiled. 


1.  I had to run vconvert -c -m 

2.  Didn't Include my database user info in vmysql.h. 

Hope this helps. 

Jonathan Shaw