Hi folks, We have coded a collection of tools for manipulating LDAP databases that are used to hold account information for qmail users, in C++. Features: - create virtual domains - delete virtual domains - create virtual users - modify virtual users - change users' password, mailhost (for qmail clusters), mailquota, mail directory etc etc... - create alternate addresses for one maibox - create forwarding addresses for one mailbox - View users' information - Delete users from LDAP database - List all qmail domains - List all users of qmail domains The tools are run in command line. Here is the list of binaries: garib:~/qldapadmin-0.4.0beta# ls -l /usr/local/bin/q* -r-x------ 1 root wheel 31008 Jul 2 03:33 /usr/local/bin/qadddomain -r-x------ 1 root wheel 44154 Jul 2 03:33 /usr/local/bin/qadduser -r-x------ 1 root wheel 29334 Jul 2 03:33 /usr/local/bin/qdeldomain -r-x------ 1 root wheel 29773 Jul 2 03:33 /usr/local/bin/qdeluser -r-x------ 1 root wheel 26492 Jul 2 03:33 /usr/local/bin/qlistdomains -r-x------ 1 root wheel 28919 Jul 2 03:33 /usr/local/bin/qlistusers -r-x------ 1 root wheel 47624 Jul 2 03:33 /usr/local/bin/qmodifyuser -r-x------ 1 root wheel 30886 Jul 2 03:33 /usr/local/bin/qpasswd -r-x------ 1 root wheel 30507 Jul 2 03:33 /usr/local/bin/qsetmailhost -r-x------ 1 root wheel 30539 Jul 2 03:33 /usr/local/bin/qsetmsgstore QLDAPAdmin is tested on FreeBSD 4.3, Redhat Linux 7.1 , Solaris 8(sparc) You can download QLDAPAdmin from http://www.enderunix.org/qldapadmin/qldapadmin-0.4.0-BETA.tar.gz Web page about QLDAPAdmin is: http://www.enderunix.org/qldapadmin/ please send your feedback to [EMAIL PROTECTED] bye Ismail YENIGUL http://www.enderunix.org http://yenigul.net
