Hello Ville, understanding with some difficulty :-) is LDAP. I have two questions: > those of you who use LDAP as a back-end, what tools do you use to > manage the entries, and what schema do you use to store Postfix > (including virtual domain) account info? For straight LDAP > administration I'm looking at Softerra's LDAP Administrator which > seems very stable and well thought out product, and phpLDAPadmin on
Softerra soft is really good, perhaps the best I've found, but far from free... Phpldapadmin is really good enougth to manage mail accounts in ldap. Another solution is to code your own interface. There are Perl and php lib and examples to help you. For the schema I'm using Nimel schema, found on a documentation about postfix and virtualdomains. It does not seems to be updated anymore, and I've never managed to contact the author. I've hack it a little for my own needs, but it's a good base. > the web side. But neither seems optimal for managing *email* account > information per se. LDAP Administrator seems to have template-based > entry option which I haven't explored yet, but even then if some less > technical (or unfamiliar with LDAP) needs to modify email accounts, > it's probably too complicated. With "LDAP administrator" you can create the template for your email accounts, and then you just need to input the data (name, email, password, and so), and the insert/check is done automatically. BRgds, Ethariel