From owner-freebsd-questions@FreeBSD.ORG Wed Jan 17 12:46:17 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 C2F6216A412 for ; Wed, 17 Jan 2007 12:46:17 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id 729CD13C43E for ; Wed, 17 Jan 2007 12:46:17 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from vanquish.pgh.priv.collaborativefusion.com (vanquish.pgh.priv.collaborativefusion.com [192.168.2.61]) (SSL: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Wed, 17 Jan 2007 07:46:16 -0500 id 00056428.45AE1A98.000143D3 Date: Wed, 17 Jan 2007 07:46:16 -0500 From: Bill Moran To: "freebsd" Message-Id: <20070117074616.c74cd0fa.wmoran@collaborativefusion.com> In-Reply-To: <000501c73a27$9d769b80$6601880a@Enigma> References: <000501c73a27$9d769b80$6601880a@Enigma> Organization: Collaborative Fusion X-Mailer: Sylpheed 2.3.0 (GTK+ 2.10.7; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Balancing outgoing SMTP relay 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: Wed, 17 Jan 2007 12:46:17 -0000 In response to "freebsd" : > Hi > I have a simple question but googling does not lead to a valid/usable > answer. > I need to load balance OUTGOING emails. I have serveral smart hosts. I need > my internal SMTP server to send mail using ALL of the smart hosts together, > making some kind of load balancing (no need for wheighted one). > Someone pointed out to use a name for the smart host, and have DNS to > resolve that name to the IP of all the relays (multiple A records) but this > turned out in doing failover, not load balancing. > Anyone has a *working* idea for solving this apparently simple problem? > Thanks pf has the ability to do round-robin dispatching, which will sort of work like load-balancing: http://www.openbsd.org/faq/pf/pools.html -- Bill Moran Collaborative Fusion Inc.