[vchkpw] Deleting Domain

2003-02-08 Thread Nelson D. Guerrero
Hello again, Yesterday I deleted a domain and everything got removed from vpopmail but it didn't remove it from the /var/qmail/control files and everytime I try to add the domain again it give me an error saying that the domain already exists. How can I remove this domain by force? -- Nelson

Re: [vchkpw] Deleting Domain

2003-02-08 Thread Remo Mattei
Remove it by hand in the assign file for qmail. Then do grep in the /var/qmail/control and delete every line with that domain if still there. Good luck, REMO > From: "Nelson D. Guerrero" <[EMAIL PROTECTED]> > Organization: Linux.Org.Do > Date: Sat, 8 Feb 2003 07:39:58 -0400 > To: [EMAIL PROTECTE

[vchkpw] qmailadmin - premature end of script header

2003-02-08 Thread GoodnGo.de \(R\) Zentrale
Hi,I installed qmail and vpopmail successfully on a RH6.0 Box.After compiling qmailadmin-1.0.4 to the virtual directory of a user on this server, like this:   ./configure --enable-cgibindir=/home/wsrv001/cgi-bin/ --enable-htmldir=/home/wsrv001/html --with-htmllibdir=/home/wsrv001/html   Ich

Re: [vchkpw] qmailadmin - premature end of script header

2003-02-08 Thread Ajai Khattri
GoodnGo.de (R) Zentrale wrote: Ich get the "Internal Server Error" messages Apache log file said: "Premature end of script headers: /home/wsrv001/cgi-bin/qmailadmin" How can I get it to run orderly? Look in your Apache error log to see what the problem is. -- Aj. Systems Administrator / De

[vchkpw] mysql-limits

2003-02-08 Thread Paul Theodoropoulos
i'm about to compile the latest rev (.16), and was wondering - if i select --enable-mysql-limits=y in configuration, is there anything that needs to be done to convert the existing .qmailadmin-limits? or does the system automatically convert the data during/after installation? and are there any

[vchkpw] SMTP-Auth doesnt work properly

2003-02-08 Thread Sven Bunge
Hi vchkpw, currently im running qmail+vpopmail+smtp_auth_patch0.31 i call all right i think, but there is a problem the mailclient sends the auth-infos to the server the server sais "no authentiacation method found" by MD5-cram authentication and when i take normal Auth and sends with w

[vchkpw] telnet port 110 isn´t working

2003-02-08 Thread GoodnGo.de \(R\) Zentrale
Hello,   after installing qmailadmin, I can not telnet port 110 anymore   What can I do? Where can I look.   Oliver Etzel

[vchkpw] alias and spamd

2003-02-08 Thread Dzuy Nguyen
Hello, My environment is qmail + vpopmail/MySQL + spamassassin + maildrop + qmailadmin. I have a real [EMAIL PROTECTED] which is tagged for spam checking. The .qmail-default contains | /usr/local/bin/maildrop which calls maildrop and in mailfilter, runs through spamd to check for spam then pa

Re: [vchkpw] mysql-limits

2003-02-08 Thread Brian Kolaci
There currently is no conversion program. The latest rev (.16) enables the use of the new API to vset, vget and vdel the _limits functions. They allow either file or mysql tables depending on the compiled in version (with the --enable-mysql-limits=y/n). Currently the first (and only) program usi

Re: [vchkpw] mysql-limits

2003-02-08 Thread Paul Theodoropoulos
At 01:16 PM 02-08-2003, Brian Kolaci wrote: Want to write the conversion program? Should be simple. Just one source file that uses the "file" vget_limits() and the "mysql" vset_limits() and iterate over the current domains. Possibly remove the old .qmailadmin-limits file as well. The extent of

[vchkpw] Defines on the command line.

2003-02-08 Thread Matt Simerson
I'm sure I'm about to display my ignorance of C but: Is there a way to override the values find in a .h file from the command line? Specifically, I want to pass along a couple defines to set the MYSQL_MASTER_PASSWD and related fields from vmysql.h without having to edit the vmysql.h file itself

[vchkpw] Re: Defines on the command line.

2003-02-08 Thread Peter Palmreuther
Hello Matt, On Sunday, February 9, 2003 at 1:34:49 AM you [MS] wrote (at least in part): > I'm sure I'm about to display my ignorance of C but: > Is there a way to override the values find in a .h file from the > command line? I don't know if there's a way to "override" the '#define's. A quick

[vchkpw] Re: telnet port 110 isn´t working

2003-02-08 Thread Peter Palmreuther
Hello GoodnGo.de, On Saturday, February 8, 2003 at 8:32:17 PM you [GdRZ] wrote (at least in part): > after installing qmailadmin, I can not telnet port 110 > anymore > What can I do? Where can I look. Everywhere and nowhere. See if your POP3 process is still running, if you've installed followi

Re: [vchkpw] Re: Defines on the command line.

2003-02-08 Thread Matt Simerson
OK, I attempted to pass them via make: make -DMYSQL_UPDATE_SERVER=\"db.simerson.net\" -DMYSQL_UPDATE_USER=\"vpopmail\" -DMYSQL_UPDATE_PASSWD=\"secret\" -DMYSQL_READ_SERVER=\"localhost\" -DMYSQL_READ_USER=\"vpopmail\" -DMYSQL_READ_PASSWD=\"secret\" but that didn't work. So, I set the CFLAGS env

Re: [vchkpw] Re: telnet port 110 isn´t working

2003-02-08 Thread Júlio Manuel de Carvalho Espada Olivares
I got a similar problem sometime ago. The problem was due to an incorrect user/group change in some files. - Original Message - From: "Peter Palmreuther" <[EMAIL PROTECTED]> To: "GoodnGo.de (R) Zentrale in vpop" <[EMAIL PROTECTED]> Sent: Sunday, February 09, 2003 1:18 AM Subject: [vchkpw]

[vchkpw] Compile issues

2003-02-08 Thread Brad
Hi I have previously installed on redhat without any issues. Now I am trying to install vpopmail on debian 3.0 .   I get the following error.   gcc  -g -O2 -Wall  -o vchkpw  vchkpw.o libvpopmail.a -L/root/mysql/lib/mysql  -lmysqlclient -lz -lnsl -lcrypt -lm/usr/bin/ld: cannot find -lzcollect2