OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
RE: Looking to bypass blackhole lists for certain users

From: Curt LeCaptain (lecaptaincinfinitytechnology.com)
Date: Thu Feb 01 2007 - 15:56:28 CST


 

-----Original Message-----
From: owner-postfix-userspostfix.org
[mailto:owner-postfix-userspostfix.org] On Behalf Of Noel Jones
Sent: Thursday, February 01, 2007 3:53 PM
To: postfix-userspostfix.org
Subject: RE: Looking to bypass blackhole lists for certain users

At 03:34 PM 2/1/2007, Curt LeCaptain wrote:
>Log Entry:
>Feb 1 13:37:48 admin postfix/smtpd[24392]: NOQUEUE: reject: RCPT from
>CPE-ip-add-re-ss.new.res.rr.com[ip.add.re.ss]: 554 Service
>unavailable; Client host [ip.add.re.ss] blocked using
>combined.njabl.org; Dynamic/Residential IP range listed by N JABL
>dynablock - http://njabl.org/dynablock.html; from=<curtexample.org>
>to=<user1example.com> proto=SMTP helo=<example.com>

>I'm still having issues, again, here's what my spamfriends file looks
>like (And yes, I've run a postmap on the file, and restarted postfix.)
>
>user1example.com OK
>user2example.com OK

The reason the mail is not accepted is the sender (curtexample.org in
your obfuscated log) doesn't exist in the spamfriends map. Test your
spamfriends map with postmap.

# postmap -q curtexample.org hash:spamfriends should return "OK". Use
real sender address, of course.

--
Noel Jones

This is where it sounds like I'm not understanding quite right. Here's
what I'd like, based on a recipient (user1example.com,
user2example.com), allow mail to be sent to that user, and ignore the
blackhole lists. Is that possible in postfix?