Posts Tagged ‘mutt’

[Linux] mutt 无法发信

2011.4 16

在新服务器上用mutt测试的发信,却提示错误: shell>mutt -s “sdsfsa” sunliguo2006@qq.com </dev/null Error sending message, child exited 65 (Data format error.). Could not send the message. sendmaild的错误日志: … Read the rest of this entry

[AMP] 自动备份blog到自己的邮箱

2009.5 1

基本思路: 1:备份文件 workdictory=/root/backup date=$(date +%Y%m%d%H%M%S) 数据库:mysqldump导出 mysqldump -uUSERNAME -pPASSWORD DataName>${workdictory}/database_${date}.sql 后台文件:tar tar -cf $… Read the rest of this entry