diff options
Diffstat (limited to 'postfix')
-rwxr-xr-x | postfix/postfix.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh index 71f8982..8f8459b 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -3,7 +3,7 @@ # /etc/local-COMMON/postfix/postfix.sh # Copyright 2002-2007 Jonas Smedegaard <dr@jones.dk> # -# $Id: postfix.sh,v 1.47 2007-07-12 18:58:02 jonas Exp $ +# $Id: postfix.sh,v 1.48 2007-07-12 18:59:06 jonas Exp $ # # Auto-tweak plain installed postfix Debian package # @@ -12,7 +12,6 @@ # * Implement stuff from here: http://www.muine.org/~hoang/postfix.html # * Implement stuff from here: http://jimsun.linxnet.com/misc/postfix-anti-UCE.txt # * Figure out a way to use chroot jail for TLS stuff. -# * Resolve 1.x/2.x differences in RBL map expansion within getlinesfromfile() set -e |