1.安裝郵件工具
apt-get install mailutils
2.更改配置文件
vim /etc/nail.rc?
插入一下內(nèi)容
set from=429240967@qq.com
set smtp=smtp.qq.com
set smtp-auth-user=429240967@qq.com
set smtp-auth-password=runoob
set smtp-auth=login
3.發(fā)送測試郵件
echo "郵件正文內(nèi)容" | mail -s "郵件主題" 429240967@qq.com
如果出錯,查看以下文件
cat /var/log/mail.log
cat /var/log/mail.err
如果出現(xiàn)主機名錯誤琉朽,則修改下面文件
vim /etc/hosts
內(nèi)容更改為以下格式
127.0.0.1 hostname.localhost hostname
127.0.1.1 hostname
如果出現(xiàn)數(shù)據(jù)庫相關(guān)錯誤則更改hosts文件后執(zhí)行
newaliases