From owner-freebsd-questions@FreeBSD.ORG Sun Oct 10 15:58:34 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 88B3C16A4CE for ; Sun, 10 Oct 2004 15:58:34 +0000 (GMT) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61EEA43D41 for ; Sun, 10 Oct 2004 15:58:34 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.13.1/8.13.1) with ESMTP id i9AFwXOH069768 for ; Sun, 10 Oct 2004 08:58:33 -0700 (PDT) (envelope-from admin2@enabled.com) From: "Noah" To: freebsd-questions@freebsd.org Date: Sun, 10 Oct 2004 07:58:33 -0800 Message-Id: <20041010154602.M57142@enabled.com> X-Mailer: Open WebMail 2.40 20040816 X-OriginatingIP: 67.161.56.189 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: sendmail and virtualusers 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: Sun, 10 Oct 2004 15:58:34 -0000 freebsd-4.9 sendmail-sasl-8.13.1 I am finding a strange problem where I am multihosting multiple domains and have multiple virtualusers in /etc/mail/virtualusers that exist in many different domains. I have one entry for mail to domain1.com - looks like this: --- snip --- ###domain1.com com@domain1.com user1 --- snip --- but when I send mail to blah@domain1.com I thought it would bounce but instead it appears in my personal mailbox with the username user2 (user1 is a different account). I am even sending mail from a remote machine. I cant figure out why it is delivered to me and also cant figure out why a bounce is not sent to the originator. any clues here? cheers, Noah