From owner-freebsd-questions@FreeBSD.ORG Mon Sep 8 10:38:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F4C61065676 for ; Mon, 8 Sep 2008 10:38:09 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from aegis.hamla.org (aegis.hamla.org [206.251.255.39]) by mx1.freebsd.org (Postfix) with ESMTP id 68B7E8FC16 for ; Mon, 8 Sep 2008 10:38:09 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (localhost [127.0.0.1]) by aegis.hamla.org (Postfix) with ESMTP id 5C97C5C6B; Mon, 8 Sep 2008 06:38:15 -0400 (EDT) X-Virus-Scanned: by ClamAV at aegis.hamla.org Received: from aegis.hamla.org ([127.0.0.1]) by localhost (aegis.hamla.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id n1g6vxFxuLbq; Mon, 8 Sep 2008 06:38:13 -0400 (EDT) Date: Mon, 8 Sep 2008 06:38:05 -0400 From: Sahil Tandon To: David Southwell Message-ID: <20080908103805.GA41978@shepherd> References: <200809080247.47237.david@vizion2000.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200809080247.47237.david@vizion2000.net> Cc: freebsd-questions@freebsd.org Subject: Re: Postfix issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-questions@freebsd.org" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2008 10:38:09 -0000 David Southwell wrote: > Could anyone tell me what entry I should make in postfix > configuration files to bounce mails directed to root@mydomain > that emanate from a source outside my local network. After permitting your networks in the smtpd_recipient_restrictions, use check_recipient_access to REJECT any messages with an RCPT TO root@mydomain. http://www.postfix.org/postconf.5.html#check_recipient_access http://www.postfix.org/access.5.html -- Sahil Tandon