From owner-freebsd-questions Thu Sep 27 21:12: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.avatar.com (ns1.avatar.com [199.33.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 9673737B409 for ; Thu, 27 Sep 2001 21:12:06 -0700 (PDT) Received: from tomcat (tomcat.avatar.com [199.33.206.20]) by ns1.avatar.com (Postfix) with SMTP id 6040AA4B0C for ; Thu, 27 Sep 2001 21:12:06 -0700 (PDT) From: "Kory Hamzeh" To: Subject: mx2.freebsd.org is in the ORBS database?? Date: Thu, 27 Sep 2001 21:12:10 -0700 Message-ID: <005d01c147d3$be908b60$14ce21c7@avatar.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <20010928040413.69626.qmail@web13505.mail.yahoo.com> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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= to= 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