Date: Mon, 14 Jul 2003 01:07:33 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: freebsd-questions@freebsd.org Subject: Re: Broken port: sendmail-milter Message-ID: <20030714060733.GA8948@dan.emsphone.com> In-Reply-To: <20030714043950.GB1241@saturn.pcs.ms> References: <20030714043950.GB1241@saturn.pcs.ms>
next in thread | previous in thread | raw e-mail | index | archive | help
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 dnelson@allantgroup.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030714060733.GA8948>