RE: [vchkpw] I could not patch netqmail-1.05_chkuser-2.0.8.patch

2006-02-17 Thread Michael Bellears





  What shall I do ?
  
  Provide the errors you received at the very 
least


Re: [vchkpw] I could not patch netqmail-1.05_chkuser-2.0.8.patch

2006-02-17 Thread Yavuz Maslak
First
tar zxvf netqmail-1.0.5.tar.gz
cd netqmail-1.0.5
./collate.sh
cp qmail-toaster-0.8.1.patch netqmail-1.05/netqmail-1.05
cp netqmail-1.05_chkuser-2.0.8.patch netqmail-1.05/netqmail-1.05
cd netqmail-1.05/netqmail-1.05
patch  qmail-toaster-0.8.1.patch

I did not any error
I patched successfully it.
After that
patch  netqmail-1.05_chkuser-2.0.8.patch
But I got some errors as below;Does qmail-toaster-0.8.1.patch comprise
the patch called  netqmail-1.05_chkuser-2.0.8.patch ?
THANKS

Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|diff -NU3 ./Makefile ../netqmail-1.05-chkuser-2.0.8-release/Makefile
|--- ./Makefile Mon Jul 26 11:05:52 2004
|+++ ../netqmail-1.05-chkuser-2.0.8-release/MakefileWed Dec  1 18:00:19
2004
--
Patching file Makefile using Plan A...
Hunk #1 succeeded at 1 with fuzz 1.
Hunk #2 succeeded at 324 with fuzz 2 (offset 20 lines).
Hunk #3 failed at 1564.
1 out of 3 hunks failed--saving rejects to Makefile.rej
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--
|diff -NU3 ./TARGETS ../netqmail-1.05-chkuser-2.0.8-release/TARGETS
|--- ./TARGETS  Mon Jun 15 12:53:16 1998
|+++ ../netqmail-1.05-chkuser-2.0.8-release/TARGETS Wed Dec  1 18:00:19
2004
--
Patching file TARGETS using Plan A...
Hunk #1 succeeded at 408 (offset 23 lines).
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--
|diff -NU3 ./chkuser.c ../netqmail-1.05-chkuser-2.0.8-release/chkuser.c
|--- ./chkuser.cThu Jan  1 01:00:00 1970
|+++ ../netqmail-1.05-chkuser-2.0.8-release/chkuser.c   Tue Dec  7 11:04:27
2004
--
Patching file chkuser.c using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--
|diff -NU3 ./chkuser.h ../netqmail-1.05-chkuser-2.0.8-release/chkuser.h
|--- ./chkuser.hThu Jan  1 01:00:00 1970
|+++ ../netqmail-1.05-chkuser-2.0.8-release/chkuser.h   Wed Dec  1 18:34:53
2004
--
Patching file chkuser.h using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--
|diff -NU3 ./chkuser_settings.h
../netqmail-1.05-chkuser-2.0.8-release/chkuser_settings.h
|--- ./chkuser_settings.h   Thu Jan  1 01:00:00 1970
|+++ ../netqmail-1.05-chkuser-2.0.8-release/chkuser_settings.h  Tue Dec  7
12:00:32 2004
--
Patching file chkuser_settings.h using Plan A...
Hunk #1 succeeded at 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--
|diff -NU3 ./conf-cc ../netqmail-1.05-chkuser-2.0.8-release/conf-cc
|--- ./conf-cc  Mon Jun 15 12:53:16 1998
|+++ ../netqmail-1.05-chkuser-2.0.8-release/conf-cc Wed Dec  1 18:00:19
2004
--
Patching file conf-cc using Plan A...
Hunk #1 succeeded at 1 with fuzz 1.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--
|diff -NU3 ./qmail-smtpd.c
../netqmail-1.05-chkuser-2.0.8-release/qmail-smtpd.c
|--- ./qmail-smtpd.cMon Jul 26 11:05:52 2004
|+++ ../netqmail-1.05-chkuser-2.0.8-release/qmail-smtpd.c   Mon Dec  6
13:14:26 2004
--
Patching file qmail-smtpd.c using Plan A...
Hunk #1 succeeded at 12 (offset 11 lines).
Hunk #2 succeeded at 49 with fuzz 2 (offset 15 lines).
Hunk #3 failed at 269.
Hunk #4 failed at 283.
Hunk #5 failed at 294.
3 out of 5 hunks failed--saving rejects to qmail-smtpd.c.rej
done




- Original Message - 
From: Michael Bellears
To: vchkpw@inter7.com
Sent: Friday, February 17, 2006 2:20 PM
Subject: RE: [vchkpw] I could not patch netqmail-1.05_chkuser-2.0.8.patch



What shall I do ?

Provide the errors you received at the very least



Re: [vchkpw] I could not patch netqmail-1.05_chkuser-2.0.8.patch

2006-02-17 Thread Bob Hutchinson
On Friday 17 Feb 2006 11:18, Yavuz Maslak wrote:
 I use netqmail1.05 with vpopmail5.4.x

 After I patched netqmail-1.05 with qmail-toaster-0.8.1.patch successfully,
 I wanted to patch it with netqmail-1.05_chkuser-2.0.8.patch. But I could
 not patch beause I got some errors.

chkuser-2.0.8 is already in the qmail-toaster-0.8.1.patch

look in your source tree, you should find chkuser_settings.h, in which the 
version number is stated.
It also contains a number of things which you might want to enable/disable, 
depending on your setup

-- 
-
Bob Hutchinson
Midwales dot com
-


Re: [vchkpw] I could not patch netqmail-1.05_chkuser-2.0.8.patch

2006-02-17 Thread Yavuz Maslak
Well
I have 10 domains.
I want to check users for 3 domains.
How can I set  chkuser_settings.h that ?
Thanks

- Original Message - 
From: Bob Hutchinson [EMAIL PROTECTED]
To: vchkpw@inter7.com
Sent: Friday, February 17, 2006 3:20 PM
Subject: Re: [vchkpw] I could not patch netqmail-1.05_chkuser-2.0.8.patch


 On Friday 17 Feb 2006 11:18, Yavuz Maslak wrote:
  I use netqmail1.05 with vpopmail5.4.x
 
  After I patched netqmail-1.05 with qmail-toaster-0.8.1.patch
successfully,
  I wanted to patch it with netqmail-1.05_chkuser-2.0.8.patch. But I could
  not patch beause I got some errors.

 chkuser-2.0.8 is already in the qmail-toaster-0.8.1.patch

 look in your source tree, you should find chkuser_settings.h, in which the
 version number is stated.
 It also contains a number of things which you might want to
enable/disable,
 depending on your setup

 -- 
 -
 Bob Hutchinson
 Midwales dot com
 -




Re: [vchkpw] I could not patch netqmail-1.05_chkuser-2.0.8.patch

2006-02-17 Thread tonix (Antonio Nati)

At 17.18 17/02/2006, you wrote:

Well
I have 10 domains.
I want to check users for 3 domains.
How can I set  chkuser_settings.h that ?


No need. Leave it as it is, and use qmailadmin to enable blouncing on 
the domains you want.


Tonino


Thanks

- Original Message -
From: Bob Hutchinson [EMAIL PROTECTED]
To: vchkpw@inter7.com
Sent: Friday, February 17, 2006 3:20 PM
Subject: Re: [vchkpw] I could not patch netqmail-1.05_chkuser-2.0.8.patch


 On Friday 17 Feb 2006 11:18, Yavuz Maslak wrote:
  I use netqmail1.05 with vpopmail5.4.x
 
  After I patched netqmail-1.05 with qmail-toaster-0.8.1.patch
successfully,
  I wanted to patch it with netqmail-1.05_chkuser-2.0.8.patch. But I could
  not patch beause I got some errors.

 chkuser-2.0.8 is already in the qmail-toaster-0.8.1.patch

 look in your source tree, you should find chkuser_settings.h, in which the
 version number is stated.
 It also contains a number of things which you might want to
enable/disable,
 depending on your setup

 --
 -
 Bob Hutchinson
 Midwales dot com
 -






Re: [vchkpw] I could not patch netqmail-1.05_chkuser-2.0.8.patch

2006-02-17 Thread Bob Hutchinson
On Friday 17 Feb 2006 16:18, Yavuz Maslak wrote:
 Well
 I have 10 domains.
 I want to check users for 3 domains.
 How can I set  chkuser_settings.h that ?
 Thanks

have a careful read on
http://www.interazioni.it/opensource/chkuser/documentation/

CHKUSER_STARTING_VARIABLE   2.0.5commented  CHKUSER_START
Sets the variable that must be read, at qmail-smtpd start, in order to 
understand how to use chkuser for any domain. The variable must be filled 
with the following values:

* NONE = chkuser will not work
* ALWAYS = chkuser will work always
* DOMAIN = chkuser will work depending on single domain settings



 - Original Message -
 From: Bob Hutchinson [EMAIL PROTECTED]
 To: vchkpw@inter7.com
 Sent: Friday, February 17, 2006 3:20 PM
 Subject: Re: [vchkpw] I could not patch netqmail-1.05_chkuser-2.0.8.patch

  On Friday 17 Feb 2006 11:18, Yavuz Maslak wrote:
   I use netqmail1.05 with vpopmail5.4.x
  
   After I patched netqmail-1.05 with qmail-toaster-0.8.1.patch

 successfully,

   I wanted to patch it with netqmail-1.05_chkuser-2.0.8.patch. But I
   could not patch beause I got some errors.
 
  chkuser-2.0.8 is already in the qmail-toaster-0.8.1.patch
 
  look in your source tree, you should find chkuser_settings.h, in which
  the version number is stated.
  It also contains a number of things which you might want to

 enable/disable,

  depending on your setup
 
  --
  -
  Bob Hutchinson
  Midwales dot com
  -

-- 
-
Bob Hutchinson
Midwales dot com
-