]> git.proxmox.com Git - pmg-api.git/commitdiff
d/control: bump versioned dependency for postfix
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 12 Feb 2024 21:00:00 +0000 (22:00 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Feb 2024 16:59:13 +0000 (17:59 +0100)
While postfix happily ignores completely unknown settings (e.g. if the
config contains settings not present in an older version of postfix),
the allowed values are handled more strict:
```
fatal: bad boolean configuration: smtpd_forbid_bare_newline = normalize
```
is the result of running this configuration on postfix < 3.7.10 (for
bookworm)

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
debian/control

index 1a4a13a1ecec726e82ce296ca9f53ca0da622486..fe20ce8547e06bdbe8afc674d02b7396ac94242f 100644 (file)
@@ -84,7 +84,7 @@ Depends: apt (>= 2~),
          pmg-docs,
          pmg-gui,
          pmg-log-tracker,
-         postfix (>= 2.5.5),
+         postfix (>= 3.7.10),
          postgresql-15,
          proxmox-backup-client (>= 2.2.0),
          proxmox-mini-journalreader (>= 1.3-1),