diff options
author | ad <ad@pkgsrc.org> | 1999-09-18 20:23:10 +0000 |
---|---|---|
committer | ad <ad@pkgsrc.org> | 1999-09-18 20:23:10 +0000 |
commit | f70c492583e44976924badc7c38a64a7d699cd39 (patch) | |
tree | c9f64871e8d24171d03d53fcda89a0183bb8fbcb /mail/exim | |
parent | 1fd860aa1a2f2cc2e336582b049d51ef23b672ab (diff) | |
download | pkgsrc-f70c492583e44976924badc7c38a64a7d699cd39.tar.gz |
In the default configuration, use /etc/aliases.db, not a linear search of
/etc/aliases.
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/patches/patch-ae | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/exim/patches/patch-ae b/mail/exim/patches/patch-ae new file mode 100644 index 00000000000..0f84c39f09e --- /dev/null +++ b/mail/exim/patches/patch-ae @@ -0,0 +1,15 @@ +$NetBSD: patch-ae,v 1.1 1999/09/18 20:23:10 ad Exp $ + +--- src/configure.default.orig Fri Sep 17 21:19:39 1999 ++++ src/configure.default Fri Sep 17 21:19:55 1999 +@@ -252,8 +252,8 @@ + + system_aliases: + driver = aliasfile +- file = /etc/aliases +- search_type = lsearch ++ file = /etc/aliases.db ++ search_type = dbm + # user = exim + file_transport = address_file + pipe_transport = address_pipe |