Re: [toaster] Toaster 0.8.7 Update

2006-04-11 Thread tonix (Antonio Nati)
At 00.39 11/04/2006, you wrote: tonix (Antonio Nati) wrote: Bill, actually there could be two alternative solutions: 1) select an alternative file that always exists in the directory (surviving to last ezmlm-idx changes) 2) enable CHKUSER_ENABLE_ALIAS_DEFAULT : that should enable rcpt

[toaster] smtp-auth

2006-04-11 Thread Max Andersen
Hi, How do I test the smtp-auth ? I do seem to have been running smtp-auth, but now my servere rejects me when I try :( Sincerely Max smime.p7s Description: S/MIME Cryptographic Signature

Re: [toaster] smtp-auth

2006-04-11 Thread Max Andersen
Max Andersen wrote: Hi, How do I test the smtp-auth ? I do seem to have been running smtp-auth, but now my servere rejects me when I try :( I've dug a bit deeper and see this: when connecting from the lan I get the following: [EMAIL PROTECTED] root]# telnet linux01.netformidling.dk 25

Re: [toaster] smtp-auth

2006-04-11 Thread Adi Pircalabu
On Tue, 11 Apr 2006 16:19:51 +0200 Max Andersen [EMAIL PROTECTED] wrote: [EMAIL PROTECTED]:~$ telnet linux01.netformidling.dk 25 Trying wan ip... Connected to linux01.netformidling.dk. Escape character is '^]'. 220 linux01.netformidling.dk ESMTP ehlo test 502 Do you have another SMTP

Re: [toaster] smtp-auth

2006-04-11 Thread Max Andersen
Adi Pircalabu wrote: Do you have another SMTP proxy in front of your system? That proxy probably does not implement some SMTP extensions. I've just investigated, and My cisco 806 at home does not have the fixup smtp configuration, and the router is all that is between me and the mailserver.

Re: [toaster] smtp-auth

2006-04-11 Thread Max Andersen
Max Andersen wrote: Adi Pircalabu wrote: Do you have another SMTP proxy in front of your system? That proxy probably does not implement some SMTP extensions. The cisco box was the reason. removed the fixup smtp or similar did the job. Sincerely Max smime.p7s Description: S/MIME

[toaster] linking with djbdns

2006-04-11 Thread Ingo Claro
Bill: i've searched the list and didn't find it, so here goes the question: is your toaster compatible with the instructions from: Nikola Vladov has devised a way to link qmail against djbdns http://qmail.chilesat.net/qmail+djbdns's resolver library. (http://qmail.chilesat.net/qmail+djbdns)

Re: [toaster] linking with djbdns

2006-04-11 Thread Bill Shupp
Ingo Claro wrote: Bill: i've searched the list and didn't find it, so here goes the question: is your toaster compatible with the instructions from: Nikola Vladov has devised a way to link qmail against djbdns http://qmail.chilesat.net/qmail+djbdns's resolver library.

Re: [toaster] linking with djbdns

2006-04-11 Thread Ingo Claro
Bill Shupp escribió: Ingo Claro wrote: Bill: i've searched the list and didn't find it, so here goes the question: is your toaster compatible with the instructions from: Nikola Vladov has devised a way to link qmail against djbdns http://qmail.chilesat.net/qmail+djbdns's

Re: [toaster] linking with djbdns

2006-04-11 Thread Bill Shupp
Ingo Claro wrote: Excuse my ignorance... but isn't dnscache = djbdns? so you just install that instead of bind and qmail works fine? Yes. The patch in question actually replaces the libresolv routines in qmail (which do the talking to the dns server), with the ones from the djbdns package.

Re: [toaster] linking with djbdns

2006-04-11 Thread Rick Macdougall
Bill Shupp wrote: Ingo Claro wrote: Excuse my ignorance... but isn't dnscache = djbdns? so you just install that instead of bind and qmail works fine? Yes. The patch in question actually replaces the libresolv routines in qmail (which do the talking to the dns server), with the ones from

[toaster] djb dnscache option

2006-04-11 Thread Rick Macdougall
Hi, Since I have it scripted already --- cut here --- cd /var/src/tar # dnscache wget http://cr.yp.to/djbdns/djbdns-1.05.tar.gz cd /var/src tar -xzvf tar/djbdns-1.05.tar.gz cd djbdns-1.05 #below is only needed for Linux machines echo gcc -O2 -include /usr/include/errno.h conf-cc make

Re: [toaster] linking with djbdns

2006-04-11 Thread Bill Shupp
Rick Macdougall wrote: Bill Shupp wrote: Ingo Claro wrote: Excuse my ignorance... but isn't dnscache = djbdns? so you just install that instead of bind and qmail works fine? Yes. The patch in question actually replaces the libresolv routines in qmail (which do the talking to the dns

Re: [toaster] djb dnscache option

2006-04-11 Thread Bill Shupp
Rick Macdougall wrote: Hi, Since I have it scripted already --- cut here --- cd /var/src/tar # dnscache wget http://cr.yp.to/djbdns/djbdns-1.05.tar.gz cd /var/src tar -xzvf tar/djbdns-1.05.tar.gz cd djbdns-1.05 #below is only needed for Linux machines echo gcc -O2 -include

Re: [toaster] djb dnscache option

2006-04-11 Thread Alex Dean
On Apr 11, 2006, at 4:47 PM, Rick Macdougall wrote: dnscache-conf dnscache dnslog /etc/dnscache Do you need a 'cp' at the beginning of this line? .

Re: [toaster] djb dnscache option

2006-04-11 Thread Bill Shupp
Alex Dean wrote: On Apr 11, 2006, at 4:47 PM, Rick Macdougall wrote: dnscache-conf dnscache dnslog /etc/dnscache Do you need a 'cp' at the beginning of this line? No. dnscache-conf is a program. Bill

Re: [toaster] djb dnscache option

2006-04-11 Thread Alex Dean
On Apr 11, 2006, at 4:59 PM, Bill Shupp wrote: Alex Dean wrote: On Apr 11, 2006, at 4:47 PM, Rick Macdougall wrote: dnscache-conf dnscache dnslog /etc/dnscache Do you need a 'cp' at the beginning of this line? No. dnscache-conf is a program. Bill Got it. Looked like a config file

Re: [toaster] djb dnscache option

2006-04-11 Thread Rick Macdougall
Alex Dean wrote: On Apr 11, 2006, at 4:47 PM, Rick Macdougall wrote: dnscache-conf dnscache dnslog /etc/dnscache Do you need a 'cp' at the beginning of this line? As Bill said, no, it's a program. But I didn't include instructions for modifying /etc/resolv.conf to use nameserver