"Scot W. Hetzel" wrote:
>
> From: "Lefteris Tsintjelis" <[EMAIL PROTECTED]>
> > When building world in 4.7-stable with sendmail and SASLv2 support,
> > sendmail complains that there is no SASL running. Problem is that
> > sendmail starts before saslauthd. Is there a proper way of starting
> > saslauthd before sendmail starts?
> >
> No, you'll need to patch /etc/rc.sendmail and then remove
> ${prefix}/etc/rc.d/saslauthd.sh.
>
> In 5.0-CURRENT with/RC_NG all you'll need to do is move
> ${prefix}/etc/rc.d/saslauthd.sh to /etc/rc.d/saslauthd to have saslauthd
> start before sendmail (see PR 43673 for RC_NG patch for
> security/cyrus-sasl2).
>
> Scot
>
> PS: Attached is an untested patch for rc.sendmail
Thank you Scott. The patch worked out good. It has a problem with
stoping though. It doesn't completly stop sendmail. I'll try and figure
that out.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message