diff options
-rwxr-xr-x | postfix/postfix.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh index 7afac07..bee6107 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.74 2008-05-25 17:58:57 jonas Exp $ +# $Id: postfix.sh,v 1.75 2008-05-25 18:35:31 jonas Exp $ # # Auto-tweak plain installed postfix Debian package # @@ -253,7 +253,7 @@ if [ -n "$sasl2" ] && [ -n "$sslcert" ]; then echo >&2 "WARNING: CA certificate not found - consider using proper signed certificates!" fi else - echo >&2 'WARNING: TLS not activated due to missing rewuirements...' + echo >&2 'WARNING: TLS not activated due to missing requirements...' fi if [ -x /usr/sbin/amavisd ] || [ -x /usr/sbin/amavisd-new ]; then |