From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 18:58:45 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 1201316A41F for ; Sun, 18 Dec 2005 18:58:45 +0000 (GMT) (envelope-from gojyo83@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A5BA43D5E for ; Sun, 18 Dec 2005 18:58:39 +0000 (GMT) (envelope-from gojyo83@gmail.com) Received: by zproxy.gmail.com with SMTP id 4so1752715nzn for ; Sun, 18 Dec 2005 10:58:38 -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=jTU3y+ONsYkyIOoOypKxvFQIUy943Ie+Q8f6pp6MnQm/HG8XSxntT9ZNk16LHhm8ABTOkfZQQr9wE9OENRByRg2kiZa+gW5IXoBi6UXQA5RpTazzi8VYnXkCebwAOORJ8JK+YJ/prvfv39iEAL3QOHOgcH2MwT65Yq+HIsSwYLM= Received: by 10.65.148.13 with SMTP id a13mr4410462qbo; Sun, 18 Dec 2005 10:58:38 -0800 (PST) Received: by 10.65.113.1 with HTTP; Sun, 18 Dec 2005 10:58:38 -0800 (PST) Message-ID: Date: Sun, 18 Dec 2005 19:58:38 +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: 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: Sun, 18 Dec 2005 18:58:45 -0000 I've some problem making qmail work. I've installed qmail (with smtp auth support), ucspi-tcp and daemontools from the ports tree (I'm using Freebsd 6.0). I've disabled sendmail running the enable-qmail script after qmail installation (and I can see it's not running), I've copied the "maildir" start script from /var/qmail/boot to /var/qmail/rc and added qmail_enable=3D"YES" to /etc/rc.conf. Now I can't exactly understand what I have to do: I think I have to run qmail from the svscan service, but I really cannot figure out how to do it. I need some help.... thanks!