哎,搞来搞去,还是被骗了

发表于:2007-05-25来源:作者:点击数: 标签:
关于Postfix使用saslauthd验证默认域的问题 提出需要默认域,对方工程师说需要改源程序,昏到,纯属忽悠,后悔当初自己搭建邮件系统的时候没有仔细看过所有的配置文档 这是postfix 的main.cf文件的配置 smtpd_sasl_local_domain (default: empty) The name o
关于Postfix使用saslauthd验证默认域的问题
提出需要默认域,对方工程师说需要改源程序,昏到,纯属忽悠,后悔当初自己搭建邮件系统的时候没有仔细看过所有的配置文档

这是postfix 的main.cf文件的配置
smtpd_sasl_local_domain (default: empty)

The name of the local SASL authentication realm.

By default, the local authentication realm name is the null string.

Examples:

smtpd_sasl_local_domain = $mydomain
smtpd_sasl_local_domain = $myhostname


courier-imap的配置authmysqlrc文件
##NAME: MYSQL_DEFAULT_DOMAIN:0
#
# If DEFAULT_DOMAIN is defined, and someone tries to log in as 'user',
# we will look up 'user@DEFAULT_DOMAIN' instead.
#
#
# DEFAULT_DOMAIN                example.com



看来那些公司的人真是不能相信,明明开源的东西已经实现了,在你不明白的时候就说可以实现,我们需要改程序,哎,中国软件业的悲哀


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