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" / "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 | |
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. | |||
Enter additional domains on separate lines. Example: |
|||
icewarp.com microsoft.com !doe.com * |