On 2007/12/25 12:57, badeguruji wrote: > I want to setup postfix and dovecot. i want to authenticate my users thru > ldap. > [...] (i do not want to be a ldap guru)
If you want to use ldap for critical infrastructure, you'd better understand it (and an email setup big enough to need some kind of distributed database implies it's going to be fairly critical). > Is there a place where i can find some 'ponited' help on how to > build such an 'email users' database? i do not want to have unix > logins for them. I don't have a clue what 'ponited' means but if you need a set of instructions to follow to set it up, how are you going to fix it when there's a problem? Dovecot works nicely with virtual users (no unix logins) with simple user/password databases (flat-file, Berkeley db, etc). Have you tried it? > From: Craig Skinner <[EMAIL PROTECTED]> > Sent: Saturday, December 1, 2007 7:12:54 AM > Subject: Re: Postfix(chroot) and Postgresql > > > How about - using OpenLDAP? > > Same thing. Flat files are fast and reliable [...] To add to Craig's comment from the mail you quoted, they're also a lot simpler.

