1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-09 22:38:01 -08:00
Commit Graph

114 Commits

Author SHA1 Message Date
claudio
c2691defef Hook up bgplgd. Uses _bgplgd user with id 71:71 add a rc.d script and
all the other rc plumbing.
OK deraadt@
2022-06-28 18:46:00 +00:00
danj
62a9676a6f Remove _switchd user/group/alias
ok millert deraadt

switchd(8) was removed back in November. Commit message was:

Retire switchd and switchctl. While interesting they never managed to
really get into a usable state. The OpenFlow API is mostly superseeded
by P4 and so this is a bit of a dead end.
2022-04-21 20:48:50 +00:00
tedu
166e2b0880 retire rebound etc bits to the attic 2020-01-24 06:17:37 +00:00
gilles
4dd3b93578 make implicit "listen on socket" explicit, the default config no longer has
any implicit behavior

ok eric@, kn@
2019-11-26 20:14:38 +00:00
gilles
2601667125 use explicit from notation in default config
ok eric@
2019-11-25 13:30:04 +00:00
kmos
13bae32f41 Stop using reserved words in the smtpd.conf configuration examples
in the default smtpd.conf and smtpd.conf(5) manual page. This
eliminates ambiguity in our documentation examples that can cause
confusion.

Input and OK deraadt@ schwarze@ kn@
2019-07-24 15:31:53 +00:00
florian
20dcfd2b0b add _unwind user; OK deraadt 2019-01-26 10:58:05 +00:00
florian
7ee9a07d97 add _rad user
OK tb, claudio
2018-07-23 14:15:14 +00:00
florian
1f53cc20d3 Remove rtadvd(8) leftovers in etc.
OK deraadt, phessler
2018-07-23 11:57:17 +00:00
jmc
b678ce2ec1 document method=https, and use it in the example config;
from lauri tirkkonen;

ok sthen beck
2018-07-22 17:09:43 +00:00
jmc
7c68657aa8 remove "from local" (the default) from one of the match rules: the line
immediately above also uses this notation, it's shorter, and it keeps
two examples in the man page which claim to be the same as the default config
(but with exceptions) in sync;

ok gilles
2018-06-04 21:10:58 +00:00
gilles
72c624f6e3 update default config to new grammar
ok eric@
2018-05-24 11:40:17 +00:00
florian
e3d84185c2 add user for slaacd(8) 2017-03-18 21:18:01 +00:00
ajacoutot
08188b40b7 Add the _syspatch user/group: an unprivileged user for syspatch(8) used to fetch
and verify patches.

discussed with deraadt@ rpe@
ok deraadt@
2017-01-19 06:48:50 +00:00
jca
0aded168cc Remove alias for uucp
This should cut the amount of spam received by mlarkin.  If you need
this alias, just set it up.  Prompted by a mail from tb@
2016-12-27 12:41:40 +00:00
tb
8cd6a3bfc4 Introduce the build user and the wobj group that will soon be used as
defaults for building the system from source.

ok deraadt
2016-11-15 20:44:40 +00:00
reyk
bb0982dff1 Add switchd
OK deraadt@
2016-10-06 20:20:41 +00:00
florian
0b53298dfc Add unprivileged user for traceroute.
Input deraadt@
OK benno@, sthen@
2016-09-27 05:31:37 +00:00
otto
9b6b395bbe + _ping 2016-09-26 17:42:09 +00:00
deraadt
f3024385e9 proxy uid/gid was split up for seperate purposes; it can go away now. 2016-09-13 15:38:17 +00:00
sthen
b8ef2d7500 Remove dead 2004 link to list of blacklists, from Sevan Janiyan.
Point at wikipedia's list of blacklists instead, some are DNS-only but there
are a few rsyncable ones in there (including a good commercial one and some
free ones).
2016-06-01 21:55:47 +00:00
jsg
4fd668f338 remove uatraps from "all" as well
ok beck@
2016-05-11 06:33:48 +00:00
beck
f0f9d221d3 Alas all good things come to an end. The U of A traplist is going away as
the University of Alberta moves away from running a spamd fronted MX,
so there is no more source for this traplist anymore.
2016-05-11 05:41:13 +00:00
jung
73ef410d8f listen directive may use a table for authentication, to make this work the
table has to be defined BEFORE
consequently move all tables in the examples to the beginning and before the
listen directive to avoid tables not being found

no functional change

ran into this myself earlier, also reported by cjones via irc

ok gilles
2016-05-03 18:43:45 +00:00
jmc
7bc09eb8ec fix word issue, as reported by hans 2016-03-14 21:36:52 +00:00
espie
8023d724f3 add proper entries for pkg_add privsep, instead of piggy-backing on _pfetch
which was a "better than nothing" measure for 5.9.

Another user to come. Approved by deraadt@ on principle.

thanks sthen@ for checking my lines over.
2016-03-05 12:31:38 +00:00
sunil
6b7305a890 Now that default smtpd.conf aliases table has been switched to
'file' backend, we no longer have to generate the .db files.

Ok gilles@
2015-12-22 07:39:00 +00:00
sunil
e896f3859a Switch to 'file' backend for aliases table for default configuration.
Ok gilles@ jung@ millert@
2015-12-21 16:25:44 +00:00
ratchov
d92077b3b6 Add _sndiop user and group for (future) privileged sndiod process.
ok deraadt
2015-12-16 18:19:25 +00:00
sunil
ea52b8ea3d Use mailwrapper path instead of smtpd.
Ok tb@ jung@
2015-12-08 09:03:50 +00:00
deraadt
803f3e671c create new independent uid/gid for tftp_proxy and ftp_proxy.
They should not share a uid.  Leave the proxy uid for later mop-up
(sysmerge does not handle uid renamings well enough)
ok dlg, ok aja a while back
2015-12-01 07:31:29 +00:00
mlarkin
e1c5d175a6 Add user "_vmd" for forthcoming vmd daemon
ok deraadt@
2015-11-09 00:18:37 +00:00
tedu
10d6fa2036 no mail for _rebound. deraadt 2015-10-15 21:25:44 +00:00
deraadt
f0aca97a67 add _eigrpd user/group 2015-10-04 16:35:01 +00:00
ajacoutot
e0dfab7b58 Add the _radiusd user.
ok sthen@
2015-07-21 04:20:29 +00:00
sthen
3f838002dd Add _dpb, _pbuild, _pfetch users to make it easier for people doing dpb
multi-user builds. Discussed with espie, ajacoutot, ok deraadt
2015-07-17 23:22:39 +00:00
naddy
99cd43f8a2 Create aliases.db from the installed aliases file, so we get the correct
owner and group.  Reported by Mark Patruck.  ok deraadt@ miod@
2015-05-26 14:34:59 +00:00
nicm
b4aeb3879d Add a _file user and use for privsep, ok deraadt 2015-04-27 13:48:06 +00:00
ajacoutot
9b59cccba8 Drop smmsp group and alias.
ok matthieu@ miod@
2014-09-20 09:59:52 +00:00
ajacoutot
88d7c98c98 With sendmail(8) gone, there is not much point in keeping /etc/mail/Makefile.
There is one table in the default configuration which is 'aliases' and
the db can be created using newaliases(8).

"go for it" guenther@
ok sthen@ matthieu@ gilles@
2014-09-17 16:39:45 +00:00
matthieu
6c9fd01366 Remove sendmail specific files. 2014-09-15 22:35:25 +00:00
matthieu
991b786a82 Remove sendmail specific files. 2014-09-15 22:34:32 +00:00
matthieu
0139179f7b Remove sendmail tentacles. ok krw@ ajacoutot@ 2014-09-15 22:28:58 +00:00
deraadt
d750a370d6 disable use of bind in base; in the base use nsd/unbound instead.
a proper & complete bind port will show up.
discussed with many for years
2014-08-22 19:19:25 +00:00
gilles
ff4dd842db replace sendmail with smtpd in a comment
reported by Scott McEachern <scott@blackstaff.ca>
ok deraadt@ and todd@
2014-06-06 16:46:43 +00:00
okan
6014d7e1f9 re-add _ppp for npppd here as well; ok ajacoutot 2014-04-28 17:03:48 +00:00
sthen
f4fcbbbed3 no more _ppp user 2014-03-17 18:05:00 +00:00
sthen
05abfb1b2d Add _unbound user here too. Reminded by aja@ 2014-03-15 22:56:05 +00:00
tedu
9a267dffad adding a user is hard. mistakes pointed out by ajacoutot 2014-03-14 00:35:50 +00:00
tedu
c78cafe45f just run newaliases. should be about the same, but less sendmail.
ok todd
2014-03-12 21:40:27 +00:00