From owner-freebsd-questions Sun Jul 28 04:20:41 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA16434 for questions-outgoing; Sun, 28 Jul 1996 04:20:41 -0700 (PDT) Received: from sam.networx.ie (dublin-ts18-138.indigo.ie [194.125.134.138]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA16425 for ; Sun, 28 Jul 1996 04:20:38 -0700 (PDT) Received: from mip1.networx.ie (mip1.networx.ie [194.9.12.1]) by sam.networx.ie (8.6.12/8.6.12) with SMTP id JAA28775; Sun, 28 Jul 1996 09:27:10 +0100 X-Organisation: I.T. NetworX Ltd X-Business: Network Consultancy and Training X-Address: 67 Merrion Square, Dublin 2, Ireland X-Voice: +353-1-676-8866 X-Fax: +353-1-676-8868 Received: from mike.networx.ie by mip1.networx.ie Date: Sun, 28 Jul 1996 09:18:42 BST From: Michael Ryan Reply-To: mike@NetworX.ie Subject: Re: sendmail with multiple domains To: Kurt Schafer Cc: freebsd-questions@FreeBSD.ORG Message-Id: Priority: Normal Mime-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk (a) Put FEATURE(use_cw_file) in /usr/src/usr.sbin/sendmail/cf/cf/tcpproto.mc or wherever. (b) Put domainONE.com domainTWO.com in /etc/sendmail.cw (c) Run m4 < tcpproto.mc > /etc/sendmail.cf (d) Done. On Sun, 28 Jul 1996 00:02:42 -0400 Kurt Schafer wrote: > Could anybody help me find some information on how to setup an E-Mail system > to allow duplicate usernames on the same machine with different domain names ? > > ie. jdoe@domainONE.com and jdoe@domainTWO.com both handled on the same > machine. Mike ---