CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/28 12:38:46
Modified files:
usr.sbin/smtpd : smtp.c smtpd.c smtpd.h
Log message:
when pausing listeners, do not simply disable their events as new
clients would still be able to connect. instead, at pause time we
close and remove the listeners, and at resume time we request the
parent to reconfigure all listeners.
discussed with pyr@
