From owner-freebsd-questions@FreeBSD.ORG Tue Mar 10 15:53:42 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 2DD4F1065736 for ; Tue, 10 Mar 2009 15:53:42 +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 D80438FC1B for ; Tue, 10 Mar 2009 15:53:41 +0000 (UTC) (envelope-from apseudoutopia@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so60233ywt.13 for ; Tue, 10 Mar 2009 08:53:41 -0700 (PDT) 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:content-type :content-transfer-encoding; bh=GbCB1+eiZqk1AD1WjsNmrV9NDkogQPrby80J2mnz/Gw=; b=HciU1pgLLk806VA9Nb6U7wdNraBNHKlfzza8APra+hdhpSjmuTl4heAHrnYjUxD0VH 4Lr9SsbPlwcNxedbbKm56vFk5nrNV1vO7WoygmLA7KzqM5evd22J5fUfAWIcc5gWHlhV LXt6etKT5+WPE5n3qT9wRDIJ2v8IIgqJKsX1o= 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 :content-type:content-transfer-encoding; b=siAkDdF38ZqhEyQYTWOVc7rmP2ouildV2vkYLE7DZIyTGeyu08ZQpUiaC4Y4dWy2jt VDYXgS936N8XocFMNCZf5CjBu8ypeUl0Psgrnfs4bY1s3QSCNGFo8Zy2Fnwt/haNht7g VYZE7Ns/6k+pKUCRquDeoVl9wfK47iX+Fj49I= MIME-Version: 1.0 Received: by 10.142.105.10 with SMTP id d10mr3146021wfc.71.1236700420833; Tue, 10 Mar 2009 08:53:40 -0700 (PDT) In-Reply-To: <49AEA07C.7000904@pp.dyndns.biz> 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> <49AEA07C.7000904@pp.dyndns.biz> Date: Tue, 10 Mar 2009 11:53:40 -0400 Message-ID: <27ade5280903100853n1d34e787x87b6c9ab544d133a@mail.gmail.com> From: APseudoUtopia To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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, 10 Mar 2009 15:53:42 -0000 On Wed, Mar 4, 2009 at 11:38 AM, Morgan Wesstr=C3=B6m wrote: >> 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. =C2=A0I'll try goin= g >> 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 > _______________________________________________ I still can't figure this whole issue out. I've tried everything suggested in this thread, including reverting back to the default sendmail config files. I created a work-around by just piping all my crontabs into /usr/bin/mail and sending output using that method. It doesn't solve it, but it works for now. Thanks for all the help.