svn commit: r343729 - head/etc/mail

Gregory Neil Shapiro gshapiro at FreeBSD.org
Mon Feb 4 02:18:28 UTC 2019


Author: gshapiro
Date: Mon Feb  4 02:18:27 2019
New Revision: 343729
URL: https://svnweb.freebsd.org/changeset/base/343729

Log:
  Add support for the authinfo map
  
  Submitted by:	keramida

Modified:
  head/etc/mail/Makefile

Modified: head/etc/mail/Makefile
==============================================================================
--- head/etc/mail/Makefile	Mon Feb  4 01:24:10 2019	(r343728)
+++ head/etc/mail/Makefile	Mon Feb  4 02:18:27 2019	(r343729)
@@ -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
 


More information about the svn-src-head mailing list