md5crypt

php 版 md5crypt postfix extmail 使用 function md5crypt ($pw) { $MAGIC = "$1$"; $rand = substr (md5 (mt_rand ()), 0, 8); return crypt($pw, '$1$'.$rand.'$'); }

2009-07-06 · 1 分钟 · admin

Extmail1.1登录显示:Unix::Syslog not found

Unix::Syslog not found, please install it first! (in cleanup) Undefined subroutine &Ext;::Logger::do_closelog called at /var/www/extsuite/extmail/libs/Ext/Logger.pm line 87. 没装perl-Unix-Syslog包, 安装方法 perl -MCPAN -e shell cpan>install Unix::Syslog

2009-06-23 · 1 分钟 · admin