|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Postfix and LDAP
Victor.Duchovni
MorganStanley.com
Date: Thu Jul 01 2004 - 20:53:43 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 2 Jul 2004, Jon Benson wrote:
> Hi,
>
> I noticed, searching with Google Groups, a thread you'd responded to
> regarding "Help with Postfix Schema". In the thread you recommend
> against the use of LDAP.
>
> I'm currently doing a proof of concept on a system that uses LDAP so
> Postfix, Perdition and a custom webmail proxy (yet to be written) can
> redirect users to the appropriate backend mailstore.
>
> I was under the impression that LDAP was optimized for reads and should
> be faster then if I used a MySQL database (or similar) for this but your
> comments have me worried as I have very little experience with LDAP.
>
> Would you care to elaborate on your statement?
>
I recommend against LDAP for users who don't already use LDAP for other
reasons. While LDAP reads may in some cases be faster, often they are not.
Lack of proper transactions in LDAP makes managing the data much harder
and this is more important IMHO. If you want a dedicated datastore for
Postfix built from scratch use PGSQL or MySQL. If you have a corporate
white pages based on LDAP, use that.
--
Viktor.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]