From f6c55bbe1c2e913e94ff3b086b19f63cb9cc8a60 Mon Sep 17 00:00:00 2001 From: gshapiro Date: Fri, 24 May 2002 01:46:39 +0000 Subject: Add a new make.conf knob, SENDMAIL_MAP_PERMS, which specifies the permissions to use for alias and map database files built by /etc/mail/Makefile. The default is 0640 to assist users in avoiding a file locking local denial of service. MFC after: 1 day pending RE approval --- share/examples/etc/make.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'share/examples') diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index eade21b..db08016 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -301,3 +301,8 @@ # information. # #SENDMAIL_SET_USER_ID= +# +# The permissions to use on alias and map databases generated using +# /etc/mail/Makefile. Defaults to 0640. +# +#SENDMAIL_MAP_PERMS= -- cgit v1.1