diff options
-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 |