Chinaunix首页 | 论坛 | 博客
  • 博客访问: 39732
  • 博文数量: 22
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 200
  • 用 户 组: 普通用户
  • 注册时间: 2014-03-17 11:27
文章分类

全部博文(22)

文章存档

2016年(3)

2015年(19)

我的朋友

分类: 系统运维

2015-09-15 17:20:28

在centos上安装命令

#yum -y install mailx

配置文件是:vim /etc/mail.rc

#sudo vim /etc/nail.rc 
set from=123456@qq.com
set smtp=smtp.qq.com  
set smtp-auth-user=123456
set smtp-auth-password=1a2b3c4d
set smtp-auth=login  

echo  hello word | mail -s " title" xxxxx@163.com
mail -s "haha" xxxxx@163.com < youjian.txt

curl icanhazip.com  查看自己的公网IP
阅读(387) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~