Browse Source

add user and group for smtpd

discussed with pyr@ and deraadt@
OPENBSD_4_6
gilles 15 years ago
parent
commit
b4c4c27869
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      src/etc/group
  2. +1
    -0
      src/etc/master.passwd

+ 1
- 0
src/etc/group View File

@ -59,6 +59,7 @@ _snmpd:*:91:
_rtadvd:*:92:
_ypldap:*:93:
_btd:*:94:
_smtpd:*:95:
dialer:*:117:
nogroup:*:32766:
nobody:*:32767:

+ 1
- 0
src/etc/master.passwd View File

@ -41,4 +41,5 @@ _snmpd:*:91:91::0:0:SNMP Daemon:/var/empty:/sbin/nologin
_rtadvd:*:92:92::0:0:IPv6 Router Advertisement Daemon:/var/empty:/sbin/nologin
_ypldap:*:93:93::0:0:YP to LDAP Daemon:/var/empty:/sbin/nologin
_btd:*:94:94::0:0:Bluetooth Daemon:/var/empty:/sbin/nologin
_smtpd:*:95:95::0:0:SMTP Daemon:/var/empty:/sbin/nologin
nobody:*:32767:32767::0:0:Unprivileged user for NFS:/nonexistent:/sbin/nologin

Loading…
Cancel
Save