From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 2 01:21:24 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 0E8AC106564A; Thu, 2 Apr 2009 01:21:24 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id D78AE8FC14; Thu, 2 Apr 2009 01:21:23 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0KHG00JOA93JVK31@mta1.srv.hcvlny.cv.net>; Wed, 01 Apr 2009 21:21:20 -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 n321LJnp058439; Wed, 01 Apr 2009 21:21:19 -0400 Date: Wed, 01 Apr 2009 21:21:19 -0400 From: "Aryeh M. Friedman" In-reply-to: <20090402011820.GC28987@rugsucker.smi.sendmail.com> To: Gregory Shapiro Message-id: <49D4130F.6060501@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> <49D40E48.7000202@gmail.com> <20090402011820.GC28987@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:21:24 -0000 Gregory Shapiro wrote: >> 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 >> > > You can add this to your .mc file: > > define(`LUSER_RELAY', `local:unknownuser') > > and then alias 'unknownuser' to the address you wish. > > Alternatively, you can use FEATURE(`virtusertable') for your domain. > > > Maybe I misread but both of those features (I have used the second but not the first) seem to be all or nothing forwarders (i.e. xxx@domain is forwarded for all xxx not just some xxx)