Package: postfix
Version: 2.4.3-1

The fallback_relay parameter was renamed to smtp_fallback_relay in Postfix 
2.3. The relay entry in master.cf was not updated to match (-o 
fallback_relay=)

See 
http://groups.google.com/group/list.postfix.users/browse_thread/thread/c265c7dedb795065/cb6b8112ac23b69a
 
for details.

Tags: patch

diff -u postfix-2.4.3/debian/postfix.postinst 
postfix-2.4.3/debian/postfix.postinst
--- postfix-2.4.3/debian/postfix.postinst
+++ postfix-2.4.3/debian/postfix.postinst
@@ -113,7 +113,7 @@
     if ! grep -qE '^relay[[:space:]]' ${MASTER}; then
        [ -n $echoed ] || echo "in master.cf:"; echoed=y
        echo "  adding missing entry for relay service"
-       echo "relay     unix  -       -       n       -       -       smtp -o 
fallback_relay= " \
+       echo "relay     unix  -       -       n       -       -       smtp -o 
smtp_fallback_relay= " \
            >> ${MASTER}
        echo "#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5" \
            >> ${MASTER}


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to