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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message