I am on OpenBSD 7.5-current playing around a bit and noticed that
smtpd fails to start.
Using rcctl start smtpd I get smtpd(ok)
But checking with rcctl check smtpd I get smtpd(failed)

Then running rcctl restart smtpd I get smtpd(ok)
But checking with rcctl check smtpd I get smtpd(failed)

Then running rcctl -d restart smtpd I get:

doing _rc_parse_conf
smtpd_flags empty, using default ><
doing _rc_parse_conf /var/run/rc.d/smtpd
doing rc_configtest
configuration OK
doing _rc_parse_conf
smtpd_flags empty, using default ><
doing _rc_parse_conf /var/run/rc.d/smtpd
doing rc_check
doing _rc_parse_conf
smtpd_flags empty, using default ><
doing rc_check
smtpd
doing rc_configtest
configuration OK
doing rc_start
doing _rc_wait_for_start
doing rc_check
doing _rc_write_runfile
(ok)

So basically the same but with debug?
Still checking with rcctl check smtpd I get smtpd(failed)

I then ran smtpd -d and I get:
credentials[40067]: warn: table-api: imsg_get: Result too large
lookup: table-proc: no services registered
smtpd: process lka socket closed

So what am I missing? Is the credentials file the error or am I just
missing something obvious?
I have not changed any configuration for smtpd for quite some time and
testing the latest fails.

Reply via email to