From owner-freebsd-isp Thu Mar 11 4:45:29 1999 Delivered-To: freebsd-isp@freebsd.org Received: from carme.eclipse.net.uk (carme.eclipse.net.uk [195.188.32.33]) by hub.freebsd.org (Postfix) with ESMTP id C79D515224 for ; Thu, 11 Mar 1999 04:45:25 -0800 (PST) (envelope-from stuart@eclipse.net.uk) Received: from eclipse.net.uk (elara.eclipse.net.uk [195.188.32.31]) by carme.eclipse.net.uk (8.9.3/8.9.3) with ESMTP id MAA68450; Thu, 11 Mar 1999 12:44:33 GMT Message-ID: <36E7BB24.30EBB0B6@eclipse.net.uk> Date: Thu, 11 Mar 1999 12:46:28 +0000 From: Stuart Henderson Organization: Eclipse Networking Ltd. X-Mailer: Mozilla 4.5 [en] (WinNT; U) X-Accept-Language: en-GB MIME-Version: 1.0 To: admin@wholesalehosting.com Cc: "freebsd-isp@FreeBSD.ORG" Subject: Re: I must be stupid References: <36E7A1E938E.955CADMIN@domains.md> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > So in super lamer terms.. i need local virtusertables > for all my users so they can do it themselves on the fly. You'll have to run a program (maybe through cron) to run through the user-supplied files in their home directory, sanitise it (check there are no @ on the left-hand-side), add the correct @domain.com to the left hand side, combine them into one big file and rebuild the hash/db. Maybe you could use perl or a sh script. Alternatively you could provide a web interface for your customers to enter the addresses themselves (maybe using php?). > Cant believe noone else on this list has something like this > for their clients. They probably are. It should be a reasonably simple bit of scripting. Or there's a lot of other mailers you could look at to see if they do what you need. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message