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