Add support for the authinfo map
Submitted by: keramida
This commit is contained in:
parent
fe74eaab7c
commit
56335f9994
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343729
@ -60,8 +60,8 @@
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
# The Makefile knows about the following maps:
|
||||
# access, bitdomain, domaintable, genericstable, mailertable, userdb,
|
||||
# uucpdomain, virtusertable
|
||||
# access, authinfo, bitdomain, domaintable, genericstable, mailertable,
|
||||
# userdb, uucpdomain, virtusertable
|
||||
#
|
||||
|
||||
.ifndef SENDMAIL_MC
|
||||
@ -125,7 +125,7 @@ SENDMAIL_MAP_PERMS?= 0640
|
||||
# type to use when calling makemap.
|
||||
#
|
||||
SENDMAIL_MAP_SRC+= mailertable domaintable bitdomain uucpdomain \
|
||||
genericstable virtusertable access
|
||||
genericstable virtusertable access authinfo
|
||||
SENDMAIL_MAP_OBJ=
|
||||
SENDMAIL_MAP_TYPE?= hash
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user