"Sam Fourman Jr." <[EMAIL PROTECTED]> wrote: > would using postgreSQL for auth with postfix / Dovecot be slow even if > you used top of the line hardware say a dual core CPU and 4GB memory > w/ RAID 0?I am thinking very strongly about moving our Exchange Server > to postfix / PostgresSQL.
When the job is repeatedly looking up values in a hierarchical schema, a relational database isn't a great choice. This is exactly the kind of task ldap is meant for, and it does it very well. Courier, dovecot, sendmail, postfix, sasl, etc will all happily use ldap. Adam

