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) :- >

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

[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] 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] 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

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-14 Thread Drew Wells
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: > Drew Wells wrote: > > >I guess attachments are not forwarded ... > > > > > > Yes, they are. > > Bill > diff -uPr netqmail-1.05.orig/Makefile netqmail-1.05/Makefile -

Re: [toaster] qmail-remote_authenticated_smtp.patch

2004-09-14 Thread Bill Shupp
Drew Wells wrote: I guess attachments are not forwarded ... Yes, they are. Bill

Re: [toaster] qmail-remote_authenticated_smtp.patch

2004-09-14 Thread Drew Wells
I guess attachments are not forwarded ... diff -uPr netqmail-1.05.orig/Makefile netqmail-1.05/Makefile --- netqmail-1.05.orig/Makefile Fri Jul 30 15:19:27 2004 +++ netqmail-1.05/Makefile Fri Jul 30 15:22:20 2004 @@ -1445,13 +1445,13 @@ load qmail-remote.o control.o constmap.o timeoutread.o t

Re: [toaster] qmail-remote_authenticated_smtp.patch

2004-09-14 Thread Drew Wells
This is a patch I used against netqmail-1.05 so might well work. /var/qmail/control/smtproutes format :- smtpserver:port:username:password On Tue, 14 Sep 2004, Rene wrote: > Hello, > > here (http://www.treiber-forum.de/linux/berichte/qmail-smtp-auth-howto.pdf) > is a description, how to add sm

[toaster] qmail-remote_authenticated_smtp.patch

2004-09-14 Thread Rene
Hello, here (http://www.treiber-forum.de/linux/berichte/qmail-smtp-auth-howto.pdf) is a description, how to add smtp-auth to qmail to act as client. http://qmail.mirrors.space.net/qmail-remote_authenticated_smtp.patch The patch patches qmail-remote.c and then you have to add username and passwor