On Wed, 26 May 2021 16:24:42 +0200, Eric Faurot wrote:

> This diff replaces calls to err(3)/errx(3) with fatal()/fatalx() from
> log.c for code that runs in the deamon (we want errors logged to
> syslog, not stderr).  It's pretty mechanical, with two things to note:
>
> The call to default_config() has to be done after log_init() in smtpd.c,
> and log_init() is called early in smtpctl.c, since it uses files (iobuf.c)
> that uses the log api. It still logs to stderr though.

OK millert@

 - todd

Reply via email to