From: Dmitriy M. <mi...@ma...> - 2005-09-23 12:43:50
|
Hi! I create patch (for current 1.2.9 version) for add server admin role. Server admin can manage mails,forwards,maillists in all vpopmail domain's. Server admin - it's postmaster of one, hardcoded domain. After login with this account, server admin can select between all existing domains (but can't add or remove domains, or set domain options... yet). INSTALL 1. cd to source tree and apply patch: patch -p1 < /path/qmailadmin-serveradmin.path 2. edit qmailadmin.h for add domain of server admin - find #define MAIN_DOMAIN "domain.com" and change domain.com to your domain 3. configure and make as usually 4. login as postmaster for selected domain 5. if all ok, u see select box this number of domains Patch in attachment. PS: I'm not expert in C language. You are welcome for all comments about my code. |