Re: [toaster] updated toaster patch

2007-03-26 Thread daniel
 Bill Shupp wrote:

 I'll test signing later when I have some time to set it up.

 Signing works just fine as well:

 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
   s=default; d=merchbox.com;

 b=qx+1bc1baPy6zBt2CYUIXMpTpoN3307dqQIzJ/8F++3h5hf+xpj92dGGqchxq79S6w733qBSTRN1qv0OGNMtphJ3XGmmy3tKxiUNLc7JntDei26sT13xQxCgQNNZIp2A
  ;


 In my outbound qmail-smtpd run file, I have this:

 export QMAILQUEUE=/var/qmail/bin/qmail-dk
 export DKQUEUE=/var/qmail/bin/simscan
 export DKSIGN=/var/qmail/control/domainkeys/%/default

 Regards,

 Bill


Well, it seems that i got it working at last :)

So, the patch works ok on a fedora core 5 system with all the toaster
options (tmda also). If you need to perform some tests i can provide you
with a shell to the test machine i installed the toaster on.



Re: [toaster] updated toaster patch

2007-03-24 Thread Bill Shupp
Bill Shupp wrote:

 I'll test signing later when I have some time to set it up.

Signing works just fine as well:

DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
  s=default; d=merchbox.com;

b=qx+1bc1baPy6zBt2CYUIXMpTpoN3307dqQIzJ/8F++3h5hf+xpj92dGGqchxq79S6w733qBSTRN1qv0OGNMtphJ3XGmmy3tKxiUNLc7JntDei26sT13xQxCgQNNZIp2A
 ;


In my outbound qmail-smtpd run file, I have this:

export QMAILQUEUE=/var/qmail/bin/qmail-dk
export DKQUEUE=/var/qmail/bin/simscan
export DKSIGN=/var/qmail/control/domainkeys/%/default

Regards,

Bill


Re: [toaster] updated toaster patch

2007-03-23 Thread daniel
 is there possible to have also remote smtp auth patch in you Toaster?



 On Thu, 2007-03-22 at 12:36 -0700, Bill Shupp wrote:
 All,

 I've got a new toaster patch that I could use help testing:

 http://shupp.org/patches/qmail-toaster-0.9.0rc2.patch.bz2

 Below are the patches included.  Please help test if you can.  I have it
 running on my personal system at the moment.

 NOTE:  This version supports DomainKeys, and requires libdomainkeys,
 which you can get here:

 http://sourceforge.net/projects/domainkeys/

 Once installed, see the qmail-dk man page for info on how to use it.

 Regards,

 Bill








 smtp-auth patch v. 0.5.8 by Erwin Hoffmann
 http://www.fehcom.de/qmail/smtpauth.html

 TLS patch by Frederik Vermeulen [EMAIL PROTECTED].  Here's the
 original patch with documentation at the top:
 http://inoa.net/qmail-tls/netqmail-1.05-tls-20060104.patch

 oversize dns patch by Christopher K. Davis.
 http://www.ckdhr.com/ckd/qmail-103.patch

 qregex 20060423 originally by by Andrew St. Jean.
 http://www.arda.homeunix.net/store/qmail/
 adds pattern matching in the badhelo, badmailfrom, badmailfromnorelay,
 badmailto, and badmailtonorelay control files. Pattern matching is case
 insensitive and logs are generated when a match is found.

 reread concurrency version 2 by Jul
 http://js.hu/package/qmail/index.html
 Reread concurrencylocal and concurrencyremote when qmail-send is
 given the HUP signal.

 Big Concurrency patch by Johannes Erdfelt
 http://qmail.org/big-concurrency.patch

 netqmail-maildir++.patch by me.  Here's the link to the original patch:
 http://shupp.org/patches/netqmail-maildir++.patch
 This adds maildirquota support to qmail-pop3d and qmail-local.

 chkuser 2.0.9 by Antonio Nati
 http://www.interazioni.it/opensource/chkuser/
 NOTE: This requires vpopmail to already be compiled.
 You may need to edit the Makefile for paths, etc.

 Dale Woolridge, James Law, and Moto Kawasaki's Spam Throttle 2.02
 http://spamthrottle.qmail.ca/

 SPF rc5 by [EMAIL PROTECTED]
 http://www.saout.de/misc/spf/

 qmail-queue-custom-error.patch by ?
 https://no-way.org/software?search=0

 SURBL Support for qmail-smtpd by Pieter Droogendijk
 original qmail patch: http://www.surbl.org/qmail/011_surbl
 Documentation: http://www.surbl.org/qmail/surbl.txt

 DomainKeys patch by Russell Nelson
 http://qmail.org/qmail-1.03-dk-0.54.patch
 Requires libdomainkeys-0.68 to be compiled, and located in
 ../../libdomainkeys-0.68 to work as is.




I'm in process of testing the new patch...

First problem: libdomainkeys does not compile on fedora core5 (test os)

i modified makefile accordingly to openssl include files location but
still refuses to make the damn libs.

As a workaround there is a rpm package available (at pbone.net) which
installs without problems.

I'll keep you posted of other issues i encounter.



Re: [toaster] updated toaster patch

2007-03-23 Thread Bill Shupp
[EMAIL PROTECTED] wrote:

 
 I'm in process of testing the new patch...
 
 First problem: libdomainkeys does not compile on fedora core5 (test os)
 
 i modified makefile accordingly to openssl include files location but
 still refuses to make the damn libs.
 
 As a workaround there is a rpm package available (at pbone.net) which
 installs without problems.
 
 I'll keep you posted of other issues i encounter.

Oh, yeah, the Makefile is broken.  Use this diff:

http://shupp.org/patches/libdomainkeys.diff

That'll fix it.  But system packages would be a fine substitute, you'll
just have to edit the Makefile and I think qmail-dk.c to point to the
right place.

Regards,

Bill


Re: [toaster] updated toaster patch

2007-03-23 Thread Tom Collins

On Mar 22, 2007, at 11:16 PM, Simone Marzona wrote:

is there possible to have also remote smtp auth patch in you Toaster?

On Thu, 2007-03-22 at 12:36 -0700, Bill Shupp wrote:




snip


smtp-auth patch v. 0.5.8 by Erwin Hoffmann
http://www.fehcom.de/qmail/smtpauth.html


What's wrong with Erwin's SMTP AUTH patch?  Pretty much everyone  
using vpopmail uses it...


--
Tom Collins  -  [EMAIL PROTECTED]
Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/
QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/




Re: [toaster] updated toaster patch

2007-03-23 Thread Bill Shupp
Tom Collins wrote:
 On Mar 22, 2007, at 11:16 PM, Simone Marzona wrote:
 is there possible to have also remote smtp auth patch in you Toaster?

 On Thu, 2007-03-22 at 12:36 -0700, Bill Shupp wrote:

 
 snip
 
 smtp-auth patch v. 0.5.8 by Erwin Hoffmann
 http://www.fehcom.de/qmail/smtpauth.html
 
 What's wrong with Erwin's SMTP AUTH patch?  Pretty much everyone using
 vpopmail uses it...

0.5x doesn't do remote auth.  0.6x does.  I personally don't use it, and
could not apply the patch to qmail-remote.c quickly alongside the TLS
code.  So I have not yet included it.  If someone else needs this, and
can supply me with a working patch to go on top of my 0.9x toaster
patch, I'll be happy to include it.

Regards,

Bill


[toaster] updated toaster patch

2007-03-22 Thread Bill Shupp
All,

I've got a new toaster patch that I could use help testing:

http://shupp.org/patches/qmail-toaster-0.9.0rc2.patch.bz2

Below are the patches included.  Please help test if you can.  I have it
running on my personal system at the moment.

NOTE:  This version supports DomainKeys, and requires libdomainkeys,
which you can get here:

http://sourceforge.net/projects/domainkeys/

Once installed, see the qmail-dk man page for info on how to use it.

Regards,

Bill








smtp-auth patch v. 0.5.8 by Erwin Hoffmann
http://www.fehcom.de/qmail/smtpauth.html

TLS patch by Frederik Vermeulen [EMAIL PROTECTED].  Here's the
original patch with documentation at the top:
http://inoa.net/qmail-tls/netqmail-1.05-tls-20060104.patch

oversize dns patch by Christopher K. Davis.
http://www.ckdhr.com/ckd/qmail-103.patch

qregex 20060423 originally by by Andrew St. Jean.
http://www.arda.homeunix.net/store/qmail/
adds pattern matching in the badhelo, badmailfrom, badmailfromnorelay,
badmailto, and badmailtonorelay control files. Pattern matching is case
insensitive and logs are generated when a match is found.

reread concurrency version 2 by Jul
http://js.hu/package/qmail/index.html
Reread concurrencylocal and concurrencyremote when qmail-send is
given the HUP signal.

Big Concurrency patch by Johannes Erdfelt
http://qmail.org/big-concurrency.patch

netqmail-maildir++.patch by me.  Here's the link to the original patch:
http://shupp.org/patches/netqmail-maildir++.patch
This adds maildirquota support to qmail-pop3d and qmail-local.

chkuser 2.0.9 by Antonio Nati
http://www.interazioni.it/opensource/chkuser/
NOTE: This requires vpopmail to already be compiled.
You may need to edit the Makefile for paths, etc.

Dale Woolridge, James Law, and Moto Kawasaki's Spam Throttle 2.02
http://spamthrottle.qmail.ca/

SPF rc5 by [EMAIL PROTECTED]
http://www.saout.de/misc/spf/

qmail-queue-custom-error.patch by ?
https://no-way.org/software?search=0

SURBL Support for qmail-smtpd by Pieter Droogendijk
original qmail patch: http://www.surbl.org/qmail/011_surbl
Documentation: http://www.surbl.org/qmail/surbl.txt

DomainKeys patch by Russell Nelson
http://qmail.org/qmail-1.03-dk-0.54.patch
Requires libdomainkeys-0.68 to be compiled, and located in
../../libdomainkeys-0.68 to work as is.



Re: [toaster] updated toaster patch

2007-03-22 Thread Simone Marzona
is there possible to have also remote smtp auth patch in you Toaster?



On Thu, 2007-03-22 at 12:36 -0700, Bill Shupp wrote:
 All,
 
 I've got a new toaster patch that I could use help testing:
 
 http://shupp.org/patches/qmail-toaster-0.9.0rc2.patch.bz2
 
 Below are the patches included.  Please help test if you can.  I have it
 running on my personal system at the moment.
 
 NOTE:  This version supports DomainKeys, and requires libdomainkeys,
 which you can get here:
 
 http://sourceforge.net/projects/domainkeys/
 
 Once installed, see the qmail-dk man page for info on how to use it.
 
 Regards,
 
 Bill
 
 
 
 
 
 
 
 
 smtp-auth patch v. 0.5.8 by Erwin Hoffmann
 http://www.fehcom.de/qmail/smtpauth.html
 
 TLS patch by Frederik Vermeulen [EMAIL PROTECTED].  Here's the
 original patch with documentation at the top:
 http://inoa.net/qmail-tls/netqmail-1.05-tls-20060104.patch
 
 oversize dns patch by Christopher K. Davis.
 http://www.ckdhr.com/ckd/qmail-103.patch
 
 qregex 20060423 originally by by Andrew St. Jean.
 http://www.arda.homeunix.net/store/qmail/
 adds pattern matching in the badhelo, badmailfrom, badmailfromnorelay,
 badmailto, and badmailtonorelay control files. Pattern matching is case
 insensitive and logs are generated when a match is found.
 
 reread concurrency version 2 by Jul
 http://js.hu/package/qmail/index.html
 Reread concurrencylocal and concurrencyremote when qmail-send is
 given the HUP signal.
 
 Big Concurrency patch by Johannes Erdfelt
 http://qmail.org/big-concurrency.patch
 
 netqmail-maildir++.patch by me.  Here's the link to the original patch:
 http://shupp.org/patches/netqmail-maildir++.patch
 This adds maildirquota support to qmail-pop3d and qmail-local.
 
 chkuser 2.0.9 by Antonio Nati
 http://www.interazioni.it/opensource/chkuser/
 NOTE: This requires vpopmail to already be compiled.
 You may need to edit the Makefile for paths, etc.
 
 Dale Woolridge, James Law, and Moto Kawasaki's Spam Throttle 2.02
 http://spamthrottle.qmail.ca/
 
 SPF rc5 by [EMAIL PROTECTED]
 http://www.saout.de/misc/spf/
 
 qmail-queue-custom-error.patch by ?
 https://no-way.org/software?search=0
 
 SURBL Support for qmail-smtpd by Pieter Droogendijk
 original qmail patch: http://www.surbl.org/qmail/011_surbl
 Documentation: http://www.surbl.org/qmail/surbl.txt
 
 DomainKeys patch by Russell Nelson
 http://qmail.org/qmail-1.03-dk-0.54.patch
 Requires libdomainkeys-0.68 to be compiled, and located in
 ../../libdomainkeys-0.68 to work as is.