Update for sendmail 8.12 which has a new OSTYPE(freebsd5)

Fix access_db usage for 8.12
This commit is contained in:
Gregory Neil Shapiro 2002-02-17 22:08:18 +00:00
parent 0045d4bf99
commit 742253f5fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90801
2 changed files with 3 additions and 3 deletions

View File

@ -45,10 +45,10 @@ divert(-1)
divert(0)
VERSIONID(`$FreeBSD$')
OSTYPE(freebsd4)
OSTYPE(freebsd5)
DOMAIN(generic)
FEATURE(access_db, `hash -o /etc/mail/access')
FEATURE(access_db, `hash -o -T<TMPF> /etc/mail/access')
FEATURE(blacklist_recipients)
FEATURE(local_lmtp)
FEATURE(mailertable, `hash -o /etc/mail/mailertable')

View File

@ -42,7 +42,7 @@ divert(-1)
divert(0)dnl
VERSIONID(`$FreeBSD$')
OSTYPE(freebsd4)
OSTYPE(freebsd5)
FEATURE(nullclient, hub.$m)
FEATURE(`allmasquerade')
FEATURE(`masquerade_envelope')