[toaster] paypal link?

2004-02-18 Thread Eero Volotinen
Hey Bill, how about paypal link to your toaster page, so that people can donate money to support your toaster work? -- Eero

RE: [toaster] netqmail-patch 0.61

2004-02-18 Thread Lucas Valdeón
Hi Bill, Same versions: $patch -v Patch version 2.1 $gpatch -v patch 2.5.4 Copyright 1984-1988 Larry Wall Copyright 1989-1999 Free Software Foundation, Inc. This program comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of this program under the terms of th

Re: [toaster] netqmail-patch 0.61

2004-02-18 Thread Eero Volotinen
Lucas Valdeón wrote: I try to use netqmail patch with no success: unpack netqmail ./collate.sh cd netqmail-1.05 gpatch <../../qmail-toaster-0.6-1.patch and the error is: patch: malformed patch at line 2142: it seems maildirquota.c is not present. Should I apply a previous patch ? Your gpat

RE: [toaster] netqmail-patch 0.61

2004-02-18 Thread Lucas Valdeón
gpatch is gnu patch. and patch is Larry Wall patch correct ? Lucas -Mensaje original- De: Eero Volotinen [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 18 de febrero de 2004 11:36 Para: Lucas Valdeón CC: [EMAIL PROTECTED] Asunto: Re: [toaster] netqmail-patch 0.61 Lucas Valdeón

[toaster] chkuser.tmda.patch error

2004-02-18 Thread SEFEROVIC Edvin
Hi... After patching qmail with the chkuser.tdma.patch I get an error when compiling qmail: qmail-smtpd.c:34:22: vpopmail.h: No such file or directory qmail-smtpd.c:35:19: vauth.h: No such file or directory qmail-smtpd.c:36:29: vpopmail_config.h: No such file or directory qmail-smtpd.c: In funct

Re: [toaster] chkuser.tmda.patch error

2004-02-18 Thread Eero Volotinen
SEFEROVIC Edvin wrote: Hi... After patching qmail with the chkuser.tdma.patch I get an error when compiling qmail: Vpopmail must be installed before compiling chkuser to qmail. -- Eero

Re: [toaster] chkuser.tmda.patch error

2004-02-18 Thread Eero Volotinen
SEFEROVIC Edvin wrote: Vpopmail is installed.. I followed the tutorial, and the vpopmail is installed before the patch is applied... any other ideas? What is that patch for anyway? Vpopmail must be installed and compiled. Your errormessage says, that it can't find vpopmail header files, so your

RE: [toaster] chkuser.tmda.patch error

2004-02-18 Thread SEFEROVIC Edvin
Vpopmail is installed.. I followed the tutorial, and the vpopmail is installed before the patch is applied... any other ideas? What is that patch for anyway? TIA Sincerely yours Edvin Seferovic -Ursprüngliche Nachricht- Von: Eero Volotinen [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch,

RE: [toaster] chkuser.tmda.patch error

2004-02-18 Thread SEFEROVIC Edvin
Hi again.. And btw thank you for your help My configure command for vpopmail looks as follows: ./configure --enable-logging=v --enable-auth-module=mysql --enable-auth-logging=n --enable-mysql-logging=n --enable-valias=y --enable-passwd=n --enable-roaming-users=y --enable-defaultquota=5242880

Re: [toaster] chkuser.tmda.patch error

2004-02-18 Thread Tom Collins
On Feb 18, 2004, at 8:13 AM, SEFEROVIC Edvin wrote: serv2:/var/src/vpopmail-5.4.0-rc1 # Please use the final 5.4.0 release version, available at SourceForge. As to your qmail-smtpd problem, it's probably assuming that vpopmail was installed to /home/vpopmail. Look in the Makefile for a reference

Re: [toaster] paypal link?

2004-02-18 Thread Bill Shupp
Eero Volotinen wrote: Hey Bill, how about paypal link to your toaster page, so that people can donate money to support your toaster work? Eero, I have added donate links to both the toaster page, and shupp.org. Thanks in advance to anyone that cares to donate! Cheers, Bill Shupp

Re: [toaster] chkuser.tmda.patch error

2004-02-18 Thread Bill Shupp
SEFEROVIC Edvin wrote: Hi... After patching qmail with the chkuser.tdma.patch I get an error when compiling qmail: qmail-smtpd.c:34:22: vpopmail.h: No such file or directory qmail-smtpd.c:35:19: vauth.h: No such file or directory qmail-smtpd.c:36:29: vpopmail_config.h: No such file or directory

Re: [toaster] chkuser.tmda.patch error

2004-02-18 Thread John Johnson
You have to install vpopmail first and then patch and recompile qmail with the checkuser patch... -John - Original Message - From: "SEFEROVIC Edvin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 18, 2004 6:36 AM Subject: [toaster] chkuser.tmda.patch error > Hi

Re: [toaster] chkuser.tmda.patch error

2004-02-18 Thread John Johnson
Sounds like it's not finding vpopmail. What this patch does is when mail comes to the server it will check for a valid user before accepting the mail. if the user is not valid it will reject it and this saves on queue space over the old way of accepting it and then bouncing it. this patch is also