摘要: 来自:http://blog.csdn.net/kongdeqian1988/article/details/38279921 项目初期用户文件较少,全部存储在/home目录下,/home目录没有单独划开分区,随着项目网站做大,用户文件越来越多,/home目录不够空间,想挂载一个新硬盘来负责储存 但 阅读全文
posted @ 2016-12-06 16:42 碳 阅读(1290) 评论(0) 推荐(0)
摘要: 1安装 sendmail # yum -y install sendmail echo 'This is test mail'>body.txt mail -s 'Test mail' 30138076@qq.com < body.txt 一:为了让QQ邮件可以增加邮件白名单,需给主机指定代发人的正 阅读全文
posted @ 2016-12-06 11:08 碳 阅读(432) 评论(0) 推荐(0)