You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-17 07:49:53 +02:00
quota update
This commit is contained in:
@ -34,6 +34,10 @@ SUBCOMMANDS:
|
||||
./setup.sh alias del <email> <recipient>
|
||||
./setup.sh alias list
|
||||
|
||||
quota:
|
||||
./setup.sh quota set <email> [<quota>]
|
||||
./setup.sh quota del <email>
|
||||
|
||||
config:
|
||||
|
||||
./setup.sh config dkim <keysize> (default: 2048)
|
||||
@ -56,6 +60,9 @@ SUBCOMMANDS:
|
||||
* `./setup.sh alias add <email> <recipient>`: add an alias(email) for an email-account(recipient)
|
||||
* `./setup.sh alias del <email> <recipient>`: delete an alias
|
||||
* `./setup.sh alias list`: list all aliases
|
||||
# quota
|
||||
* `./setup.sh quota set <email> [<quota>]`: define the quota of a mailbox (quota format e.g. 302M (B (byte), k (kilobyte), M (megabyte), G (gigabyte) or T (terabyte)))
|
||||
* `./setup.sh quota del <email>`: delete the quota of a mailbox
|
||||
# config
|
||||
* `./setup.sh config dkim <keysize> (default: 2048)`: autoconfig the dkim-config with an (optional) keysize value
|
||||
* `./setup.sh config ssl`: generate ssl-certificates
|
||||
|
Reference in New Issue
Block a user