home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / mail / sendmail / 1925 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.1 KB

  1. Path: sparky!uunet!mcsun!fuug!demos!kiae!glas!demos!mp.cs.niu.edu!rickert
  2. From: rickert@mp.cs.niu.edu
  3. Newsgroups: comp.mail.sendmail
  4. Date: 18 Jul 92 00:14 MDT
  5. Subject: Re: How to make mail id's case-insensit
  6. Sender: Notesfile to Usenet Gateway <notes@glas.apc.org>
  7. Message-ID: <1992Jul17.201448.29793@mp.cs.niu>
  8. References: <1992Jul17.171315.124082@evolving>
  9. Nf-ID: #R:1992Jul17.171315.124082@evolving:304459446:1992Jul17.201448.29793@mp.cs.niu:1430454844:001:566
  10. Nf-From: mp.cs.niu.edu!rickert    Jul 18 00:14:00 1992
  11. Lines: 15
  12.  
  13.  
  14. In article <1992Jul17.171315.124082@evolving.com> ref@evolving.com (Randy Fay) writes:
  15. >
  16. >How do you make mail id's case-insensitive?
  17.  
  18.   Look at the local mailer definition (the line beginning 'Mlocal' in
  19. sendmail.cf).  Check the "F=" string of flags.  There is probably
  20. a 'u' flag specified.  Remove the 'u' flag.
  21.  
  22.   If you have a file 'sendmail.fc' in the same directory as 'sendmail.cf'
  23. you will need to rebuild the freeze file, with /usr/lib/sendmail -bz .
  24. You then must kill and restart your daemon before this take effect for
  25. mail coming in over the network.
  26.  
  27.  
  28.