From owner-freebsd-questions@FreeBSD.ORG Mon Jul 24 15:31:02 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 E14C816A4DE for ; Mon, 24 Jul 2006 15:31:01 +0000 (UTC) (envelope-from freebsdlists@orbsrealm.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BEDA43D45 for ; Mon, 24 Jul 2006 15:31:00 +0000 (GMT) (envelope-from freebsdlists@orbsrealm.com) Received: by nf-out-0910.google.com with SMTP id n29so28381nfc for ; Mon, 24 Jul 2006 08:30:49 -0700 (PDT) Received: by 10.48.210.20 with SMTP id i20mr3493146nfg; Mon, 24 Jul 2006 08:30:49 -0700 (PDT) Received: from ?10.0.0.4? ( [87.81.116.75]) by mx.gmail.com with ESMTP id k23sm1684321nfc.2006.07.24.08.30.48; Mon, 24 Jul 2006 08:30:49 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: <86B82BA3-489A-4783-BB94-35E5AE63F201@orbsrealm.com> Message-Id: From: Grant Date: Mon, 24 Jul 2006 16:30:45 +0100 To: FreeBSD Questions X-Mailer: Apple Mail (2.752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:31:02 -0000 On 24 Jul 2006, at 15:55, jan gestre wrote: > > > On 7/24/06, Grant wrote: > Hi, > > I'm trying to do this. > > 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. > > So far i can only get postfix to accept from localhost, and when i > set the mynetworks it makes it a public relay, which is bad. > > so anyone know how i can do the catch all on one domain and forward > it to another.. > > at the moment this is setup without any mysql and such, as i feel its > isnt needed as its only going to be moving the mail to the new domain > its never actually going to be used for mail at all, only the boucing/ > forwarding. > > give example2 the highest priority. e.g. > > IN MX 10 mail.example2.com > IN MX 20 mail.example1.com > > hth Hey, yea sounds that simple, but the other server isnt setup to handle the mail for example1.com nor can i set to do so, thats why i was just gonna forward it. anyways, i've used qmail for now, as i know how to do it on there, might look over postfix later on, just i needed it kinda "now" :P so it will do... Thanks for the replys Byes! Grant.