Chinaunix首页 | 论坛 | 博客
  • 博客访问: 619660
  • 博文数量: 74
  • 博客积分: 1845
  • 博客等级: 上尉
  • 技术积分: 731
  • 用 户 组: 普通用户
  • 注册时间: 2005-03-14 20:49
文章分类

全部博文(74)

文章存档

2017年(3)

2016年(7)

2015年(4)

2014年(6)

2013年(7)

2012年(10)

2011年(10)

2010年(4)

2009年(5)

2008年(4)

2007年(7)

2006年(6)

2005年(1)

分类: 系统运维

2014-01-17 15:56:45

转自http://jamesbond0479.blog.163.com/blog/static/241475820115229336243/
使用sendmail发附件,需要使用uuencode命令,它是包含在sharutiles组建

先检测一下yum search sharutils 
======================================================== Matched: sharutils ========================================================
sharutils.x86_64 : The GNU shar utilities for packaging and unpackaging shell archives.
安装:centos: yum -y install sharutils
file_path:附件的目录
file:发送的附件
引号中是邮件的主题
uuencode file_path  file | mail -s "file" 123@***.com
例如:uuencode /tmp/123.tar 123.tar | mail -s "123的包,请查收附件" jamesbond0479@163.com

如果需要在同一封邮件中包含两个或也是可以的,如下

(uuencode a.log a.log;uuencode b.log b.log) | mail –s “two attach”

这样通过客户端收下来后就可以看到两个附件了。


阅读(1029) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~