Package: postfix
Version: 2.1.5-4
Followup-For: Bug #260593
Oups, used "reportbug -m" instead of "reportbug -M", here is the patch
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=C, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Versions of packages postfix depends on:
ii adduser 3.59 Add and remove users and groups
ii debconf [debconf-2.0] 1.4.30.11 Debian configuration management sy
ii dpkg 1.10.25 Package maintenance system for Deb
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libdb4.2 4.2.52-17 Berkeley v4.2 Database Libraries [
ii libgdbm3 1.8.3-2 GNU dbm database routines (runtime
ii netbase 4.19 Basic TCP/IP networking system
-- debconf information excluded
--
Emmanuel Lacour ------------------------------------ Easter-eggs
44-46 rue de l'Ouest - 75014 Paris - France - M�tro Gait�
Phone: +33 (0) 1 43 35 00 37 - Fax: +33 (0) 1 41 35 00 76
mailto:[EMAIL PROTECTED] - http://www.easter-eggs.com
--- postinst.orig 2005-01-19 10:39:42.000000000 +0100
+++ postinst 2005-01-19 10:41:18.000000000 +0100
@@ -118,6 +118,13 @@
echo "verify unix - - - - 1 verify"
\
>> ${MASTER}
fi
+
+ 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 - - - - - smtp" \
+ >> ${MASTER}
+ fi
}
umask 022