CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/12 14:15:52
Modified files:
usr.sbin/smtpd : smtpd.c
Log message:
queue is not owned by _smtpd but _smtpq so a bug in lookup process does not
allow read/write of envelopes and messages, unfortunately the purge_task()
function which is in charge of garbage collecting left-overs from aborted
transactions is still executed as _smtpd preventing it from working.
issue reported by Philippe Meunier, fix from Edgar Pettijohn
