From owner-freebsd-questions@FreeBSD.ORG Mon Jul 24 15:49:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C34516A4E0 for ; Mon, 24 Jul 2006 15:49:54 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFA5C43D93 for ; Mon, 24 Jul 2006 15:49:40 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 75B065D82; Mon, 24 Jul 2006 11:49:39 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VAxVt+Z1X8Uh; Mon, 24 Jul 2006 11:49:38 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id EE1215C30; Mon, 24 Jul 2006 11:49:37 -0400 (EDT) In-Reply-To: <86B82BA3-489A-4783-BB94-35E5AE63F201@orbsrealm.com> References: <86B82BA3-489A-4783-BB94-35E5AE63F201@orbsrealm.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <58A94274-44E8-4AB2-BCB5-12DFE8FC6A6D@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 24 Jul 2006 11:49:35 -0400 To: Grant X-Mailer: Apple Mail (2.752.2) Cc: FreeBSD Questions Subject: Re: Postfix 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: Mon, 24 Jul 2006 15:49:54 -0000 On Jul 24, 2006, at 9:16 AM, Grant wrote: > i want postfix to accept ANY mail sent to example1.com like a catch > all then any mail that it gets i want it to just bounce it on to > someone@example2.com which is hosted on another server. If you want to act as an MX secondary, see this section of main.cf: > # Do not specify the names of domains that this machine is backup MX > # host for. Specify those names via the relay_domains settings for > # the SMTP server, or use permit_mx_backup if you are lazy (see > # STANDARD_CONFIGURATION_README). Otherwise, for dealing with virtual domain delivery, see /usr/local/ etc/postfix/virtual. -- -Chuck