From owner-freebsd-questions@FreeBSD.ORG Sun Jun 14 19:28:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A0A4106567C for ; Sun, 14 Jun 2009 19:28:24 +0000 (UTC) (envelope-from ottk@zzz.ee) Received: from zzz.ee (kalah.zzz.ee [194.204.30.253]) by mx1.freebsd.org (Postfix) with ESMTP id BC33B8FC14 for ; Sun, 14 Jun 2009 19:28:23 +0000 (UTC) (envelope-from ottk@zzz.ee) Received: from zzz.ee (localhost.zzz.ee [127.0.0.1]) by zzz.ee (Postfix) with ESMTP id 5927AFD7DD; Sun, 14 Jun 2009 22:28:22 +0300 (EEST) Received: by zzz.ee (Postfix, from userid 3019) id 48020FD7C2; Sun, 14 Jun 2009 22:28:22 +0300 (EEST) X-Spam-Checker-Version: SpamAssassin on spamassassin.zzz.ee X-Spam-Level: X-Spam-Guessed-Language: X-Spam-Status: No, score=-10.5 required=5.0 tests=ALL_TRUSTED,BAYES_05 X-Spam-Checker-URL: http://info.zzz.ee Received: from unknown-00-0f-ea-cc-7f-eb.lan (87-119-181-26.tll.elisa.ee [87.119.181.26]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by zzz.ee (Postfix) with ESMTPS id BE3EEFD7A2; Sun, 14 Jun 2009 22:28:18 +0300 (EEST) From: Ott =?utf-8?q?K=C3=B6stner?= To: freebsd-questions@freebsd.org, carmel_ny@hotmail.com Date: Sun, 14 Jun 2009 22:28:17 +0300 User-Agent: KMail/1.9.10 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906142228.17898.ottk@zzz.ee> X-Virus-Scanned: ClamAV using ClamSMTP @zzz.ee Cc: Subject: Re: Unable to start clamsmtpd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2009 19:28:25 -0000 On Sunday 14 June 2009 9:28:31 pm Carmel wrote: > I just installed clamsmtpd on a fresh FreeBSD-7.2 installation. When I > attempt to start the program via the start up script supplied by the > port maintainer, I receive this error message: > > Clamsmtpd: invalid Outaddress socket name or ip: start I have clamsmtp running fine on my mail server. Hope I can help You. First, please check that the directory, where clamsmtpd creates socket, is writable by clamsmtpd user. For example, I have yhe following lines in my config file: [...] # The address clamd is listening on ClamAddress: /var/run/clamav/clamd.sock [...] # User to switch to User: clamav ...and... # ls -ld /var/run/clamav/ drwxr-xr-x 2 clamav clamav 512 Nov 27 2008 /var/run/clamav/ # ls -l /var/run/clamav/clamd.sock srwxrwxrwx 1 clamav clamav 0 Nov 27 2008 /var/run/clamav/clamd.sock