RE: [vchkpw] qmailadmin

2003-11-27 Thread Brad Hughes
Sorry!, I typed up that email pretty fast... here is some diagnosis data...

I ran configure with:
--enable-mysql=y  --enable-rebuild-tcpserver-file=n
--enable-defaultquota=1S,1C
-enable-roaming-users=y --enable-learn-passwords=y --enable-logging=p
--enable-domainquotas=y


   vpopmail 5.3.24
Current settings
---
vpopmail directory = /usr/local/vpopmail
   uid = 89
   gid = 89
  ip alias = OFF --enable-ip-alias-domains=n (default)
address extentions = OFF --enable-qmail-ext=n (default)
rebuild tcpserver file = NO --enable-rebuild-tcpserver-file=n
 roaming users = ON  --enable-roaming-users=y
tcpserver file = /usr/local/vpopmail/etc/tcp.smtp
open_smtp file = /usr/local/vpopmail/etc/open-smtp
user quota = 1S,1C -enable-hardquota=1S,1C
 domain quotas = ON  --enable-domainquotas=y
   auth module = mysql --enable-mysql=y
 mysql replication = OFF --enable-mysql-replication=n (default)
table optimization = many domains --enable-many-domains=y (default)
  system passwords = OFF --enable-passwd=n (default)
  file locking = ON  --enable-file-locking=y (default)
 file sync = OFF --enable-file-sync=n disable vdelivermail fsync
 (default)
 make seekable = ON  --enable-make-seekable=y (default)
  auth logging = ON  --enable-auth-logging=y (default)
 mysql logging = OFF --enable-mysql-logging=n (default)
  clear passwd = ON  --enable-clear-passwd=y (default)
 users big dir = ON  --enable-users-big-dir=y (default)
 valias processing = OFF --enable-valias=n
  mysql limits = OFF --enable-mysql-limits=n (default)
pop syslog = show failure attempts with clear text password
 --enable-logging=p
  auth inc = -I/usr/local/include/mysql
  auth lib = -L/usr/local/lib/mysql  -lmysqlclient -lz

I'm running FreeBSD 5.1-RELEASE on an AMD 1800+/256mb ram/40gb Seagate hd...
Its also a webserver... 

qmailadmin IS:
/usr/local/www/koolscooby.net/mail/cgi-bin/qmailadmin/qmailadmin

Apache *IS* setup to use /usr/local/www/koolscooby.net/mail/cgi-bin/ as
mail.koolscooby.net's ScriptAlias... (I had to fix that first... I used to
have the problem that the images wouldn't show up on the qmailadmin page,
and nothing would work, its because I forgot to put my scriptalias in my
virtualdomain directive in apache :)
Thanks much!!!

Brad Hughes
_kS
btw... sorry on the last one, I had hit the wrong button (reply instead of
reply to all, so it didn't get sent out to the list)

-Original Message-
From: Juan Hernandez [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 27, 2003 11:45 AM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] qmailadmin

You need to be more specific pal... what's your vpopmail configuration??
which options did you use with ./configure??

Juan

On Thu, 2003-11-27 at 12:41, Brad Hughes wrote:
 Hey again,
 
 I did a install of qmailadmin to my /cgi-bin/ directory, it does
 execute the executable and brings up the user/pass/domain box, I put
 in postmaster, my domain, and my password, but it says its invalid.
 I'm using a mysql backend for qmail if this matters. I also went into
 the db and checked the password, it is what I had originally typed in.
 thanks in advance
 
  
 
 Happy thanksgiving to everyone out there!
 
 :)
 
  
 
 Brad Hughes
 
 _kS
 
 







[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










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