From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 15:31:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1BAEC16A41F for ; Mon, 19 Dec 2005 15:31:19 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B36D43D5E for ; Mon, 19 Dec 2005 15:31:15 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-8) with SMTP id jBJFV3ZJ021852; Mon, 19 Dec 2005 17:31:05 +0200 Received: by flame.pc (Postfix, from userid 1001) id 97DDB115BB; Mon, 19 Dec 2005 17:30:00 +0200 (EET) Date: Mon, 19 Dec 2005 17:30:00 +0200 From: Giorgos Keramidas To: Gojyo Message-ID: <20051219153000.GB6217@flame.pc> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: Running qmail 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: Mon, 19 Dec 2005 15:31:19 -0000 On 2005-12-19 11:54, Gojyo wrote: > Hi, > it seems that I have a issue with qmail itself. > Now I'm trying running it without daemontools (I can configure them later, > and, as Svein Halvor said, qmail should run as well without). > Now, /usr/local/etc/rc.d/qmail links correctly to /var/qmail/rc, which is a > copy of /var/qmail/boot/maildir. > At boot, the script is executed, and ps -A|grep qmail returns me this: > > 485 con- I 0:00.04 qmail-send > 501 con- I 0:00.01 splogger qmail > 502 con- I 0:00.01 qmail-lspawn ./Maildir/ > 503 con- I 0:00.01 qmail-rspawn > 504 con- I 0:00.01 qmail-clean > 606 p0 S+ 0:00.01 grep qmail > > However, no service is listening on port 25, as "sockstat -4l" tells me. > I've tryed using the others /var/qmail/boot scripts, but it's the same. That's because qmail-smtpd hasn't started. You have to do that separately from qmail-lspawn and qmail-rspawn.