From owner-freebsd-questions@FreeBSD.ORG Tue Mar 3 21:17:52 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 0189A106566B for ; Tue, 3 Mar 2009 21:17:52 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f158.google.com (mail-fx0-f158.google.com [209.85.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 829868FC12 for ; Tue, 3 Mar 2009 21:17:51 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by fxm2 with SMTP id 2so2572862fxm.43 for ; Tue, 03 Mar 2009 13:17:50 -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=eaYLH+g4J4qYnc9q+UaYYUKLIsOSNjQ50UBimWabFIg=; b=E/3u/yzwxwk4arr923mjsoVQ20vtfWCC4OYyT9fDoxEDZGbJfiqszhjhgVot5MShrC 8FcJQ2/0LXzbuugrK/m+M5eoIpq1/pia1ZTk2EhPMRvZbJ7T9WYlxXt4OTHJKlpCAjrU 7aDAiBVxO1pm7Ls5XqGZc77o2sDQNroQrRw3I= 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=aOghfcjr50hRF9OZeR3cZI/6HS9cXgBatTb/BzTibbYVU6jw+zcBpGPM1dgv//N2Hr gAiejpcaGROomRukLPjzIKMqlqTKPaJbZxt6dGDhkhCP1x9sRRlzR+xr2fSgdIlu7w++ WgLprwKptvk9zBPnbLxahG00fl8+u06CUktS0= MIME-Version: 1.0 Received: by 10.223.105.72 with SMTP id s8mr6596192fao.9.1236115070442; Tue, 03 Mar 2009 13:17:50 -0800 (PST) In-Reply-To: <27ade5280903031310u6d7956u830938f27ea535c6@mail.gmail.com> References: <27ade5280903011124v4d6d9fdq2071d5ab44a37ca9@mail.gmail.com> <4ad871310903021914q647d6a40ncdb0bb9d8a3582c9@mail.gmail.com> <27ade5280903031310u6d7956u830938f27ea535c6@mail.gmail.com> Date: Tue, 3 Mar 2009 16:17:50 -0500 Message-ID: <4ad871310903031317q353395edh401700f8d4ce9b4c@mail.gmail.com> From: Glen Barber To: APseudoUtopia Content-Type: text/plain; charset=ISO-8859-1 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 21:17:52 -0000 On Tue, Mar 3, 2009 at 4:10 PM, APseudoUtopia wro= te: > 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 > * =A0 =A0 =A0 * =A0 =A0 =A0 * =A0 =A0 =A0 * =A0 =A0 =A0 * =A0 =A0 =A0 /sb= in/ping -c4 localhost > > I'm getting no emails at all. In /var/log/maillog, I'm getting the > following output: > > Mar =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. Have you tried to send the mail locally first? --=20 Glen Barber