From owner-freebsd-isp Mon Dec 30 12:00:13 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA14942 for isp-outgoing; Mon, 30 Dec 1996 12:00:13 -0800 (PST) Received: from syzygy.zytek.com (syzygy.zytek.com [140.174.241.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id MAA14927 for ; Mon, 30 Dec 1996 12:00:07 -0800 (PST) Received: (from mccord@localhost) by syzygy.zytek.com (8.6.11/8.6.9) id LAA03741 for freebsd-isp@freebsd.org; Mon, 30 Dec 1996 11:49:56 -0800 Date: Mon, 30 Dec 1996 11:49:56 -0800 From: Samara McCord Message-Id: <199612301949.LAA03741@syzygy.zytek.com> To: freebsd-isp@freebsd.org Subject: Re: Usernames (was Sendmail, POP3 & RADIUS, etc.) Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Aha. But... I am then back to my original problem. I can't have >8 char >login names. And if I use sendmail db stuff I will still only be >redirecting it to a login with < 8 chars so they will still have to be >unique. > >If only there was a POP3d that would tie in with Sendmail's db >features.... > Matt, you alluded to this earlier, but one approach is have sendmail map either a "user@subdomain.domain" or a "full.name@domain" to an 8 character ugly name, e.g. xyz0001, and then have the POP users use this for POP retrieval only, not for return addresses. If you have no shell logins, this will work because most POP3 clients, in particular Eudora and Netscape, have a separate entry for POP user name and for Return Address. Can be confusing, but have decided to adopt this approach until something better comes along. Sam