6a1b37225e
with documentation. Fix manpage generation. Consistently use INSTALL_* macros (from postfix-current). Modify packaging list using WITH_PCRE and WITH_LDAP PLIST_SUBs (as per postfix-current). Add knob to enable PCRE (again from postfix-current). Use better package description (postfix-current). Fix PLIST. Conditionally remove main.cf and master.cf when they are unmodified from default (postfix-current). Fully institute new maintainer as a real one. :-) PR: 17777, 19185, 20565, 21819, 22613 (also postfix-current) Submitted by: maintainer (THANKS!)
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
*** ./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 =
|