From owner-freebsd-isp Thu Feb 15 11:49:35 2001 Delivered-To: freebsd-isp@freebsd.org Received: from Samizdat.uucom.com (samizdat.uucom.com [198.202.217.54]) by hub.freebsd.org (Postfix) with ESMTP id 50A5B37B401 for ; Thu, 15 Feb 2001 11:49:31 -0800 (PST) Received: (from cshenton@localhost) by Samizdat.uucom.com (8.9.3/8.9.3) id OAA11005; Thu, 15 Feb 2001 14:49:28 -0500 (EST) To: "Hudson, Henrik H." Cc: "'freebsd-isp@freebsd.org'" Subject: Re: Mail Server with LDAP? References: From: Chris Shenton Date: 15 Feb 2001 14:49:28 -0500 In-Reply-To: "Hudson, Henrik H."'s message of "Thu, 15 Feb 2001 10:30:21 -0600" Message-ID: Lines: 37 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 15 Feb 2001 10:30:21 -0600, "Hudson, Henrik H." said: Hudson> I want to get a mail server running that will do user auth via Hudson> a LDAP server which will allow me get around the problem of Hudson> A)Creating local user accounts and B) having the user at one Hudson> domain not be able to have the same name as a user at another Hudson> domain. or would a MySQL server work better? safer? easier? Hudson> The POP server to handle this? QPopper works via a PAM module Hudson> and LDAP, I think? What else? Hudson> Need an IMAP server too. I set up something like this recently, not using LDAP, but with a suite of packages based on qmail. Works well and you can build it all from the ports collection. No user accounts on the system, except the one under which the MTA runs, and the one under which the virtual mail manager runs. qmail mta vpopmail modifies qmail for virtual domains qmailadmin web interface to manage domains sqwebmail web-based mua Check www.inter7.com. They talk about which POP and IMAP servers you can use. It's rather surprising how quick this was to get up and running. Instead of using a central LDAP directory, the account info is kept in CDB (DJB's constant-time platform-neutral gdb-like database). If I was gonna build something huge, with lots of separate machines for POP/IMAP, SMTP, etc, I'd have to go with a central directory -- LDAP. But for a single machine handling a few thousand users this is more than enough. vpopmail apparently can do LDAP stuff but I haven't looked into it yet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message