typo
This commit is contained in:
parent
9fdbdf7692
commit
8af6784761
|
@ -20,7 +20,7 @@ help()
|
|||
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 " -s <0|1> Status. 1 for enabled, 0 for disabled. Default is in db structure and is normally set to 1."
|
||||
echo " -j <0|1|2> Filter Junk/Spam messages. 0 = not filtering. 1 = filter Junk only. 2 = filter Junk & Spam. Default is 2."
|
||||
echo " -j <0|1|2> Filter Junk/Spam messages. 0 = no filtering. 1 = filter Junk only. 2 = filter Junk & Spam. Default is 2."
|
||||
}
|
||||
|
||||
vmail:getoptions "$@"
|
||||
|
|
|
@ -20,7 +20,7 @@ help()
|
|||
echo " -p <password> Set new password."
|
||||
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 " -j <0|1|2> Filter Junk/Spam message. 0 = not filtering. 1 = filter Junk only. 2 = filter Junk & Spam. Default is 2."
|
||||
echo " -j <0|1|2> Filter Junk/Spam message. 0 = no filtering. 1 = filter Junk only. 2 = filter Junk & Spam. Default is 2."
|
||||
exit
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user