From owner-freebsd-questions@FreeBSD.ORG Thu Apr 5 18:21:29 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E14416A403 for ; Thu, 5 Apr 2007 18:21:29 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id C272713C4B8 for ; Thu, 5 Apr 2007 18:21:28 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HZWaG-0000om-5t for freebsd-questions@freebsd.org; Thu, 05 Apr 2007 20:21:20 +0200 Received: from router.inscrfibre.fibre.golden.net ([209.183.151.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Apr 2007 20:21:20 +0200 Received: from gdunn01 by router.inscrfibre.fibre.golden.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Apr 2007 20:21:20 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Graham Dunn Date: Thu, 05 Apr 2007 14:20:43 -0400 Lines: 17 Message-ID: References: <56576.192.168.125.142.1175794565.squirrel@webmail.dfwlp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: router.inscrfibre.fibre.golden.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2pre) Gecko/20070116 Thunderbird/2.0b2 Mnenhy/0.7.5.0 In-Reply-To: <56576.192.168.125.142.1175794565.squirrel@webmail.dfwlp.org> Sender: news Subject: Re: slightly OT - my freebsd email topology X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2007 18:21:29 -0000 Jonathan Horne wrote: [snip] > i would like to change it up, so that i have a pair of servers doing MX from the > internet, which then passes to an internal server for delivery. if i do that, i > could remove spamassassin from the internal server, and run it on just the 2 > external. all those configurations is really not my issue here... what im > really pondering is how would external servers that are seperate from where the > target mailboxes are, know which addressess are acceptable and which to return a > 550? > > does anyone have any setups that are similar to this, and could advise me or > point me in the right direction? The simplest way I've found is to assemble your own access file (either from /etc/passwd or LDAP) and distribute that to your MX hosts. Graham