From owner-freebsd-questions@FreeBSD.ORG Tue Mar 3 22:29:03 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 A69F3106564A for ; Tue, 3 Mar 2009 22:29:03 +0000 (UTC) (envelope-from apseudoutopia@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 5FF198FC08 for ; Tue, 3 Mar 2009 22:29:03 +0000 (UTC) (envelope-from apseudoutopia@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so1674484ywt.13 for ; Tue, 03 Mar 2009 14:29:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=bb/42TsySMoauO9Hx3aF+c3lnlPQDwq/IbWt6lMN3Qo=; b=t3C6eF4r1xSdee8e1RNmOejJKxYjRQbPhwfPQ1rS6ssCjwQx6oHVfHVtBc0P75347a 3kV8UGd4AC/DqO489Z/jaRWmk6PFICI7hLJt5EaAf0PgBd71HnzSL+wVXRU0gYKjjPBt muZECEGTTGGrsYnqTy9Gb329BhRn7MIQ7LayI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=CasJYxU+97FM/rxyfoF+AmZpLQZPB18dj3DdP+7YJML+BDqe5dMcN0Oxw8xBWfPGIx oSwuqWGcdoCK9mY4dOkeIXfSKatvc7Vjvun2YeHlJ5IngIsjjgvo4upMQ/QYx7776Beq 6/xEgxZtkisu+6ARaxVPu/mRaWllTauhz/um0= MIME-Version: 1.0 Received: by 10.142.107.5 with SMTP id f5mr943657wfc.130.1236119342216; Tue, 03 Mar 2009 14:29:02 -0800 (PST) In-Reply-To: <4ad871310903031317q353395edh401700f8d4ce9b4c@mail.gmail.com> References: <27ade5280903011124v4d6d9fdq2071d5ab44a37ca9@mail.gmail.com> <4ad871310903021914q647d6a40ncdb0bb9d8a3582c9@mail.gmail.com> <27ade5280903031310u6d7956u830938f27ea535c6@mail.gmail.com> <4ad871310903031317q353395edh401700f8d4ce9b4c@mail.gmail.com> Date: Tue, 3 Mar 2009 17:29:02 -0500 Message-ID: <27ade5280903031429ldb69344hcbff8fe4eb6a4a91@mail.gmail.com> From: APseudoUtopia To: Glen Barber Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org 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 22:29:03 -0000 On Tue, Mar 3, 2009 at 4:17 PM, Glen Barber wrote= : > On Tue, Mar 3, 2009 at 4:10 PM, APseudoUtopia w= rote: >> 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=3D/bin/sh >> MAILTO=3Dmy_email_account@gmail.com >> * =C2=A0 =C2=A0 =C2=A0 * =C2=A0 =C2=A0 =C2=A0 * =C2=A0 =C2=A0 =C2=A0 * = =C2=A0 =C2=A0 =C2=A0 * =C2=A0 =C2=A0 =C2=A0 /sbin/ping -c4 localhost >> >> I'm getting no emails at all. In /var/log/maillog, I'm getting the >> following output: >> >> Mar =C2=A03 21:10:00 domain sendmail[86797]: n23LA0td086797: from=3Dwww, >> size=3D0, class=3D0, nrcpts=3D0, >> msgid=3D<200903032110.n23LA0td086797@subdomain.domain.tld>, >> relay=3Dwww@localhost >> > > You've replaced a problem with another problem. =C2=A0Have you tried to > send the mail locally first? > > -- > Glen Barber > I have tested it - and sending mail manually from command line to the gmail account works fine without any problems.