Re: [toaster] qmail-remote_authenticated_smtp.patch

2004-09-15 Thread Rene
It works great. tnx allot. There is an error in patching the makfile but after compiling the new qmail-remote works fine. regards rene > I guess I forgot to attach it then - my bad. I have attached it to this > E-Mail ... > > On Tue, 14 Sep 2004, Bill Shupp wrote: >

Re: [toaster] qmail-remote_authenticated_smtp.patch

2004-09-15 Thread Drew Wells
No problem, the error in patching the Makefile will be because this patch follows a whole bunch of other patches I apply to netqmail-1.05, if you want me to modify the patch so it goes cleanly over netqmail-1.05 (or netqmail-1.05 + TLS) just let me know. On Wed, 15 Sep 2004, Rene wrote: > It w

[toaster] smtp-auth log

2004-09-15 Thread Eduardo Cortés
hi all, is there any "easy way" to include on logs (qmail-scanner-queue.pl should be the better place) the smtp auth information? You can see on logs each authentication, but in a server with some thousands of accounts, should be great to know who authenticated user sent what email. qmail-scann

Re: [toaster] qmail-remote_authenticated_smtp.patch

2004-09-15 Thread Rene
tnx. this is not necessary. SMTP-Auth works and the patch helped me to secure my mainserver because now i don't need roaming users anymore. rene > No problem, the error in patching the Makefile will be because this patch > follows a whole bunch of other patches I apply to netqmail-1.05, if you >

Re: [toaster] smtp-auth log

2004-09-15 Thread Tom Collins
On Sep 15, 2004, at 3:42 AM, Eduardo Cortés wrote: is there any "easy way" to include on logs (qmail-scanner-queue.pl should be the better place) the smtp auth information? You can see on logs each authentication, but in a server with some thousands of accounts, should be great to know who authen

[toaster] qmail-remote_authenticated_smtp.patch PART II

2004-09-15 Thread Rene
I was to fast :-( Checking the logs bring bad news :-( PATCH : srv:/var/src/netqmail-1.05 # patch -p 0 < /tmp/netqmail-1.05-qmail-remote.patch (Stripping trailing CRs from patch.) patching file netqmail-1.05/qmail-remote.c Hunk #2 succeeded at 506 (offset -6 lines). Hunk #3 succeeded at 606 (offse

Re: [toaster] smtp-auth log

2004-09-15 Thread Eduardo Cortés
Thanks Tom, smtp-auth patch upgrade has something about this, released yesterday. Should be very complex to upgrade this patch on 0.7b3 with chkusr-mysql? Probably is what I need. More details on http://www.fehcom.de/qmail/smtpauth.html From changelog: Version 0.51 includes the evaluation of the

Re: [toaster] qmail-remote_authenticated_smtp.patch PART II

2004-09-15 Thread Drew Wells
Ok, I have created a patch for you and added it as an attachment. I tested this patch by doing the following (the patch applies to netqmail-1.05 + tls-smtpauth-20040705) :- tar -xzf netqmail-1.05.tar.gz cd netqmail-1.05 ./collate.sh cd netqmail-1.05 patch -p1 < ~/netqmail-1.05-tls-smtpauth-2004

Re: [toaster] qmail-remote_authenticated_smtp.patch PART II

2004-09-15 Thread Rene
this works tnx for spending time on this. regards rene > Ok, I have created a patch for you and added it as an attachment. I > tested this patch by doing the following (the patch applies to > netqmail-1.05 + tls-smtpauth-20040705) :- >

[toaster] spam problem

2004-09-15 Thread Lucas
Hi, I have several domains in a server. One of them is receiving msgs from several ips (diferent between them, so it is like a virus). The problem is that always have the 'cat concurrencyincoming' connections busy. I have chkusr path (included in shupp patches) activated. The virus-mails have e

Re: [toaster] spam problem

2004-09-15 Thread Rene
I use rblsmtpd here for stopping unwanted ip's. Viruses are mostly ssend from dynamic dialin IP's so you can block them via DJNABL Lists. Here is my /service/qmail-smtp/run : #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` QMAILQUEUE="/var/qmail/bin/parse.sh" export QMAILQUEUE M