From owner-freebsd-isp Mon Apr 20 09:52:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07366 for freebsd-isp-outgoing; Mon, 20 Apr 1998 09:52:08 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from stingray.ivision.co.uk (stingray.ivision.co.uk [195.50.91.40]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA07261 for ; Mon, 20 Apr 1998 16:51:44 GMT (envelope-from manar@ivision.co.uk) Received: from pretender.ivision.co.uk [195.50.91.43] by stingray.ivision.co.uk with smtp (Exim 1.62 #2) id 0yRJn7-0007bi-00; Mon, 20 Apr 1998 17:51:38 +0100 Message-Id: <3.0.5.32.19980420175028.008f6ac0@stingray.ivision.co.uk> X-Sender: manarpop@stingray.ivision.co.uk X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 20 Apr 1998 17:50:28 +0100 To: Jack Wenger From: Manar Hussain Subject: Re: Email aliased to virtual domains Cc: FreeBSD ISP list In-Reply-To: <3.0.5.32.19980420113403.009a1210@acw-web.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 11:34 20/04/98 -0500, Jack Wenger wrote: >I have a new client that wants about thirty email accounts attached to >their virtual domain, so that the users on their network can get mail at >username@virtualdomain.com. I currently make a new user for each extra >email account for my existing domains and use the virtusertable function of >sendmail, but the user has to get their mail from username@mydomain.com. Do >I have to hack sendmail to make this work? If so, can some one point me in >the right direction? How about moving away from sendmail - both exim and qmail are better in more ways that I can think about with no major disadvantages. (exim interfaces with other thigns in a more sendmail like way so I'd choose it if you were worried about that side of things.) Both are a LOT easier to configure than sendmail - our exim config has about 10 lines to allow us to have a file listing all the "virtual" domains we wish to handle, and then a directory that contains a set of alias file - one for each such domain, with the name of that domain. If someone wants a new domain "wibble.com" we just add wibble.com to the bottom of the index file, create an alias file called wibble.com in the required directory, point mx records and it just works (don't even need to rebuild an aliases db or anything). And all that about an hours works from the base exim package. BTW the main reason we choose exim over qmail is that the exim documentation is quite simply brilliant (it's close to being a book). www.exim.org www.qmail.org Both of these MTAs are in major use (1000s+ users, many being mainstream) Manar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message