Как заставить его различать адреса в верхнем нижнем регистре? т.е. что бы адреса User@где-то.там uSer@где-то.там usEr@где-то.там воспринимались как три разных адреса.
Прошу прощения, был неправ. Хотя "any one of the 52 alphabetic
characters A through Z in upper case and a through z in lower case"
к этому никакого отношения не имеет, но Из RFC821:
"Commands and replies are not case sensitive. That is, a command or
reply word may be upper case, lower case, or any mixture of upper and
lower case. Note that this is not true of mailbox user names. For
some hosts the user name is case sensitive, and SMTP implementations
must take case to preserve the case of user names as they appear in
mailbox arguments. Host names are not case sensitive."
А "заставить сендмайл работать как надо" очень просто - найди в
/etc/sendmail.cf строку, которая начинается 'Mlocal' (скорее всего
будет практически в конце) и добавь к параметру 'F=...' 'u' (т.е.
'F=u...'). Перезапусти sendmail. Ну как, работает?