forked from Deuxfleurs/nixcfg
upgraded postfix to fix smtp smuggling cve
https://security-tracker.debian.org/tracker/source-package/postfix https://www.postfix.org/smtp-smuggling.html
This commit is contained in:
parent
ac42e95f1a
commit
3b34e3c2f5
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ job "email" {
|
|||
task "server" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "superboum/amd64_postfix:v3"
|
||||
image = "superboum/amd64_postfix:v4"
|
||||
readonly_rootfs = false
|
||||
network_mode = "host"
|
||||
ports = [ "smtp_port", "smtps_port", "submission_port" ]
|
||||
|
|
Loading…
Reference in a new issue