summaryrefslogtreecommitdiffstats
path: root/WISHLIST
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:41:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:41:51 +0000
commit3e160e27e4686620d16477a9ea9cf00141e52ce7 (patch)
tree884561d26afa36d7653aa4dc43410e1ae479d43e /WISHLIST
parentAdding upstream version 3.8.6. (diff)
downloadpostfix-3e160e27e4686620d16477a9ea9cf00141e52ce7.tar.xz
postfix-3e160e27e4686620d16477a9ea9cf00141e52ce7.zip
Adding upstream version 3.9.0.upstream/3.9.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'WISHLIST')
-rw-r--r--WISHLIST29
1 files changed, 24 insertions, 5 deletions
diff --git a/WISHLIST b/WISHLIST
index bc52ebc..f3d9860 100644
--- a/WISHLIST
+++ b/WISHLIST
@@ -6,6 +6,25 @@ Wish list:
Disable -DSNAPSHOT and -DNONPROD in makedefs.
+ The postconf command needs more mongodb tests.
+
+ The mongodb client needs tests.
+
+ Remove .printfck directories, and remove printfck targets
+ from Makefiles.
+
+ In documentation and configuration file examples, replace
+ IPv4 address prefixes from Cloud9 with 192.168.* from RFC
+ 1918, and replace IPv6 address prefixes with unique local
+ IPv6 address prefixes fd00:* from RFC 4193.
+
+ Add a pre-release check for '.' instead of ','. Generalize
+ from grep '[a-zA-Z0-9]\. *[a-z]' proto/*|egrep -v
+ 'i\.e\.|etc\.|e\.g\.|\. *[a-zA-Z0-9]*\('
+
+ Update DKIM examples for signing with the benefits of forced
+ MIME converison with "force_mime_input_conversion = yes"
+
Scan Postfix code with github.com/googleprojectzero/weggli
(depends on "rust").
@@ -14,16 +33,16 @@ Wish list:
Check out https://github.com/milter-manager/milter-manager/
- Check out https://cutter.osdn.jp/ (C/C++ unit tests).
+ Check out https://github.com/clear-code/cutter
+ (https://cutter.osdn.jp/) for C/C++ unit tests.
- Follow https://github.com/vdukhovni/postfix/commits/rpk
+ postscreen hints to smtpd to suppress the server greeting
+ after a remote SMTP client has pregreeted. This makes the
+ PIPELINING detection more meaningful.
Multi-recipient support in sender/recipient_bcc_maps and
always_bcc.
- Test for dns_rr_copy() + dns_rr_free().
-
-
mail_conf_xxx supprt for non-negative numbers (i.e.
numbers with a lower bound of zero).