sendmail 支持大写用户名

发表于:2007-05-25来源:作者:点击数: 标签:

sendmail对用户名大小写敏感,如何使得发送给USER@host.domain能正确发送给user@host.domain而不是被弹回呢?

我的 环境:redhat7.3 sendmail 8.12.8

sendmail对用户名大小写敏感,如何使得发送给USER@host.domain能正确发送给user@host.domain而不是被弹回呢?

如果是sendmail8.10以上版本,可以在mc文件里面加上:
MODIFY_MAILER_FLAGS(`LOCAL', `+u')dnl
然后再生成配置文件。

原文转自:http://www.ltesting.net