From owner-freebsd-isp Thu Mar 11 1:15:43 1999 Delivered-To: freebsd-isp@freebsd.org Received: from magoo.beastie.com (magoo.beastie.com [206.111.134.170]) by hub.freebsd.org (Postfix) with ESMTP id A7AE614CF9 for ; Thu, 11 Mar 1999 01:15:30 -0800 (PST) (envelope-from gshapiro@beastie.com) Received: (from gshapiro@localhost) by magoo.beastie.com (8.9.3/8.9.3) id BAA64704; Thu, 11 Mar 1999 01:14:44 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14055.35202.48901.945354@magoo.beastie.com> Date: Thu, 11 Mar 1999 01:14:42 -0800 (PST) From: Gregory Neil Shapiro To: admin@wholesalehosting.com Cc: Gregory Neil Shapiro , SendMail Questions , "freebsd-isp@FreeBSD.ORG" Subject: Re: Re[2]: Domain Alias/Client Relays In-Reply-To: <36E785B7226.9557ADMIN@domains.md> References: <36E77E88398.9556ADMIN@domains.md> <14055.32642.588776.684420@scooter.sendmail.com> <36E785B7226.9557ADMIN@domains.md> X-Mailer: VM 6.68 under 21.2 "Clio" XEmacs Lucid (beta12) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org admin> No can do, this is somethign i want all my clients to be able to do and admin> ya cant just go giving everybody write access to the virtusertable ya admin> know.. I was thinking of something more like this .. admin> (Note: this won't function i know.. but its in example if what i want to admin> do. Feel free to develop this idea into a later version - i know several admin> people who would find this useful.) admin> --- /etc/virtusertable --- admin> ## tashita.org's section ## admin> @tashita.org /usr/home/tashita/virtusertable admin> --- end --- admin> In this example... the root virtusertable passes the mail to the admin> client's virtusertable which processes the data.. something like this. admin> --- /usr/home/tashita/virtusertable --- admin> default mail admin> alias1 email@otherplace.com admin> alias1 friend@somewhere.com admin> alias3 bob@bob.com admin> --- end --- This idea doesn't really require sendmail config support. All you need to do is write a tool that will collect all of the information (and do a sanity check) and create a virtual user table out of it. This should be easy enough to do. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message