From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 10:54:26 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 DC8D816A41F for ; Mon, 19 Dec 2005 10:54:25 +0000 (GMT) (envelope-from gojyo83@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4601A43D5F for ; Mon, 19 Dec 2005 10:54:25 +0000 (GMT) (envelope-from gojyo83@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so1068580wra for ; Mon, 19 Dec 2005 02:54:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=lADmwsL98tXeBM+9X09aC5E3U1JDLum2bc4DmnD4S4ycqc06eArygaXE+USC/azgzOSjA4GWZVmSzRRaYvM5Ofv5z++Mh+cbia8D6rfhL2j4DjetI4NY8miYNaK02HYU+r9WRf3GCzdt6Sz6/btWitDq8oY1m9pcHluR+ajzl9M= Received: by 10.65.177.16 with SMTP id e16mr2903406qbp; Mon, 19 Dec 2005 02:54:24 -0800 (PST) Received: by 10.65.113.1 with HTTP; Mon, 19 Dec 2005 02:54:24 -0800 (PST) Message-ID: Date: Mon, 19 Dec 2005 11:54:24 +0100 From: Gojyo To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 10:54:26 -0000 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. Talking about logs, the "messages" log shows me nothing related, while "maiilog" prints this line when I start the script: 1134993056.844518 status: local 0/10 remote 0/20 trying to telnetl localhost on port 25 refuses the connection. I think is a qmail related problem (and not, say, firewall related), since = I have other services running whithout problems, like Samba and OpenSSH. Any idea? Thanks again!