From owner-freebsd-questions@FreeBSD.ORG Tue Jun 7 22:44:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8753E16A41C for ; Tue, 7 Jun 2005 22:44:40 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB6FA43D49 for ; Tue, 7 Jun 2005 22:44:39 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 12649 invoked by uid 207); 7 Jun 2005 22:44:38 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.151):. Processed in 0.450629 secs); 07 Jun 2005 22:44:38 -0000 Received: from dialup151.ach.sch.gr (HELO gothmog.gr) ([81.186.70.151]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 7 Jun 2005 22:44:37 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.3/8.13.3) with ESMTP id j57MiYxq004127; Wed, 8 Jun 2005 01:44:34 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.3/8.13.3/Submit) id j57MiYlH004126; Wed, 8 Jun 2005 01:44:34 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 8 Jun 2005 01:44:33 +0300 From: Giorgos Keramidas To: John Larson Message-ID: <20050607224433.GA4002@gothmog.gr> References: <20050607194035.37180.qmail@web20325.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050607194035.37180.qmail@web20325.mail.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: sendmail 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, 07 Jun 2005 22:44:40 -0000 On 2005-06-07 12:40, John Larson wrote: > I have freebsd 4.11 on a amd233 128mb edo ram. I have > a windows machine with a direct connection between two > nic cards for web page developement. I have perl, > mysql,Imagemagick all working. I am having problems > cofiguring sendmail to accept and route a web form to > the local user. > sendmail -bv larson says that larson is local and > deliverable the maillog says accepted and queued. when > I log in on the machine it says I have mail but when I > try to access the mail not mail availible. there is a > symbolic link between sendmail and mailwrapper. when I > execute mailwrapper it says that mailer.conf is not > mapped. what did I do wrong. Look in /var/mail and see if there's a ``larson'' file. If there is one, then set your MAIL environment to point to it. Then mail readers will be able to find your already delivered mail messages.