bcoe / secure-smtpd

Fork of Python's standard SMTP server. Adding support for various extensions to the protocol.
ISC License
128 stars 42 forks source link

Daemon Processes Not Always Being Terminated #1

Closed bcoe closed 12 years ago

bcoe commented 12 years ago

I noticed in production that some of the subprocesses are not ultimately terminated, this should definitely not be the case.

bcoe commented 12 years ago

Processes are killed more diligently now. Also fixed major thread safety problem with smtpd. see a8c32a5