From owner-freebsd-questions@FreeBSD.ORG Thu Sep 25 16:33:35 2008 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 808641065691 for ; Thu, 25 Sep 2008 16:33:35 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 4CA028FC13 for ; Thu, 25 Sep 2008 16:33:35 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id D1498AFBC01; Thu, 25 Sep 2008 08:33:33 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 25 Sep 2008 18:33:31 +0200 User-Agent: KMail/1.9.7 References: <200809251135.02712.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809251833.32465.fbsd.questions@rachie.is-a-geek.net> Cc: Kurt Buff Subject: Re: periodic not working? 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: Thu, 25 Sep 2008 16:33:35 -0000 On Thursday 25 September 2008 17:55:39 Kurt Buff wrote: > On Thu, Sep 25, 2008 at 2:35 AM, Mel > > wrote: > > On Thursday 25 September 2008 03:07:13 Kurt Buff wrote: > >> I've got postfix installed for the MTA, and the main.cf, master.cf, > >> alias db hash and transport.db hash all look fine > >> > >> crontab looks just fine, too. > >> > >> I've run 'periodic daily' by hand from a root prompt, and get nothing, > >> whereas on the working machine I do get my email. > >> > >> Where might I start looking to fix this problem? > > > > They are in not in mailq? How about /var/mail/root then? > > > > -- > > Mel > > I've not found a directory called mailq. /var/mail/root does not exist > either. > > I've also checked in /var/spool/postfix/* and all directories are > empty or have zero-length files with dates from the installation of > postfix. > > And, now I think I've found the problem - in /var/log/maillog, I find > the following: > > Sep 25 03:01:21 loki postfix/smtp[24894]: D92DB1A4C67: > to=, relay=none, delay=0.12, > delays=0.11/0.01/0/0, dsn=5.4.6, status=bounced (mail for > loki.mycompany.com loops back to myself) > > All I have to do is figure this out, and I think I've got it. a) You run the relay_host in a jail, don't have inet_interfaces hardcoded to the main IP, and postfix sees the jail IP on the local interface (that's the tricky one). or b) Your /usr/local/etc/postfix/transport is not as correct as you think -- Mel Problem with today's modular software: they start with the modules and never get to the software part.