From 6fe402670fb8b60a760d7b67d4d8741c8583ff31 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Wed, 13 Sep 2000 20:50:45 +0000 Subject: Update to the latest snapshot, plus add hooks for all the very spiffy plugins that postfix can use. Submitted by: Omanchu Oogali (new MAINTAINER) --- mail/postfix-current/files/patch-am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 mail/postfix-current/files/patch-am (limited to 'mail/postfix-current/files/patch-am') diff --git a/mail/postfix-current/files/patch-am b/mail/postfix-current/files/patch-am new file mode 100644 index 000000000000..3328cc42ab77 --- /dev/null +++ b/mail/postfix-current/files/patch-am @@ -0,0 +1,23 @@ +*** ./conf/sample-transport.cf.orig Thu Dec 23 10:50:00 1999 +--- ./conf/sample-transport.cf Thu Jun 1 22:13:09 2000 +*************** +*** 10,18 **** + # By default, this feature is disabled. Specify the types of databases +! # to use. If you use this feature, run "postmap /etc/postfix/transport" + # after change, then "postfix reload". + # +! # transport_maps = dbm:/etc/postfix/transport +! # transport_maps = hash:/etc/postfix/transport +! # transport_maps = hash:/etc/postfix/transport, nis:transport +! # transport_maps = hash:/etc/postfix/transport, netinfo:/transport + transport_maps = +--- 10,18 ---- + # By default, this feature is disabled. Specify the types of databases +! # to use. If you use this feature, run "postmap !!PREFIX!!/etc/postfix/transport" + # after change, then "postfix reload". + # +! # transport_maps = dbm:!!PREFIX!!/etc/postfix/transport +! # transport_maps = hash:!!PREFIX!!/etc/postfix/transport +! # transport_maps = hash:!!PREFIX!!/etc/postfix/transport, nis:transport +! # transport_maps = hash:!!PREFIX!!/etc/postfix/transport, netinfo:/transport + transport_maps = -- cgit v1.2.3