On Thu, Dec 01, 2011 at 05:09:47PM +0400, Wesley M. wrote:
> > 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" ??
pkg_scripts are, as the name suggests, only for packages.
sendmail is part of the base system and is not a package.
What is it you're trying to do exactly, I'm totally confused whether you are
trying to start postfix or sendmail.
--
Antoine