CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2011/05/04 14:45:30
Modified files: usr.sbin/smtpd : smtpd.c Log message: When enqueueing offline mail, use a wait list to keep the number of forked processes below a reasonnable limit. This prevents smtpd from fork-bombing on startup when there are lots of mails in the offline queue. ok todd@ gilles@