From owner-freebsd-questions@FreeBSD.ORG Tue Mar 3 21:52:19 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 C955F1065670 for ; Tue, 3 Mar 2009 21:52:19 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from proxy3.bredband.net (proxy3.bredband.net [195.54.101.73]) by mx1.freebsd.org (Postfix) with ESMTP id 7BE6A8FC1D for ; Tue, 3 Mar 2009 21:52:19 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from ironport.bredband.com (195.54.101.120) by proxy3.bredband.net (7.3.139) id 49A540400027EC3A for freebsd-questions@freebsd.org; Tue, 3 Mar 2009 22:52:18 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvJTANI1rUlV4jp1PGdsb2JhbACBToc8g0cPhmCBHQEBAQE1swkIj0uCTgiBMAY X-IronPort-AV: E=Sophos;i="4.38,297,1233529200"; d="scan'208";a="493031851" Received: from c-753ae255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.58.117]) by ironport1.bredband.com with ESMTP; 03 Mar 2009 22:52:06 +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 n23Lq5VP073099 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 3 Mar 2009 22:52:05 +0100 (CET) (envelope-from freebsd-questions@pp.dyndns.biz) Message-ID: <49ADA685.9060702@pp.dyndns.biz> Date: Tue, 03 Mar 2009 22:52:05 +0100 From: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= User-Agent: Thunderbird 2.0.0.19 (X11/20090127) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <27ade5280903011124v4d6d9fdq2071d5ab44a37ca9@mail.gmail.com> <4ad871310903021914q647d6a40ncdb0bb9d8a3582c9@mail.gmail.com> <27ade5280903031310u6d7956u830938f27ea535c6@mail.gmail.com> <4ad871310903031317q353395edh401700f8d4ce9b4c@mail.gmail.com> In-Reply-To: <4ad871310903031317q353395edh401700f8d4ce9b4c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 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: Tue, 03 Mar 2009 21:52:20 -0000 Glen Barber wrote: > On Tue, Mar 3, 2009 at 4:10 PM, APseudoUtopia wrote: >> Thanks for the tips. I've put the following line in my normal user >> account's crontab (This account does have a shell, it's one I use on a >> daily basis): >> >> SHELL=/bin/sh >> MAILTO=my_email_account@gmail.com >> * * * * * /sbin/ping -c4 localhost >> >> I'm getting no emails at all. In /var/log/maillog, I'm getting the >> following output: >> >> Mar 3 21:10:00 domain sendmail[86797]: n23LA0td086797: from=www, >> size=0, class=0, nrcpts=0, >> msgid=<200903032110.n23LA0td086797@subdomain.domain.tld>, >> relay=www@localhost Isn't "www@localhost" a very weird hostname for a relay? Can you really resolve that into an IP address? /Morgan