diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-01-14 05:59:22 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-01-14 05:59:22 +0000 |
commit | 1bcc79de8e0005561c4bdcf9c1327ba6e0a7300c (patch) | |
tree | 7ebc2115a6ff5269fe6e2709da2ce4537dd0e95e | |
parent | 116d7e2ffa7c5effba54ad29b2359b7f30f91938 (diff) |
Add a TODO.
-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 |