码迷,mamicode.com
首页 > 其他好文 > 详细

sendmail 安装配置与使用

时间:2018-03-08 20:22:37      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:系统/运维   Linux   

安装sendmail

yum install -y sendmail

编辑/etc/mail/local-host-names

vim /etc/mail/local-host-names

填写主机名

配置sendmail(这里以263邮箱为例)

vim /etc/mail.rc

set from=你想接收方看到的收件人名字,helloworld都行
set smtp=smtp.263.net
set smtp-auth-user=你的邮箱
set smtp-auth-password=邮箱认证
set smtp-auth=login

重启sendmail

systemctl restart sendmail


测试

echo "test sendmail"|mail -s "title" 目标邮箱地址

sendmail 安装配置与使用

标签:系统/运维   Linux   

原文地址:http://blog.51cto.com/13323775/2084342

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!