Domain Admin FileThis file contains list of domains the domain administrator is eligible to maintain. It can contain rights for the domain administator as well. Formal Syntax: |
|||
| domainfileitems | = | [domainrights] [optionlist] domainlist | |
| domainrights | = | "RIGHTS=" domainrightlist CRLF | |
| domainrightlist | = | "U" / "G" / "M" / "O" / "L" / "E" / "N" / "R" / "S" / "C" / "V" / "Q" | |
| optionlist | = | *(optionitem CRLF) | |
| optionitem | = | "OPTION=" optiontitle ":" optionvalue | |
| domainlist | = | *([skipchar] domain CRLF) | |
| skipchar | = | "!" | |
Example: |
|||
| RIGHTS=UML | |||
| These characters stand for separate kinds of accounts or special functions that the domain administrator is allowed to change / create / delete: | |||
| U | - | User accounts | |
| G | - | Group accounts | |
| M | - | Mailing list accounts | |
| O | - | Resource accounts | |
| L | - | List server accounts | |
| E | - | Executable accounts | |
| R | - | Remote accounts | |
| S | - | Static routes | |
| N | - | Notification accounts | |
| C | - | Catalog | |
| V | - | Disable mailbox view | |
| Q | - | Manage domain Quarantine | |
|
Option limits let you hide any option on the object page for a specific domain admin You can set global restrictions and enable an option for one domain admin too. Example: |
|||
| OPTION=user_notification:0 OPTION=user_responder:0 |
|||
| The above disables user_notification and user_responder to be displayed See the html\admin\xml\ folder for all XML item definitions and their names. | |||
|
Special option ALL can be used to disable/enable all options. Example: |
|||
| OPTION=ALL:0 OPTION=user_password:1 OPTION=user_confirmpassword:1 |
|||
| The above disables all options and then enables only user_password and user_confirmpassword. | |||
|
Enter additional domains on separate lines. Example: |
|||
| icewarp.com microsoft.com !doe.com * |
|||