mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 17:44:49 +02:00
feat: Add password confirmation (#4072)
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
98cbcfc171
commit
d7dab2d20d
7 changed files with 15 additions and 10 deletions
|
@ -8,8 +8,7 @@ function _main() {
|
|||
|
||||
local DOMAIN="${1}"
|
||||
local RELAY_ACCOUNT="${2}"
|
||||
shift 2
|
||||
local PASSWD="${*}"
|
||||
local PASSWD="${3}"
|
||||
|
||||
_validate_parameters
|
||||
_add_relayhost_credentials
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue