前端之家收集整理的这篇文章主要介绍了
Ubuntu搭建邮件服务器,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
mail
sudo apt-get install heirloom-mailx
sendmail
sudo apt-get install sendmail
配置发送者
sudo vim /etc/nail.rc
set from=example@qq.com
set smtp=smtp.qq.com
set smtp-auth-user=example@qq.com
set smtp-password=******
set smtp-auth=login