From owner-freebsd-isp Wed Mar 7 19:48:57 2001 Delivered-To: freebsd-isp@freebsd.org Received: from marble.fbcc.com (ns2.fbcc.com [216.54.252.3]) by hub.freebsd.org (Postfix) with SMTP id 63E8337B718 for ; Wed, 7 Mar 2001 19:48:53 -0800 (PST) (envelope-from jim@jimking.net) Received: (qmail 5764 invoked from network); 8 Mar 2001 03:57:40 -0000 Received: from 216-52-255-8.fbcc.com (HELO bluto.jimking.net) (216.54.255.8) by ns2.fbcc.com with SMTP; 8 Mar 2001 03:57:40 -0000 Received: from marble (marble.lgc.com [134.132.228.4]) by bluto.jimking.net (8.11.1/8.11.1) with SMTP id f283mp884867 for ; Wed, 7 Mar 2001 21:48:51 -0600 (CST) (envelope-from jim@jimking.net) Message-ID: <028501c0a782$b058f1a0$04e48486@marble> From: "Jim King" To: Subject: Mail username management Date: Wed, 7 Mar 2001 21:48:50 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm setting up a small mail server that will server a couple dozen accounts, using a few different domains. I'm using sendmail and Cyrus IMAP, and SquirrelMail for web access. At the moment I'm just using SASL's pwcheck for authentication, so all mail accounts are also system accounts. I'll change that to either sasldb or LDAP Real Soon Now. One thing I'm wondering about is namespace management, e.g. I have one user who wants to be john@foo.com and another user who wants to be john@bar.com. It appears that Cyrus can't use usernames containing periods, so I think I'll have to do some alias-type mapping in sendmail to work around this. Is there a better way to do this? Is there better mail server software around that will do IMAP and web mail? Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message