From owner-freebsd-isp Fri Apr 16 14:22:58 1999 Delivered-To: freebsd-isp@freebsd.org Received: from ns1.cioe.com (ns1.cioe.com [204.120.165.37]) by hub.freebsd.org (Postfix) with ESMTP id D8A2D153C2 for ; Fri, 16 Apr 1999 14:22:52 -0700 (PDT) (envelope-from steve@ns1.cioe.com) Received: (from steve@localhost) by ns1.cioe.com (8.9.2/8.9.1) id QAA35302; Fri, 16 Apr 1999 16:20:29 -0500 (EST) (envelope-from steve) Date: Fri, 16 Apr 1999 16:20:29 -0500 (EST) From: Steve Ames Message-Id: <199904162120.QAA35302@ns1.cioe.com> To: freebsd-isp@FreeBSD.ORG, leif@neland.dk, steve@cioe.com Subject: Re: Email Question (splitting e-mail hosts?) In-Reply-To: <002d01be884d$6868a3a0$0e00a8c0@swimsuit.internet.dk> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I have a customer who currently has all of the email for their > > domain redirected into a single POP account. > > > > He just installed an Exchange server and wants to start having > > email directored toward it. No biggie... however in this case > > the customer _also_ wants email to continue to be delivered to > > the pop account so that they don't lose any email tuning the > > Exchange server. *sigh* > > > > Using freebsd and sendmail. My first thought was to use virtusertable. > > virtusertable will let you forward to another host > > > > (ie @domain.com %@domain.com) but doesn't allow you to send to two > > spots at once either. *sigh again* > > > First use virtusertable to map entire domain to one user. > Then use /etc/aliases to split that user into two accounts. Won't work will it? /etc/mail/virtusertable: @domain.com dummyaccount /etc/aliases: dummyaccount: localpop, remotepop@remotepop.com This forwards all of the email to a single user account on remotepop. The desired result would be that email coming in for * would do the following *@domain.com -> localpop and *@domain.com -> *@remotepop.com -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message