mailx配置以及使用:
全局配置放在/etc/nail.rc
下面的用户配置请注意安全性了
#cd ###ENTER HOME DIR
#vim .mailrc
添加内容
set from=test@lzu.cn smtp=smtp.lzu.cn ----------------公司邮箱地址为:smtp.jd.com
set smtp-auth-user=your_E-mail_address smtp-auth-password=your_password
set smtp-auth=login
说明:from 就是发送者的邮件地址,最好是你自己的一个可用的邮件地址。
smtp 是指提供邮件服务的主机,smtp.lzu.cn 是我们学校的邮件服务主机了
smtp-auth-user 是指你在服务主机上的邮箱号
smtp-auth-password 当然是你在smtp主机上的密码了,
smtp-auth 验证方式了
#chmod 600 .mailrc
现在可以发送邮件了
#mailx -s "test ok" < /etc/passwd
可以如下发送信息:即发送往此qq邮箱。
cat /etc/passwd | mailx -s "www"
阅读(2419) | 评论(0) | 转发(0) |