Fix problems (mailcow, typos, watchtower script)

Mailcow blocked login because "force_pw_update" was true
This commit is contained in:
Tobias Reisinger 2024-11-09 02:32:41 +01:00
parent 05e79ae90a
commit 3ce28b14b4
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 7 additions and 6 deletions
modules/services

View file

@ -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