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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to