mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 07:14:26 +01:00
Update for sendmail 8.12 which has a new OSTYPE(freebsd5)
Fix access_db usage for 8.12
This commit is contained in:
parent
0045d4bf99
commit
742253f5fd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90801
@ -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')
|
||||
|
@ -42,7 +42,7 @@ divert(-1)
|
||||
divert(0)dnl
|
||||
VERSIONID(`$FreeBSD$')
|
||||
|
||||
OSTYPE(freebsd4)
|
||||
OSTYPE(freebsd5)
|
||||
FEATURE(nullclient, hub.$m)
|
||||
FEATURE(`allmasquerade')
|
||||
FEATURE(`masquerade_envelope')
|
||||
|
Loading…
Reference in New Issue
Block a user