On Fri, Dec 13, 2024 at 1:54 AM Kirill Miazine <k...@krot.org> wrote:
> Are observations correct? > Should not smtpd make sure that whatever it starts is getting killed > upon its own termination? FWIW, I don't see the same behavior in my deployment (OpenBSD 7.6 amd64, OpenSMTPD 7.6.0). # grep -c proc-exec /etc/mail/smtpd.conf 5 # ps auxwww |grep -c filte[r]- 5 # rcctl stop smtpd (ok) # ps auxwww |grep -c filte[r]- 0 # rcctl start smtpd (ok) # ps auxwww |grep -c filte[r]- 5 -- Darren Spruell phatbuck...@gmail.com