From owner-freebsd-questions Tue Feb 3 13:31:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09088 for questions-outgoing; Tue, 3 Feb 1998 13:31:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA09067 for ; Tue, 3 Feb 1998 13:31:02 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA13594; Tue, 3 Feb 1998 13:30:37 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 3 Feb 1998 13:30:37 -0800 (PST) From: Doug White Reply-To: Doug White To: Lists cc: freebsd-questions@FreeBSD.ORG Subject: Re: Unlimited e-mail addresses per user & Dynamimc IP -> Static Hostname In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" On Mon, 2 Feb 1998, Lists wrote: > If I have a domain (e.g. splash.nu) and have users dialling up, and > getting a static IP which resolves to their domain name (e.g. > kronus.splash.nu) is it possible for me to have it so that each user can > have unlimited e-mail addresses per domain name (e.g. the user who own's > kronus.splash.nu could have mail to postmaster@kronus.splash.nu, > root@kronus.splash.nu etc.), obviously this is either going to involve.. [stuff] If the dialin user is running an SMTP server (like FreeBSD boxes with sendmail), no additional action is necessary on your part. An MX record pointing back to your host will alow the mail to queue on your end and not get stuck in queues on the sender if the person isn't dialed in. Otherwise, if they're Windows machines, you'll have to add MX records to point all of your hosts at your mailserver and set up a usertable to map the root@kronos -> kronos@splash.ru or whatever you want. The sendmail pages should have details on this. > If I have a domain (e..g splash.nu) and have users dialling up, and > getting a DYNAMIC IP address can I, as they login have their IP added to > the zone file so that the IP they've been assigned get's resolved to > their domain name (e.g. every user has their own hostname, user kronus > would have kronus.splash.nu). I don't particularly want to have a shell > script doing an ndc restart everytime someone logs in. Would this involve > kludging named to handle this? You want Dyanmic DNS, which is still prototypical. You might be able to obtain the necessary bits from ml.org, as they are doing this now. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major