smallnewer / bugs

18 stars 4 forks source link

计划任务自动发邮件设置 #82

Open smallnewer opened 9 years ago

smallnewer commented 9 years ago
  1. crontab -e顶部加入两行:
MAILTO=你的邮箱地址
CONTENT_TYPE=text/plain; charset=utf-8
  1. vi /etc/aliases,最后的# Person who should get root's mail后面加入:
root:           root,xxx@163.com
  1. vi /etc/postfix/main.cf,修改其中的:inet_protocols = allinet_protocols = ipv4
  2. 重启服务:/etc/init.d/postfix restart 可能关闭失败
  3. 测试能否发送成功:mail -s "123" xxx@163.com然后ctrl+d发送
  4. 写个每分钟任务(就echo ‘123'),观察下能否正常发送
  5. 如果不正常,可以用 cat /var/log/maillog看发信记录。可能在垃圾箱里