help for status
This commit is contained in:
parent
26172f3faf
commit
074264942a
|
@ -18,7 +18,7 @@ help()
|
||||||
echo " -d Domain to be modified."
|
echo " -d Domain to be modified."
|
||||||
echo " -l LIMIT Mailbox limit - the maximum number of mailboxes under this domain."
|
echo " -l LIMIT Mailbox limit - the maximum number of mailboxes under this domain."
|
||||||
echo " -q QUOTA Mailbox Quota Default in GB - default quota for new mailboxes under this domain."
|
echo " -q QUOTA Mailbox Quota Default in GB - default quota for new mailboxes under this domain."
|
||||||
echo " -s STATUS 1 for enabled, 0 for disabled. Default is in db structure and is normally set to 1."
|
echo " -s <0|1> Status. 1 for enabled, 0 for disabled. Default is in db structure and is normally set to 1."
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ help()
|
||||||
echo " -e <email> Email address to add."
|
echo " -e <email> Email address to add."
|
||||||
echo " -p <password> Unencrypted Password for new email address."
|
echo " -p <password> Unencrypted Password for new email address."
|
||||||
echo " -q <quota> Set mailbox quota in GB, otherwise default for this domain is used. NULL means no limit."
|
echo " -q <quota> Set mailbox quota in GB, otherwise default for this domain is used. NULL means no limit."
|
||||||
echo " -s <0|1> 1 for enabled, 0 for disabled. Default is in db structure and is normally set to 1."
|
echo " -s <0|1> Status. 1 for enabled, 0 for disabled. Default is in db structure and is normally set to 1."
|
||||||
}
|
}
|
||||||
|
|
||||||
vmail:getoptions "$@"
|
vmail:getoptions "$@"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user