home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / vmsnet / mail / pmdf / 2582 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  2.3 KB

  1. Path: sparky!uunet!decwrl!infopiz!mccall!ipmdf-newsgate!list
  2. Newsgroups: vmsnet.mail.pmdf
  3. Subject: Forcing lowercase usernames
  4. Message-ID: <01GR1KLRQ8FM8WW65X@MEC.OHIO.GOV>
  5. From: "Jim Lovsey, MEC, (614)221-8005" <lovsey@mec.ohio.gov>
  6. Date: 11 Nov 1992 23:37:18 -0500 (EST)
  7. Organization: Metropolitan Educational Council
  8. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  9. Resent-Date: 11 Nov 1992 23:37:18 -0500 (EST)
  10. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  11. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  12. Resent-Message-ID: <01GR1EE3KL1U8ZGT9S@YMIR.CLAREMONT.EDU>
  13. X-Vms-To: IN%"ipmdf@ymir.claremont.edu"
  14. Mime-Version: 1.0
  15. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  16. Content-Transfer-Encoding: 7BIT
  17. Lines: 39
  18.  
  19.  
  20. I recently setup a uucp connection to a Unix host that is really picky
  21. about case.  I added a lowercase rewrite rule for them, something like:
  22.  
  23. unixhost  $u@unixhost
  24.  
  25. I swapped a few test messages with them and all was well.  Since the
  26. people that really wanted to exchange mail with the new Unix host are my
  27. A1 neighbors, I logged into their machine and sent a test message from
  28. All-in-One.  PMDF-MR did it's magic and things looked fine.  A few minutes
  29. later, bounced message.  I looked at the headers and low-and-behold, it
  30. read   USER@unixhost.  Message Router evidently feels it has a civic duty
  31. to uppercase everything.  Since I had foolishly already told the A1 people
  32. that this was working, I needed to fix this up in a hurry, so I added the
  33. unixhost uppercase usernames to the general database and substituted the
  34. lowercase name.  They only have five or six users so this was easy to do.
  35. I had entries like:
  36.  
  37. FRED    fred
  38. BOB    bob
  39.  
  40. I then changed the rewrite rule to:
  41.  
  42. unixhost  $($u)@unixhost
  43.  
  44. This worked like a charm but there must be a better way to handle this.
  45. Suggestions?
  46.  
  47. Thanks,
  48.  
  49. --- Jim
  50.  
  51. +-----------------------------------------------------------------------------+
  52. + Jim Lovsey, System Administrator        Internet: lovsey@mec.ohio.gov       +
  53. + Metropolitan Educational Council                  lovsey.j@oecn.ohio.gov    +
  54. + Ohio Educational Computer Network         BITNET: lovsey@ohstpy             +
  55. + 180 E. Engler Street                        UUCP: mecsys!lovsey             +
  56. + Columbus, Ohio 43215                Voice: (614)221-8005 FAX: (614)221-6050 +
  57. +-----------------------------------------------------------------------------+
  58.