CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/08/24 06:29:50
Modified files:
usr.sbin/smtpd : scheduler_backend.c scheduler_ramqueue.c
smtpd.h
Log message:
Remove the rq_host and rq_batch structures from the ramqueue scheduler.
The scheduler should only allow admin to schedule specific envelopes by
id, or msgid. More advanced scheduling (per host/route/whatever) should
be achieved using smtpctl schedule-id and proper filtering on the queue,
or using ad-hoc scheduler backend and tools.
ok gilles@ chl@