From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 01:06:19 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 4CA7B1065671 for ; Fri, 11 Jul 2008 01:06:19 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id A17518FC1D for ; Fri, 11 Jul 2008 01:06:18 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl103-86.kln.forthnet.gr [77.49.110.86]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-4) with ESMTP id m6B1643n004034 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 11 Jul 2008 04:06:12 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m6B164oq011154; Fri, 11 Jul 2008 04:06:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m6B162aQ011153; Fri, 11 Jul 2008 04:06:02 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: EdwardKing References: <002b01c8e2ed$4c486ac0$3f83a8c0@neusofteaf5839> Date: Fri, 11 Jul 2008 04:06:01 +0300 In-Reply-To: <002b01c8e2ed$4c486ac0$3f83a8c0@neusofteaf5839> (EdwardKing's message of "Fri, 11 Jul 2008 08:30:18 +0800") Message-ID: <871w21fcw6.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m6B1643n004034 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.765, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.63, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: mail not work 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: Fri, 11 Jul 2008 01:06:19 -0000 On Fri, 11 Jul 2008 08:30:18 +0800, EdwardKing wrote: > I use mailx command,such as Tom to Kate,I like following command: > $mail Kate > Subject:Hello > Hello world > (press Ctrl+D) > EOT > > Then I use user Kate to login,and check mail, > $mail > No mail for Kate > > Why I can't receive letter? where is wrong? mailx depends on a correctly configured `mail transfer agent', and it expects the *login* name of a user, not their real name. * Do you have a local user whose login name is `Kate'? * Did you do anything to enable Sendmail (the default mail transfer agent)? * What does the `/var/log/maillog' file contain?