From owner-freebsd-questions@FreeBSD.ORG Fri Jul 16 07:04:45 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 5BEC01065672 for ; Fri, 16 Jul 2010 07:04:45 +0000 (UTC) (envelope-from fbsdq@peterk.org) Received: from poshta.pknet.net (poshta.pknet.net [216.241.167.213]) by mx1.freebsd.org (Postfix) with ESMTP id C27528FC13 for ; Fri, 16 Jul 2010 07:04:44 +0000 (UTC) Received: (qmail 26853 invoked by uid 89); 16 Jul 2010 07:04:43 -0000 Received: from localhost (HELO pop.pknet.net) (127.0.0.1) by poshta.pknet.net with ESMTP; 16 Jul 2010 07:04:43 -0000 Received: from 216.241.170.11 (SquirrelMail authenticated user fbsdq@peterk.org) by pop.pknet.net with HTTP; Fri, 16 Jul 2010 01:04:44 -0600 Message-ID: In-Reply-To: <20100716021123.01eb8004aryeh.friedman%gmail.com@flosoft.no-ip.biz> References: <20100715235852.67f96193aryeh.friedman%gmail.com@flosoft.no-ip.biz> <28c02d5e05b71e9a03ff03caff36df8c.squirrel@pop.pknet.net> <20100716021123.01eb8004aryeh.friedman%gmail.com@flosoft.no-ip.biz> Date: Fri, 16 Jul 2010 01:04:44 -0600 From: "Peter" To: "Aryeh M. Friedman" User-Agent: SquirrelMail/1.4.20 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Peter , 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 07:04:45 -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 > You need an MX record for that domain. If using bind simplest way would be to: ie: for emails @domain.com domain.com. IN MX 1 mail.domain.com. as long as mail.domain.com resolves to the correct IP. If you want email for subdomains... ie:@qmail.domain.com mail.domain.com. IN MX 1 mail.domain.com. etc.etc. >> >> 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[ >> > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >