mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
Implement ./setup.sh email list (#287)
This commit adds a script nammed 'listmailuser'. './setup.sh' uses this this script for its subcommand './setup.sh email list'. A test have been added too.
This commit is contained in:
parent
69ee54513e
commit
98e59a7abe
4 changed files with 27 additions and 4 deletions
7
setup.sh
7
setup.sh
|
@ -17,7 +17,7 @@ SUBCOMMANDS:
|
|||
|
||||
$0 email add <email> <password>
|
||||
$0 email del <email>
|
||||
$0 email list (not yet implemented)
|
||||
$0 email list
|
||||
|
||||
config:
|
||||
|
||||
|
@ -52,8 +52,9 @@ case $1 in
|
|||
_docker delmailuser $@
|
||||
;;
|
||||
|
||||
# list)
|
||||
# ;;
|
||||
list)
|
||||
_docker listmailuser
|
||||
;;
|
||||
|
||||
*)
|
||||
_usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue