From owner-freebsd-questions@FreeBSD.ORG Wed Mar 4 15:38:40 2009 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 868C61065670 for ; Wed, 4 Mar 2009 15:38:40 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from proxy1.bredband.net (proxy1.bredband.net [195.54.101.71]) by mx1.freebsd.org (Postfix) with ESMTP id 38F538FC08 for ; Wed, 4 Mar 2009 15:38:39 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from ironport2.bredband.com (195.54.101.122) by proxy1.bredband.net (7.3.139) id 49A3D1A300401249 for freebsd-questions@freebsd.org; Wed, 4 Mar 2009 16:38:38 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AudLALAurklV4jp1PGdsb2JhbACBTosVhneBHgEBAQE1wnyECAY Received: from c-753ae255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.58.117]) by ironport2.bredband.com with ESMTP; 04 Mar 2009 16:38:38 +0100 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.2/8.14.2) with ESMTP id n24FcaON092270 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 4 Mar 2009 16:38:37 +0100 (CET) (envelope-from freebsd-questions@pp.dyndns.biz) Message-ID: <49AEA07C.7000904@pp.dyndns.biz> Date: Wed, 04 Mar 2009 16:38:36 +0100 From: =?UTF-8?B?TW9yZ2FuIFdlc3N0csO2bQ==?= User-Agent: Thunderbird 2.0.0.19 (X11/20090127) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <27ade5280903011124v4d6d9fdq2071d5ab44a37ca9@mail.gmail.com> <49ADA685.9060702@pp.dyndns.biz> <27ade5280903031444i3df88842ub6087e1e3855b4c1@mail.gmail.com> <200903031409.43484.fbsd.questions@rachie.is-a-geek.net> <49ADC1CA.5090703@pp.dyndns.biz> <27ade5280903031719j60679b72r23e3f8fa41a9e86e@mail.gmail.com> <49AE59B1.4030406@pp.dyndns.biz> <27ade5280903040405m74a9eb75y7869d0e2163d16fa@mail.gmail.com> In-Reply-To: <27ade5280903040405m74a9eb75y7869d0e2163d16fa@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: Cron Not Sending Mail 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: Wed, 04 Mar 2009 15:38:40 -0000 > Yeah, I am aware what "dnl" does. The reason I commented that stuff > out is because I have no use for any of it - all those files (access, > local-host-names, mailertable, virtusertable, etc) are all empty by > default and I had no reason to add anything to them. I'll try going > back to the default config and putting the RELAY line in the access > file. > > Thanks once again for the help. I really do appreciate the time. Sendmail is not an open relay by default so you need at least one RELAY entry in /etc/mail/access for it to forward mail externally. I'm still curious of where it picks up that www@localhost but chances are it will disappear as soon as you have a valid access config. /Morgan