From owner-freebsd-questions Sun Aug 11 12:03:43 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA05830 for questions-outgoing; Sun, 11 Aug 1996 12:03:43 -0700 (PDT) Received: from cyclone.degnet.baynet.de (root@cyclone.degnet.baynet.de [194.95.214.129]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA05817 for ; Sun, 11 Aug 1996 12:03:39 -0700 (PDT) Received: from neuron.bsd.uni-passau.de (ppp2 [194.95.214.132]) by cyclone.degnet.baynet.de (8.6.12/8.6.9) with SMTP id VAA13801; Sun, 11 Aug 1996 21:05:53 +0200 Message-ID: <320E4958.6E1F@degnet.baynet.de> Date: Sun, 11 Aug 1996 20:58:00 +0000 From: Darius Moos Reply-To: moos@degnet.baynet.de X-Mailer: Mozilla 3.0b5aGold (Win95; I) MIME-Version: 1.0 To: "Haralds Jakovels (Exchange)" CC: FreeBSD-questions Subject: Re: [Q-quick]: sendmail cannot rec. mail for usernames with uppercase-letters References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thanks for your reply, yes this works with aliases and that aliases can contain uppercase- letters, but that was NOT my problem. I have several users and unfortunately the usernames are already build containing uppercase-letters. So i need to work with the existing password-database and i have to make sendmail to accept this usernames. Again: i want sendmail to accept usernames with uppercase-letters that already exist and are real entries in the passwd. Again any help is highly appreciated. Bye, Darius. Haralds Jakovels (Exchange) wrote: > > ii, > > you need to create an alias for the user. aliases are located in > /etc/aliases file. after modifying the file, run newaliases. that's it > =) > > h. > > >Hi, > > > >i have a quick question. > >I'm running FreeBSD-2.1. Everything works fine. > >EXCEPT: sendmail receives and delivers emails for all users with > > usernames all lowercase, BUT when sending email to users > > with usernames that include also uppercase-letters > > (like Test@bla.bla), sendmail brings the following error: > > "Test@bla.bla... User unknown", when sending it with > > mail. > >After this i (the sender) receive a mail from MAILER-DAEMON saying: > > . > > . > > . > > Subject: Returned mail: User unknown > > . > > . > > Test@bla.bla (unrecoverable error) > > > > ----- Transcript of session follows ----- > > 550 Test@bla.bla... User unknown > > > >"Test" is a user on my machine "bla.bla" > > > >How can i force sendmail to deliver mail to users with > >uppercase-letters > >in their usernames ? > > > >Any help is appreciated. > > > >Thanks a lot. > > > >Bye, Darius. > > > >email: moos@degnet.baynet.de > >