From owner-freebsd-questions@FreeBSD.ORG Mon Apr 11 22:03:06 2005 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 AADDC16A4CE for ; Mon, 11 Apr 2005 22:03:06 +0000 (GMT) Received: from metroid.prideindesign.com (netblock-66-159-250-220.dslextreme.com [66.159.250.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CA8A43D1F for ; Mon, 11 Apr 2005 22:03:04 +0000 (GMT) (envelope-from joshua.lewis@prideindesign.com) Received: from [192.168.1.125] (netblock-66-159-250-221.dslextreme.com [66.159.250.221]) by metroid.prideindesign.com (Postfix) with ESMTP id 5103DAC834 for ; Mon, 11 Apr 2005 15:04:41 -0700 (PDT) User-Agent: Microsoft-Entourage/11.1.0.040913 Date: Mon, 11 Apr 2005 15:03:02 -0700 From: Joshua Lewis To: "freebsd-questions@freebsd.org" Message-ID: Mime-version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Creating a socket file by hand 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, 11 Apr 2005 22:03:06 -0000 Dear list, I am setting up a Mail Server with postfix and trying to add spam filtering and anti virus filtering. The ClamAV program is trying to read /var/run/clamav/clamd. The directory is there but the socket file is not. How do I create a socket file by hand/ Thanks Joshua