summaryrefslogtreecommitdiffstats
path: root/etc/group
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2001-11-17 21:24:45 +0000
committergshapiro <gshapiro@FreeBSD.org>2001-11-17 21:24:45 +0000
commit4e03d04c96ed61163cc95c3597b521fa9d158b2c (patch)
tree2e65d6a43297d2e638cc63684136fd72b0d02ebd /etc/group
parenta9ad27128476860180932c17893757cddc170112 (diff)
downloadFreeBSD-src-4e03d04c96ed61163cc95c3597b521fa9d158b2c.zip
FreeBSD-src-4e03d04c96ed61163cc95c3597b521fa9d158b2c.tar.gz
Add two new accounts/groups for sendmail:
smmsp - sendmail 8.12 operates as a set-group-ID binary (instead of set-user-ID). This new user/group will be used for command line submissions. UID/GID 25 is suggested in the sendmail documentation and has been adopted by other operating systems such as OpenBSD and Solaris 9. mailnull - The default value for DefaultUser is now set to the uid and gid of the first existing user mailnull, sendmail, or daemon that has a non-zero uid. If none of these exist, sendmail reverts back to the old behavior of using uid 1 and gid 1. Currently FreeBSD uses daemon for DefaultUser but I would prefer not to use an account used by other programs, hence the addition of mailnull. UID/GID 26 has been chosen for this user. This was discussed on -arch on October 18-19, 2001. MFC after: 1 week
Diffstat (limited to 'etc/group')
-rw-r--r--etc/group2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/group b/etc/group
index ea63f4c..31e0e50 100644
--- a/etc/group
+++ b/etc/group
@@ -12,6 +12,8 @@ news:*:8:
man:*:9:
games:*:13:
staff:*:20:root
+smmsp:*:25:
+mailnull:*:26:
guest:*:31:root
bind:*:53:
uucp:*:66:
OpenPOWER on IntegriCloud