#首先查看下hostname
[root@qingxinzui ~]# hostname
qingxinzui
[root@qingxinzui ~]# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=qingxinzui
这时候如果用mail发邮件
发信人为:root <root@qingxinzui.localdomain>
[root@qingxinzui ~]# vi /etc/hosts
127.0.0.1 localhost localhost.localdomain
127.0.0.1 qingxinzui qingxinzui.com
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
#第二行增加个。其实第一个是否可以改未去尝试。
#IP可以127.0.0.1或者VPS服务器IP
保存之后重启sendmail
[root@qingxinzui ~]# service sendmail restart
[root@qingxinzui ~]# mail -s “Email-ceshi” 14870428@qq.com <text.txt
#如果做了MX记录,配置了POP3服务,就可以进行收件了。
作者只是做SMTP测试,当然POP3的话,收件的安全性是个问题,还有就硬盘也得有那么大才行。
关于作者