From owner-freebsd-questions@FreeBSD.ORG Fri Dec 24 18:17:33 2004 Return-Path: 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 09DBA16A4CE for ; Fri, 24 Dec 2004 18:17:33 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3396E43D41 for ; Fri, 24 Dec 2004 18:17:32 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a130.otenet.gr [212.205.215.130]) iBOIHT2h019086; Fri, 24 Dec 2004 20:17:30 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id iBOIHTDx019209; Fri, 24 Dec 2004 20:17:29 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id iBOIHSDV019208; Fri, 24 Dec 2004 20:17:28 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 24 Dec 2004 20:17:28 +0200 From: Giorgos Keramidas To: Alfredo Perez Message-ID: <20041224181727.GB18851@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-questions@freebsd.org Subject: Re: Error sending email with mutt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2004 18:17:33 -0000 On 2004-12-24 13:04, Alfredo Perez wrote: > Hi I am running freebsd 5.3 Release > > I am trying to send emails with Mutt and I am getting this message: > > SMTP 552 sorry, You envelop sender domain must exist" > > Does anybody knows what it means and how I can fix it? Add this option to your .muttrc file: set envelope_from=yes # set envelope-from address from From: header See if that fixes the problem. You are probably trying to post with mutt through the MTA of your machine without having a resolvable host/domain.