Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2005 18:43:33 -0400
From:      Chuck Swiger <cswiger@mac.com>
To:        stan <stanb@panix.com>
Cc:        Free BSD Questions list <freebsd-questions@freebsd.org>
Subject:   Re: Why is sendmail rewriting incoming adresses like this?
Message-ID:  <435AC095.80904@mac.com>
In-Reply-To: <20051022204350.GD23610@teddy.fas.com>
References:  <20051022204350.GD23610@teddy.fas.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?435AC095.80904>