[pmg-devel] [PATCH pmg-api 2/2] d/control: bump versioned dependency for postfix
Stoiko Ivanov
s.ivanov at proxmox.com
Mon Feb 12 22:00:00 CET 2024
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 at proxmox.com>
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 1a4a13a..fe20ce8 100644
--- a/debian/control
+++ b/debian/control
@@ -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),
--
2.39.2
More information about the pmg-devel
mailing list