From ff46fdfeaba039cc5dbdeee9bf4fdda4b8b7b2de Mon Sep 17 00:00:00 2001 From: gshapiro Date: Mon, 4 Feb 2019 02:18:27 +0000 Subject: [PATCH] Add support for the authinfo map Submitted by: keramida --- etc/mail/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/mail/Makefile b/etc/mail/Makefile index f8e5b7759c6..cb63592804d 100644 --- a/etc/mail/Makefile +++ b/etc/mail/Makefile @@ -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 -- 2.45.0