Re: [toaster] Abuse alias not working

2005-11-25 Thread Nikki Locke
Shane wrote: > On Fri, 2005-11-25 at 12:17 +, Nikki Locke wrote: > > I have a file in /var/qmail/alias called .qmail-abuse containing the single > > line > > > > postmaster > > Try putting that .qmail-abuse with &postmaster in the > ~/vpopmail/domains/jumbocruiser.com/.qmail-abuse inste

Re: [toaster] tcpserver settings in toaster disagree with "Life with QMail", and cause invalid Received headers

2005-11-25 Thread Nikki Locke
Bill Shupp wrote: > Nikki Locke wrote: > > In the toaster, the /service/run/qmail-smtpd/run file contains a tcpserver > > command with the "-H" and "-l 0" options. "-H" tells tcpserver not to look > > up the host name of the connecting IP address, hence the "unknown" in the > > Received line. "

Re: [toaster] qmail tap patch

2005-11-25 Thread IShukor
Bill Shupp wrote: Ishukor wrote: Dear All, I have fully installed qmail 0.8.2 toaster and now I want to patch it with qmail tap patch, can somebody show step by step guide? Thanks In advance. cd /var/src/netqmail-1.05/netqmail-1.05 wget http://shupp.org/patches/qmail-toaster-0.8-tap1.pa

Re: [toaster] domainkey

2005-11-25 Thread Bill Shupp
Qmail List wrote: - Original Message - From: "Bill Shupp" <[EMAIL PROTECTED]> To: Sent: Thursday, November 17, 2005 7:47 PM Subject: Re: [toaster] domainkey Any plans to implement domainkey into your toaster? Not at the moment, no. If i need to implement DK into your toaster, w

Re: [toaster] tcpserver settings in toaster disagree with "Life with QMail", and cause invalid Received headers

2005-11-25 Thread Bill Shupp
Nikki Locke wrote: I have just taken over a qmail installation prepared using the excellent toaster, and my first task was to solve a spam problem. One of our users has all his mail forwarded to his address at spamcop.net. He gets some spam addressed to him here, which gets forwarded, and then

Re: [toaster] qmail tap patch

2005-11-25 Thread Bill Shupp
Ishukor wrote: Dear All, I have fully installed qmail 0.8.2 toaster and now I want to patch it with qmail tap patch, can somebody show step by step guide? Thanks In advance. cd /var/src/netqmail-1.05/netqmail-1.05 wget http://shupp.org/patches/qmail-toaster-0.8-tap1.patch patch -p0 < qmail-

Re: [toaster] Abuse alias not working

2005-11-25 Thread Shane
On Fri, 2005-11-25 at 12:17 +, Nikki Locke wrote: > I have a file in /var/qmail/alias called .qmail-abuse containing the single > line > > postmaster Try putting that .qmail-abuse with &postmaster in the ~/vpopmail/domains/jumbocruiser.com/.qmail-abuse instead. The alias you have created wil

[toaster] Abuse alias not working

2005-11-25 Thread Nikki Locke
I have a file in /var/qmail/alias called .qmail-abuse containing the single line postmaster The permissions on the file are... -rw-r--r-- 1 root qmail 11 Nov 25 04:21 /var/qmail/alias/.qmail-abuse and /etc/passwd contains... alias:x:501:502::/var/qmail/alias:/bin/bash However, sending mail us

[toaster] tcpserver settings in toaster disagree with "Life with QMail", and cause invalid Received headers

2005-11-25 Thread Nikki Locke
I have just taken over a qmail installation prepared using the excellent toaster, and my first task was to solve a spam problem. One of our users has all his mail forwarded to his address at spamcop.net. He gets some spam addressed to him here, which gets forwarded, and then he reports it to sp

[toaster] qmail tap patch

2005-11-25 Thread Ishukor
Dear All, I have fully installed qmail 0.8.2 toaster and now I want to patch it with qmail tap patch, can somebody show step by step guide? Thanks In advance.