From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 2 01:00:59 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C335106564A for ; Thu, 2 Apr 2009 01:00:59 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.freebsd.org (Postfix) with ESMTP id 70AE68FC14 for ; Thu, 2 Apr 2009 01:00:59 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0KHG00IQK85L3N31@mta4.srv.hcvlny.cv.net>; Wed, 01 Apr 2009 21:00:58 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [127.0.0.1]) by flosoft.no-ip.biz (8.14.3/8.14.3) with ESMTP id n3210uVJ058394; Wed, 01 Apr 2009 21:00:56 -0400 Date: Wed, 01 Apr 2009 21:00:56 -0400 From: "Aryeh M. Friedman" In-reply-to: <20090402005607.GB28987@rugsucker.smi.sendmail.com> To: Gregory Shapiro Message-id: <49D40E48.7000202@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <49D400C9.30707@gmail.com> <20090402005607.GB28987@rugsucker.smi.sendmail.com> User-Agent: Thunderbird 2.0.0.21 (X11/20090331) Cc: freebsd-hackers@freebsd.org Subject: Re: configuring dns/sendmail for two different servers X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2009 01:00:59 -0000 Gregory Shapiro wrote: >> I have a domain that I just transfered from dreamhost and there are >> already some email accounts set up on it that are forwarded to gmail but >> there are also other accounts that are local accounts.... my question is >> there a easy way to say if it is not a local account forward/use as MX >> gmail? >> > > You can use aliases: > > man aliases > > > I was aware of that but wanted a "default" alias for any addr/alias that does not exist to send to gmail and alias(5) does not allow for wild cards and/or defaults it seems