From owner-freebsd-questions@FreeBSD.ORG Sun Jul 13 23:07:37 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E9537B401 for ; Sun, 13 Jul 2003 23:07:37 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83CCB43F85 for ; Sun, 13 Jul 2003 23:07:36 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h6E67YUg088749 for freebsd-questions@freebsd.org; Mon, 14 Jul 2003 01:07:34 -0500 (CDT) (envelope-from dan) Date: Mon, 14 Jul 2003 01:07:33 -0500 From: Dan Nelson To: freebsd-questions@freebsd.org Message-ID: <20030714060733.GA8948@dan.emsphone.com> References: <20030714043950.GB1241@saturn.pcs.ms> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030714043950.GB1241@saturn.pcs.ms> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i Subject: Re: Broken port: sendmail-milter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 06:07:37 -0000 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