在新服务器上用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
Posts Tagged ‘mutt’
[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