服務端: qmail sendmail postfix(CentOS 6 自帶)post
協議 :SMTP隊列
端口 :25it
客戶端:mail,muttqq
1. /etc/init.d/postfix status客戶端
2. lsof -i:25協議
1.mailhosts
mail -s "標題" 郵件地址 < 要發送的文件word
mail -s "hello world" 623799533@qq.com </etc/hosts端口
echo "正文|mail -s "hello world" 623799533@qq.com服務端
mailq 查看發郵件的隊列
2.mutt -->同mail
mutt -s ""
1.直接啓動postfix服務
2.藉助第三方的smtp服務
1.vi /etc/mail.rc
send mail from qq.comset from=62379@163.com smtp=smtp.163.comset smtp-auth-user=62379 smtp-auth-password=qq@123 smtp-auth=login