> Change in startup procedure for Postfix and exim: The base OS has moved
> to using scripts in /etc/rc.d to start all daemons. The script for
> sendmail does not function fully for alternative MTAs (in particular it
> will display "failed" at startup, although the daemon will still be
> started, and "/etc/rc.d/sendmail reload" or "...stop" will not work as
> expected). If you were using Postfix or exim and starting it using the
> standard method of setting sendmail_flags in rc.conf.local, you should
> set sendmail_flags=NO and start the relevant daemon via pkg_scripts,
e.g.
>
> pkg_scripts="${pkg_scripts} postfix"
I'm agree, but how to start sendmail with pkg_scripts using flags : "-bd
-q30m" ??
Thank you for your reply.
Wesley.