Linux 下邮件服务相关介绍
Posted 小a玖拾柒
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 下邮件服务相关介绍相关的知识,希望对你有一定的参考价值。
1.邮件服务
服务端: qmail sendmail postfix(CentOS 6 自带)
协议 :SMTP
端口 :25
客户端:mail,mutt
2.服务文件
1. /etc/init.d/postfix status
2. lsof -i:25
3.发邮件命令
1.mail
mail -s "标题" 邮件地址 < 要发送的文件
mail -s "hello world" [email protected] </etc/hosts
echo "正文|mail -s "hello world" [email protected]
mailq 查看发邮件的队列
2.mutt -->同mail
mutt -s ""
4.企业mail启服务2种方式
1.直接启动postfix服务
2.借助第三方的smtp服务
1.vi /etc/mail.rc
send mail from qq.com
set [email protected] smtp=smtp.163.com
set smtp-auth-user=62379 [email protected] smtp-auth=login
以上是关于Linux 下邮件服务相关介绍的主要内容,如果未能解决你的问题,请参考以下文章