Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/gnu/usr.sbin/sendmail/cf/cf Pull up 1.1.2.1 -> 1.2 to n...
details: https://anonhg.NetBSD.org/src/rev/40a52a44306d
branches: netbsd-1-5
changeset: 489289:40a52a44306d
user: hubertf <hubertf%NetBSD.org@localhost>
date: Mon Aug 28 03:51:23 2000 +0000
description:
Pull up 1.1.2.1 -> 1.2 to netbsd-1-5 branch, OK'd by thorpej:
1.2: Enable some commonly used features: genericstable, mailertable,
virtusertable, domaintable, access_db and redirect.
1.1: v4 only sendmail.cf source
diffstat:
gnu/usr.sbin/sendmail/cf/cf/netbsd-proto-IPv4only.mc | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r ca1c790edf30 -r 40a52a44306d gnu/usr.sbin/sendmail/cf/cf/netbsd-proto-IPv4only.mc
--- a/gnu/usr.sbin/sendmail/cf/cf/netbsd-proto-IPv4only.mc Sun Aug 27 18:22:56 2000 +0000
+++ b/gnu/usr.sbin/sendmail/cf/cf/netbsd-proto-IPv4only.mc Mon Aug 28 03:51:23 2000 +0000
@@ -35,13 +35,19 @@
#
#
-# This is the prototype file for a configuration that supports nothing
-# but basic SMTP connections via TCP.
+# This is the prototype file for a configuration that supports SMTP
+# connections via TCP and some commonly required features.
#
include(`../m4/cf.m4')
-VERSIONID(`@(#)netbsd-proto.mc $Revision: 1.1.2.2 $')
+VERSIONID(`@(#)netbsd-proto.mc $Revision: 1.1.2.3 $')
OSTYPE(bsd4.4)dnl
MAILER(local)dnl
MAILER(smtp)dnl
define(`confAUTO_REBUILD', True)dnl
+FEATURE(genericstable,DATABASE_MAP_TYPE` -o 'MAIL_SETTINGS_DIR`genericstable')
+FEATURE(mailertable, DATABASE_MAP_TYPE` -o 'MAIL_SETTINGS_DIR`mailertable')
+FEATURE(virtusertable,DATABASE_MAP_TYPE` -o 'MAIL_SETTINGS_DIR`virtusertable')
+FEATURE(domaintable, DATABASE_MAP_TYPE` -o 'MAIL_SETTINGS_DIR`domaintable')
+FEATURE(access_db, DATABASE_MAP_TYPE` -o 'MAIL_SETTINGS_DIR`access')
+FEATURE(`redirect')
Home |
Main Index |
Thread Index |
Old Index