给博客装了个登录保护的插件 Login security solution,用来防止猜密码,初次安装会强制所有用户需改密码。
登录的时候提示重置密码,然后报错,不能发送邮件……
ubuntu设置很简单
apt-get install sendmail
一路 y 确认
再测试发邮件
echo “This is a test.” | mail -s Testing [email protected]
提示需要安装 mailutils
apt-get install mailutils
一路 y 确认,什么也不用配置
再测试发邮件
echo “This is a test.” | mail -s Testing [email protected]
发送成功,现在可以修改密码了。
插件要求好高,要20位以上,包含大小写字母特殊字符,不能含有站点信息。