diff options
author | Jonas Smedegaard <dr@jones.dk> | 2023-03-25 13:57:29 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2023-03-25 13:57:29 +0100 |
commit | cb1c70bc29ef4693a6c90b02142e72eeb23f1caf (patch) | |
tree | 93f21f2219dca4aec6c5b4bde4d91d5e61eec371 | |
parent | 2ea795c6597a154dff9863e328e73b652a0487a0 (diff) |
add FIXME notes about dkimproxy and chained cert
-rwxr-xr-x | postfix/postfix.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh index cfa3d8a..635bc06 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -7,6 +7,10 @@ # # Depends: postfix (>= 3.4) # +# FIXME: +# * replace dkimproxy with opendkim: https://wiki.debian.org/opendkim +# * use _public_ chained cerificate (not bogusly _private_ chained key) +# # TODO: # * Implement stuff from here: http://www.wsrcc.com/spam/ # * Implement stuff from here: http://www.muine.org/~hoang/postfix.html |