分类: 系统运维
2013-08-07 11:18:37
1. 修改客户端配置文件。
#vi /etc/mail/sendmail/cf
#Cwlocalhost
Cwcron.***.org
#O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA
O DaemonPortOptions=Port=smtp,Addr=0.0.0.0, Name=MTA
2. 添加别名
#vi local-host-names
cron.synnex.org
fca-vm-cron-prod.synnex.org
3. 重启服务
#service sendmail restart
4. 在SMTP服务器端配置让邮件可以回复到收件人信箱中。
We need fix sender null issue on cron server ,can you help to configure SMTP server that the server can send email to .
Example : email address ,then I can get email on cron.synnex.org.