blob: ae8af9d9c43a68d9955e3404ef818922fa2f415b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$NetBSD: patch-ac,v 1.1.1.1 2000/02/13 00:14:48 tron Exp $
--- cf/m4/proto.m4.orig Fri Aug 1 02:26:36 1997
+++ cf/m4/proto.m4 Sat Feb 12 23:28:26 2000
@@ -148,22 +148,22 @@
# Mailer table (overriding domains)
ifdef(`MAILER_TABLE',
`Kmailertable MAILER_TABLE',
- `#Kmailertable dbm /etc/mailertable')
+ `#Kmailertable hash /etc/mailertable')
# Domain table (adding domains)
ifdef(`DOMAIN_TABLE',
`Kdomaintable DOMAIN_TABLE',
- `#Kdomaintable dbm /etc/domaintable')
+ `#Kdomaintable hash /etc/domaintable')
# Generics table (mapping outgoing addresses)
ifdef(`GENERICS_TABLE',
`Kgenerics GENERICS_TABLE',
- `#Kgenerics dbm /etc/genericstable')
+ `#Kgenerics hash /etc/genericstable')
# Virtual user table (maps incoming users)
ifdef(`VIRTUSER_TABLE',
`Kvirtuser VIRTUSER_TABLE',
- `#Kvirtuser dbm /etc/virtusertable')
+ `#Kvirtuser hash /etc/virtusertable')
# who I send unqualified names to (null means deliver locally)
DR`'ifdef(`LOCAL_RELAY', LOCAL_RELAY)
|