From owner-freebsd-questions@FreeBSD.ORG Sat Oct 22 22:43:35 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 1726716A41F for ; Sat, 22 Oct 2005 22:43:35 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id A78BD43D45 for ; Sat, 22 Oct 2005 22:43:34 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id BF7885CE7; Sat, 22 Oct 2005 18:43:33 -0400 (EDT) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 59359-08; Sat, 22 Oct 2005 18:43:33 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-76-130.ny325.east.verizon.net [68.161.76.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id D79435C1F; Sat, 22 Oct 2005 18:43:32 -0400 (EDT) Message-ID: <435AC095.80904@mac.com> Date: Sat, 22 Oct 2005 18:43:33 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stan References: <20051022204350.GD23610@teddy.fas.com> In-Reply-To: <20051022204350.GD23610@teddy.fas.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: Free BSD Questions list Subject: Re: Why is sendmail rewriting incoming adresses like this? 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: Sat, 22 Oct 2005 22:43:35 -0000 stan wrote: > I've got the in tree sendmail set up on a 4.11-RELEASE machine, and I'm > seeing somethign I do not understand. > > If I send it mail with a To that looks like this: > > fo@xx.yy.com > > It's getting rewriten to: > > foo@yy.com I'd guess your virtusertable is doing it, but remove the -o flags ("hash -o ...") since that option prevents you from seeing errors with them. Do something like this: echo "3,0 foo@xx.yy.com" | sendmail -bt -d0 -- -Chuck