Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2001 21:12:10 -0700
From:      "Kory Hamzeh" <kory@avatar.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   mx2.freebsd.org is in the ORBS database??
Message-ID:  <005d01c147d3$be908b60$14ce21c7@avatar.com>
In-Reply-To: <20010928040413.69626.qmail@web13505.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

I added checks to postfix to check the MAP RBL database for known spammers
and my postfix started rejecting connections from mx2.freebsd.org:

Sep 27 20:50:51 ns1 postfix/smtpd[24664]: reject: RCPT from
mx2.FreeBSD.org[216.136.204.119]: 554 Service unavailable; [216.136.204.119]
blocked using relays.orbs.org; from=<owner-freebsd-questions@FreeBSD.ORG>
to=<kory@avatar.com>

So I quickly took it out of my main.cf file. But this is what I had added:

maps_rbl_domains = relays.mail-abuse.org,
                   dialups.mail-abuse.org,
                   blackholes.mail-abuse.org,
                   relays.orbs.org

smtpd_recipient_restrictions =
   reject_non_fqdn_sender,
   reject_non_fqdn_recipient,
   reject_unknown_sender_domain,
   reject_unknown_recipient_domain,
   permit_mynetworks,
   reject_unauth_destination,
   check_recipient_access regexp:$config_directory/recipient_checks,
   check_recipient_access hash:$config_directory/recipient_checks,
   check_sender_access    regexp:$config_directory/sender_checks,
   check_sender_access    hash:$config_directory/sender_checks,
   check_client_access    hash:$config_directory/client_checks,
   reject_unauth_pipelining,
   reject_invalid_hostname,
   reject_non_fqdn_hostname,
   reject_maps_rbl,
   reject_unknown_client,
   permit

Is this a problem with the ORBS database? I could not bring up www.orbs.org.
Maybe they are banning me also? :-)

Thanks,
Kory


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005d01c147d3$be908b60$14ce21c7>