From owner-freebsd-questions@FreeBSD.ORG Wed Jul 6 02:00:36 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 4D89116A41C for ; Wed, 6 Jul 2005 02:00:36 +0000 (GMT) (envelope-from gshapiro@gshapiro.net) Received: from gir.gshapiro.net (gir.gshapiro.net [209.246.26.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E48A43D45 for ; Wed, 6 Jul 2005 02:00:36 +0000 (GMT) (envelope-from gshapiro@gshapiro.net) Received: from gir.gshapiro.net (localhost [127.0.0.1]) by gir.gshapiro.net (8.13.3/8.13.3) with ESMTP id j6620QwW026603 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 5 Jul 2005 19:00:26 -0700 (PDT) (envelope-from gshapiro@gir.gshapiro.net) Received: (from gshapiro@localhost) by gir.gshapiro.net (8.13.3/8.13.3/Submit) id j6620QZN026602; Tue, 5 Jul 2005 19:00:26 -0700 (PDT) (envelope-from gshapiro) Date: Tue, 5 Jul 2005 19:00:26 -0700 From: Gregory Neil Shapiro To: Giorgos Keramidas Message-ID: <20050706020026.GC69456@gir.gshapiro.net> References: <42CB29E4.8090203@vicor.com> <20050706015555.GA3301@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050706015555.GA3301@gothmog.gr> User-Agent: Mutt/1.5.8i Cc: freebsd-questions@freebsd.org, Julian Elischer Subject: Re: aaaargghh.. sendmail again 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, 06 Jul 2005 02:00:36 -0000 > Have you also tried sending email from a non-root account? The root > user is "exposed" by default in Sendmail. This means that the root user > will *NOT* be masqueraded or remapped through genericstable. You can > see that the root user is exposed by looking at the {E} class: > > gothmog:/etc/mail# grep '{E}' sendmail.cf > C{E}root That hasn't be the case since 8.10.0, released more than five years ago. Giorgos, you should update your configuration. 8.10.0/8.10.0 2000/03/01 CONFIG: Removed root from class E; use EXPOSED_USER(`root') to get the old behavior. Suggested by Joe Pruett of Q7 Enterprises.