CVSROOT: /cvs Module name: src Changes by: jac...@cvs.openbsd.org 2009/03/10 12:44:28
Modified files: usr.sbin/smtpd : smtpd.c Log message: - Use setsid(2) to create new process group for external mda. - Unignore SIGPIPE, otherwise it remains ignored in forked mda. - Use closefrom(2) to close all descriptors apart from stdin/stdout/stderr. ok gilles@