From owner-freebsd-isp Thu Mar 11 5:32:57 1999 Delivered-To: freebsd-isp@freebsd.org Received: from playground.sun.com (playground.Sun.COM [192.9.5.5]) by hub.freebsd.org (Postfix) with ESMTP id 8AC211528F for ; Thu, 11 Mar 1999 05:32:54 -0800 (PST) (envelope-from jbeck@eng.sun.com) Received: from opal.eng.sun.com (sun-barr.Sun.COM [192.9.9.1]) by playground.sun.com (8.9.3+Sun/8.9.3) with ESMTP id FAA25239; Thu, 11 Mar 1999 05:32:30 -0800 (PST) Received: from opal (localhost [127.0.0.1]) by opal.eng.sun.com (8.9.3+Sun/8.9.3) with ESMTP id FAA20021; Thu, 11 Mar 1999 05:32:26 -0800 (PST) Message-Id: <199903111332.FAA20021@opal.eng.sun.com> X-Mailer: exmh version 2.0.2 2/24/98 To: admin@wholesalehosting.com Cc: freebsd-isp@FreeBSD.ORG, sendmail-questions@sendmail.org From: John Beck X-URL: http://WWW.Sendmail.ORG/ X-Face: "+X:bV72?Awv6$S2YK]-N42~<.<7-Z,li!FJJ2sLE.B.yTSlrM1K('8hn6Jnm(]lERAE=h] 8w:X@lulT)G62'cVtqW'2[clcpmcI'=VY`N{V9!9KH?{*I,q7I!y!c`MdfZ|(,Bv82jtS5OHg@]S&9 qBH^aYk[/jOS*N~6+K\^~P'`M>2\ Subject: Re: I must be stupid In-reply-to: Your message of "Thu, 11 Mar 1999 05:58:49 EST." <36E7A1E938E.955CADMIN@domains.md> References: <36E7A1E938E.955CADMIN@domains.md> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Mar 1999 05:32:26 -0800 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Apparently we were Bcc:d. Please be explicit in the future. admin> All i want is to create custom aliass for non local users (much like admin> virtusertable) but i want them to exist in the users directory so they admin> can add and remove them. admin> When i was with webaxxcess/online marketing.. we did this with a admin> .redirect file which looked like this. admin> $: cat .redirect default diva@diva.com bob bob@mindspring.com dave admin> dave@mail.com admin> .forward will NOT do, because diva does not want everyone to get admin> everyones mail. Those emails to dave@diva.com need to be bounced admin> to dave@mindspring.com Just like they would be if these redirects admin> were in the virtusertable. So in super lamer terms.. i need local admin> virtusertables for all my users so they can do it themselves on the admin> fly. Create a directory, say /etc/mail/domains. In there, create a file for each user. The files can be sym-links to files in the users's directories if necessary. Each user owns his/her file. Then cat the files together into /etc/mail/virtusertable (or whatever path you use), and run makemap on that. I have a virtual hosting site that does exactly this (with a cron job that checks hourly if any of the users' files changed, and does the cat and makemap if so), and it works just fine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message