Skip to content

Commit

Permalink
sc
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 22, 2024
1 parent 143d76f commit 73f22a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions provision/dovecot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -581,9 +581,10 @@ test_dovecot()
stage_listening 993 3
stage_listening 995 3
export MUA_TEST_USER="postmaster@${TOASTER_MAIL_DOMAIN}"
export MUA_TEST_PASS=$(jexec vpopmail /usr/local/vpopmail/bin/vuserinfo -C "${POST_USER}")
export MUA_TEST_HOST=$(get_jail_ip stage)
# shellcheck disable=2034
MUA_TEST_USER="postmaster@${TOASTER_MAIL_DOMAIN}"
MUA_TEST_PASS=$(jexec vpopmail /usr/local/vpopmail/bin/vuserinfo -C "${POST_USER}")
MUA_TEST_HOST=$(get_jail_ip stage)
test_imap
test_pop3
Expand Down

0 comments on commit 73f22a1

Please sign in to comment.