From owner-freebsd-questions Mon Feb 25 14:35:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from auucp0.ams.ops.eu.uu.net (auucp0.ams.ops.eu.uu.net [195.129.70.39]) by hub.freebsd.org (Postfix) with ESMTP id 82FBE37B404 for ; Mon, 25 Feb 2002 14:35:33 -0800 (PST) Received: from stuyts by uucp.nl.uu.net with UUCP id ; Mon, 25 Feb 2002 22:35:25 +0000 Received: from lodovik.stuyts.nl (lodovik.stuyts.nl [193.78.231.31]) by terminus.stuyts.nl (8.11.6/8.11.6) with ESMTP id g1PMXmv29485 for ; Mon, 25 Feb 2002 23:33:48 +0100 (CET) (envelope-from ben@stuyts.nl) Message-Id: <4.3.2.7.2.20020225231649.03926ca0@terminus> X-Sender: benst@terminus X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Mon, 25 Feb 2002 23:33:58 +0100 To: freebsd-questions@freebsd.org From: Ben Stuyts Subject: sendmail config problem with virtual domain Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am setting up a virtual email domain on a -stable system. Sometimes the From: addresses to this virtual domain are rewritten with the original domain. For example: I have a login on this server as ben@domain.com. Let's say the virtual domain is called virtualdomain.com. In the virtusertable is an entry: ben@virtualdomain.com ben@stuyts.nl I send mail from here (at stuyts.nl) as ben@virtualdomain.com to ben@virtualdomain.com. However, when I receive this mail back at stuyts.nl, the From: ben@virtualdomain.com is changed into ben@domain.com. The To: line is still intact. Any idea what I'm doing wrong? The sendmail.mc is basically a stock freebsd.mc with the addition of: FEATURE(`accept_unqualified_senders') define(`confDOMAIN_NAME', `host.provider.nl')dnl FEATURE(genericstable) GENERICS_DOMAIN(`host.domain.com') VIRTUSER_DOMAIN(`virtualdomain.com') The genericstable is empty. I would very much appreciate help with this issue. I read all the documentation (cf/README and the virtual hosting page on sendmail.org), but I can't find the problem. Thanks, Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message