I find that when I am creating or changing plugins, I end up restarting
qpsmtpd regularly. However, this simply amounts to doing "svc -h" and then
cleaning up a few outstanding connections (killing their PIDs), which
stops the subsequent log entries:
Creating TCP socket 0:465: Address already in u
On Sun, 28 Sep 2008, John Peacock wrote:
> [EMAIL PROTECTED] wrote:
> > Is there a way to not accept any more connections, let the current
> > connections finish, and then restart qpsmtpd? Something has to be better
> > than my current heavy hammer approach.
>
> I use 'svc -t' instead of HUP, beca