Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2004 10:01:54 -0400
From:      Chuck Swiger <cswiger@mac.com>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: blacklist(s)
Message-ID:  <40A77452.6050105@mac.com>
In-Reply-To: <20040516022518.GB70076@tao.thought.org>
References:  <20040515005503.GA9224@tao.thought.org> <40A579DA.7070404@mac.com> <20040516022518.GB70076@tao.thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Gary Kline wrote:
> On Fri, May 14, 2004 at 10:00:58PM -0400, Chuck Swiger wrote:
>>According to the RFCs, one MUST NOT bounce mail sent to postmaster.
>>One ought to read the rfc-ignorant.org site I mentioned.
[ ... ]
> 	Well, bit again.  The line in my access file was 
> 
> 	206.46                          550 Verizon email not wanted here
> 
> 	that I've commented out. This isn't the first time I've had 
> 	to fine tune; it probably won't be the last.  Apologies!

Consider using FEATURE(`delay_checks', `friend') and add the following to the 
access map:

Spam:abuse@		FRIEND
Spam:postmaster@	FRIEND

[ Pre 8.12 versions of sendmail use To: instead ]

...which will allow you to block mail as you please using IP or other reject 
rules, yet not prevent delivery of mail to postmaster and abuse...

-- 
-Chuck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40A77452.6050105>