In the last episode (Jul 14), Martin Schweizer said:
> Why /usr/ports/mail/p5-Sendmail-Milter is broken? I would it
> reinstall because it occurs the following error:
> 
> [snip]
> 
> Starting final network daemons:
> .
> ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib
> a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout /usr/X11R6/lib/aout
> Starting standard daemons:
>  inetd
>  cron
>  sshd
>  usbd
>  sendmail
> 
> Why this?
> 
> WARNING: Xspamassassin: local socket name /var/run/spamass-milter.sock missing

That message gets printed because sendmail is started before the
milter, which means the milter hasn't created the communication socket
yet.  You can ignore it, since the milter is started later during the
startup process anyway.  Theoretically under 5.x you could arrange it
so that spamass-milter is started before sendmail, but I don't believe
that the new rc scripts check /usr/local/etc/rc.d for dependencies yet.

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to