CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/10/29 04:25:36
Modified files:
usr.sbin/smtpd : control.c queue.c queue_backend.c queue_fs.c
scheduler.c scheduler_ramqueue.c smtpctl.8
smtpctl.c smtpd-api.h smtpd.c smtpd.h
Log message:
Implement smtpctl discover <evpid|msgid>.
discover subcommand schedules envelopes manually moved to the queue.
It triggers a queue walk searching for envelopes with the given id,
schedules them and informs the user number of envelopes scheduled.
Admins no longer would need to restart the daemon to discover
manually moved messages.
Ok gilles@