CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/10/16 22:36:10
Modified files: usr.sbin/smtpd : smtpd.c Log message: smtpd starts rather robustly with a gigantic pledge request group (keep in mind that a gigantic group is already < ~50% of POSIX). It then grinds these down bit by bit as it sets up privsep for the various processes. At startup, smtpd will need the new "id" request as well. ok gilles tedu