故障描述
Redmine 1.2.1版本安裝在Centos 6.1中。設(shè)置好郵件通知功能后,測試發(fā)送成功。但是Exchange用戶無法收到郵件。
故障分析
無
處理過程
1、修改configuration.yml文件如下:
production:
delivery_method: :smtp
smtp_settings:
address: your_exchange_server_address
port: 25
#domain: example.net
#authentication: :login
#user_name: [email protected]
#password: redmine
2、修改Exchange集線器傳輸,允許匿名連接即可。
建議/總結(jié)
無