Chinaunix首页 | 论坛 | 博客
  • 博客访问: 278218
  • 博文数量: 81
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 35
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-19 15:16
文章分类

全部博文(81)

文章存档

2021年(1)

2016年(3)

2015年(6)

2014年(6)

2013年(33)

2012年(32)

分类: 系统运维

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.

阅读(2648) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~