Fix problems (mailcow, typos, watchtower script)
Mailcow blocked login because "force_pw_update" was true
This commit is contained in:
parent
05e79ae90a
commit
3ce28b14b4
4 changed files with 7 additions and 6 deletions
modules/services
|
@ -10,6 +10,7 @@ resource "mailcow_mailbox" "services" {
|
|||
full_name = each.value.mail
|
||||
local_part = each.value.mail
|
||||
password = random_password.mailcow_service_passwords[each.key].result
|
||||
force_pw_update = false
|
||||
imap_access = false
|
||||
pop3_access = false
|
||||
sogo_access = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue