CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/12/04 19:51:32
Modified files:
usr.sbin/smtpd : control.c lka.c mda.c mta.c queue.c smtpd.c
smtpd.h
usr.sbin/smtpd/smtpd: Makefile
Added files:
usr.sbin/smtpd : runner.c
Log message:
- last part of the new queue code: the runner process (unprivileged and
chrooted) is now in charge of doing the scheduling of deliveries,
and the dispatching of messages to MDA and MTA. queue process only
does inserts/updates/removals from the queue and can no longer be
so busy that it delays answers to imsg from smtp server.