From owner-freebsd-stable Mon Sep 25 22: 4:56 2000 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 3033D37B43F for ; Mon, 25 Sep 2000 22:04:54 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.11.1/8.11.1) id e8Q54qL18813; Mon, 25 Sep 2000 22:04:52 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14800.11892.20388.933360@horsey.gshapiro.net> Date: Mon, 25 Sep 2000 22:04:52 -0700 (PDT) From: Gregory Neil Shapiro To: "Taki Shirayanagi" Cc: Subject: Re: Sendmail and usernames In-Reply-To: <010201c02777$0c7fd6b0$020010ac@C1071271b> References: <010201c02777$0c7fd6b0$020010ac@C1071271b> X-Mailer: VM 6.75 under 21.2 (beta35) "Nike" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taki00> When i create a username that has a uppercase username such as taki00> Takiman and then try to send mail to it it says User unknown. But if taki00> the username is all lowercase the email works fine. taki00> Is there something wrong with my sendmail? i am using sendmail 8.11 You need to set F=u in the local mailer flags in order to preserve case distinction. You can do this by adding this to your .mc file: MODIFY_MAILER_FLAGS(`LOCAL', `+u')dnl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message