mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
Enhance setup.sh email list (#1898)
* add quota and aliases to output * shellcheck fixes * fix test Co-authored-by: Georg Lauterbach <44545919+aendeavor@users.noreply.github.com>
This commit is contained in:
parent
deca22bcd4
commit
dea9bca900
2 changed files with 34 additions and 5 deletions
|
@ -673,7 +673,7 @@ EOF
|
|||
@test "checking accounts: listmailuser" {
|
||||
run docker exec mail /bin/sh -c "listmailuser | head -n 1"
|
||||
assert_success
|
||||
assert_output 'user1@localhost.localdomain'
|
||||
assert_output '* user1@localhost.localdomain ( 12K / ~ ) [0%]'
|
||||
}
|
||||
|
||||
@test "checking accounts: no error is generated when deleting a user if /tmp/docker-mailserver/postfix-accounts.cf is missing" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue