From owner-freebsd-questions@FreeBSD.ORG Wed Jul 30 12:53:00 2008 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 803D2106567A for ; Wed, 30 Jul 2008 12:53:00 +0000 (UTC) (envelope-from andy.christianson.2@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.236]) by mx1.freebsd.org (Postfix) with ESMTP id 0714D8FC64 for ; Wed, 30 Jul 2008 12:52:59 +0000 (UTC) (envelope-from andy.christianson.2@gmail.com) Received: by qb-out-0506.google.com with SMTP id e34so160025qbe.35 for ; Wed, 30 Jul 2008 05:52:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=WT48WCMld5xzTrxtfq4+avp755mvF3GNsQrLpkqvJWU=; b=YdgYzhVVe9/t/Lu8K6I7074Phro/0hgyiWQ2WKnWaDnP0RHVWFqcKCiOsKUc8xsftn G5gTXpnVxPcF4J33bv5s2h5TtwMupkOEMhHBdRiAhu89QFfI20QjNKY1H1ZrqxSTOZZJ YLhaaHnHdeagEws+Sin6gPKp1Z8we4YQwrwCo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=rVI2r9BcAkJfD603RAjPYNo6T9h8T5k0lPY62NmfLpy9j5NnsPAhcKSK3qR8j8qiSb iRmHvS1UnLil7FJ77goXA3RQr5Wbq7/Hcwsq8y9RiOz0DPAbJJhQfHNFwZs4H+GPIzrD oDs6Z4fF2vodlVj+fm0loAEHPi+brYOpAB6nk= Received: by 10.141.84.17 with SMTP id m17mr4195402rvl.48.1217422378531; Wed, 30 Jul 2008 05:52:58 -0700 (PDT) Received: by 10.141.90.11 with HTTP; Wed, 30 Jul 2008 05:52:58 -0700 (PDT) Message-ID: <24cec69a0807300552j4a9a5d26x61077a58415b2043@mail.gmail.com> Date: Wed, 30 Jul 2008 08:52:58 -0400 From: "Andy Christianson" To: "Ruben de Groot" In-Reply-To: <20080730073222.GA48638@ei.bzerk.org> MIME-Version: 1.0 References: <24cec69a0807291826p6edc2c43ya7aa09b57e8c99ff@mail.gmail.com> <20080730073222.GA48638@ei.bzerk.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Mail Heading to dead.letter 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, 30 Jul 2008 12:53:00 -0000 Sendmail is running & DNS is working. See the following output: [root@fbsd /home/andy]# /etc/rc.d/sendmail status sendmail_submit is running as pid 71703. sendmail_clientmqueue is running as pid 675. [root@fbsd /home/andy]# ping gmail.com PING gmail.com (64.233.161.83): 56 data bytes 64 bytes from 64.233.161.83: icmp_seq=0 ttl=239 time=19.943 ms 64 bytes from 64.233.161.83: icmp_seq=1 ttl=239 time=22.096 ms 64 bytes from 64.233.161.83: icmp_seq=2 ttl=239 time=22.568 ms 64 bytes from 64.233.161.83: icmp_seq=3 ttl=239 time=19.368 ms ^C --- gmail.com ping statistics --- 4 packets transmitted, 4 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 19.368/20.994/22.568/1.364 ms [root@fbsd /home/andy]# mail andy.christianson.2@gmail.com Subject: Test This is a test!! EOT [root@fbsd /home/andy]# exit exit [andy@fbsd ~]$ mail andy.christianson.2@gmail.com Subject: Another test!! Test sent from a normal user EOT [andy@fbsd ~]$ /home/andy/dead.letter... Saved message in /home/andy/dead.letter On Wed, Jul 30, 2008 at 3:32 AM, Ruben de Groot wrote: > > Check if sendmail is running and your DNS is working. > > regards, > Ruben > > On Tue, Jul 29, 2008 at 09:26:50PM -0400, Andy Christianson typed: > > Whenever I send any email from my normal user account, it goes straight > to > > dead.letter, even if I attempt to mail a local user. When I try to send > mail > > as root, it simply does not send. I have a very basic, updated FreeBSD > 7.0 > > installation. Mail has not worked since I installed 7.0 about 42 days > ago. I > > am able to ping internet addresses as well as well as resolve domain > names. > > > > At the very least, can someone point me in the correct direction to start > > debugging this? I have read relevant sections in the FreeBSD handbook as > > well as sendmail manpages, etc. > > > > Thanks in advance for any help! > > > > -Andy > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >