From owner-freebsd-questions@FreeBSD.ORG Fri Jul 16 06:11:20 2010 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 E87A31065673 for ; Fri, 16 Jul 2010 06:11:20 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id BA66E8FC08 for ; Fri, 16 Jul 2010 06:11:20 +0000 (UTC) Received: from flosoft.no-ip.biz (ool-43542559.dyn.optonline.net [67.84.37.89]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0L5M00CZ9ZUVQEK0@mta1.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Fri, 16 Jul 2010 02:11:19 -0400 (EDT) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.4/8.14.3) with ESMTP id o6G6BN3t009565; Fri, 16 Jul 2010 02:11:23 -0400 Date: Fri, 16 Jul 2010 02:11:23 -0400 From: "Aryeh M. Friedman" In-reply-to: <28c02d5e05b71e9a03ff03caff36df8c.squirrel@pop.pknet.net> To: Peter Message-id: <20100716021123.01eb8004aryeh.friedman%gmail.com@flosoft.no-ip.biz> MIME-version: 1.0 X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <20100715235852.67f96193aryeh.friedman%gmail.com@flosoft.no-ip.biz> <28c02d5e05b71e9a03ff03caff36df8c.squirrel@pop.pknet.net> Cc: freebsd-questions@freebsd.org Subject: Re: qmail under 8.0-STABLE 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: Fri, 16 Jul 2010 06:11:21 -0000 On Thu, 15 Jul 2010 23:40:33 -0600 "Peter" wrote: > > I have the following config: > > > > FreeBSD ppert-zone.com 8.0-STABLE FreeBSD 8.0-STABLE #0: Wed Apr 14 > > 01:44:13 UTC 2010 > > root@canopus.ispsystem.net:/root/src/sys/i386/compile/ISPSYSTEM > > i386 > > > > it is a vps running via a jail. I have installed mail/qmail and > > added it to rc.conf. It starts just fine but no remote mail ever > > gets delivered/received. DNS wise the machine is pointed to a A > > record for it's domain but the provider has not (and will not) set > > up a reverse. > > > > Note: According to qmail-qstat/qmail-qread the mail is not in the > > queue either like it was before adding qmail startup to the rc.conf > > > > Ideas? > > What does the MX record for that domain point to? > [dig mx domain.com] No MX > > Are you sure qmail is running/listening? > [sockstat / netstat -an] Yes running > > Did you shutoff sendmail in rc.conf? > sendmail_enable="NONE" I think... No sendmail is not running > > ]Peter[ >