update postfixadmin to 3.3.14
This commit is contained in:
parent
19359f72e6
commit
49c5d0b1e3
2 changed files with 2 additions and 2 deletions
|
@ -213,7 +213,7 @@ blocked_recipients = [
|
|||
[metadata.postfixadmin]
|
||||
domain = "postfixadmin.franzi.business"
|
||||
setup_password = "!decrypt:encrypt$gAAAAABgnNGpAqUs--qBXII9ZPcHtxaELy9e2Dx9O44n4l0O4nMHPoIyaPW5HkvpQ2zWTlh5OfjjOgunRtE_voJuY0Kdtji37ixAnuL9ErOJ0LDY5QfMkNPUgPs5alwz1baqYq6rqJ7NDmB0gHraY46v5eG79R2EyQ=="
|
||||
version = "3.3.13"
|
||||
version = "3.3.14"
|
||||
|
||||
[metadata.postgresql]
|
||||
version = 15
|
||||
|
|
|
@ -71,7 +71,7 @@ nodes['htz-cloud.pirmasens'] = {
|
|||
},
|
||||
'postfixadmin': {
|
||||
'domain': 'mail.kunsmann.info',
|
||||
'version': '3.3.13',
|
||||
'version': '3.3.14',
|
||||
'setup_password': vault.decrypt('encrypt$gAAAAABgnNGpAqUs--qBXII9ZPcHtxaELy9e2Dx9O44n4l0O4nMHPoIyaPW5HkvpQ2zWTlh5OfjjOgunRtE_voJuY0Kdtji37ixAnuL9ErOJ0LDY5QfMkNPUgPs5alwz1baqYq6rqJ7NDmB0gHraY46v5eG79R2EyQ=='),
|
||||
},
|
||||
'postgresql': {
|
||||
|
|
Loading…
Reference in a new issue