diff options
-rwxr-xr-x | postfix/postfix.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh index e0ca33f..455c327 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -3,13 +3,15 @@ # /etc/local-COMMON/postfix/postfix.sh # Copyright 2002 Jonas Smedegaard <dr@jones.dk> # -# $Id: postfix.sh,v 1.9 2003-01-14 05:55:26 jonas Exp $ +# $Id: postfix.sh,v 1.10 2003-01-14 05:59:22 jonas Exp $ # # Auto-tweak plain installed postfix Debian package # # TODO: Check for postfix 2.0 and include improve RBL logic with new # options reject_rhsbl_sender and default_rbl_reply # +# TODO: Implement stuff from here: http://www.wsrcc.com/spam/ +# # TODO: Figure out a way to use chroot jail for TLS stuff. set -e |