做qmail+igenus遇到问题,请老大们帮忙??[7]

[入库:2005年9月21日] [更新:2007年3月24日]

本文简介:

ERROR 1051 at line 7: Unknown table 'testlist_slog'
ERROR 1051 at line 8: Unknown table 'testlist_digest'
ERROR 1051 at line 9: Unknown table 'testlist_digest_slog'
ERROR 1051 at line 10: Unknown table 'testlist_mod'
ERROR 1051 at line 11: Unknown table 'testlist_mod_slog'
ERROR 1051 at line 12: Unknown table 'testlist_allow'
ERROR 1051 at line 13: Unknown table 'testlist_allow_slog'
ERROR 1051 at line 14: Unknown table 'testlist_deny'
ERROR 1051 at line 15: Unknown table 'testlist_deny_slog'
ERROR 1051 at line 16: Unknown table 'testlist_cookie'
ERROR 1051 at line 18: Unknown table 'testlist_mlog'
ERROR 1051 at line 19: Unknown table 'testlist_digest_cookie'
ERROR 1051 at line 20: Unknown table 'testlist_digest_mlog'

用此命令查看 mysqlshow -u root -pmysql2003 ezmlm已有此表,就没有理会。

Database: ezmlm
+------------------------+
|         Tables         |
+------------------------+
| testlist               |
| testlist_allow         |
| testlist_allow_slog    ;|
| testlist_cookie        ;|
| testlist_deny          ;|
| testlist_deny_slog     |
| testlist_digest        ;|
| testlist_digest_cookie |
| testlist_digest_mlog   |
| testlist_digest_slog   |
| testlist_mlog          ;|
| testlist_mod           |
| testlist_mod_slog      ;|
| testlist_slog          ;|
+-----------------------

3、
在安装autorespond时
make install提示:No rule to make target `install'.  Stop.
查看INSTALL文件没有make install此项,跳过了。

4、
这个文件修改的不知对不对请老帮忙看一下,
$CFG_BASEPATH =  "/var/www/igenus";
#$CFG_BASEPATH =  "/home/vhosts2/mail.sczg.com";
#$CFG_BASEPATH =  "/home/www/mail.wz110.com/igenus";

// Mysql
$CFG_MYSQL_HOST = 'localhost';
$CFG_MYSQL_USER = 'root';
$CFG_MYSQL_PASS = 'mysql2003';
$CFG_MYSQL_DB   = 'vpopmail';
只改了它的目录,host.user.pass.
这里的user和pass,应该是mysql的用户和密码吧??
5、
vi /var/www/igenus/login.php
修改的地方原文是
                   <INPUT CLASS=myinput2 TYPE="text" NAME="name" SIZE="10"
STYLE='font-family:Tahoma'>
                   @
                   <INPUT TYPE="text" NAME="domain" VALUE="<?php echo
$Cookies_Domain;?>" SIZE="19" CLASS="myinput2" STYLE='font-family:Tahoma'>
peng介绍的,在size 前有value字段,我没有添加,只是把@后面的改成
<option value="mail.xujj.luck.com">mail.luck.com</option>

6、
maillog中只有一条相关内容
Jun  2 20:44:53 xujj splogger: 1054615493.403920 tcpserver: status: 0/100

还请老大帮我查错哪里,出了这么多疑问还得让老大辛苦一回,再次向老大重重的说声:谢谢!!!!!!!!

 gadfly 回复于:2003-06-02 22:43:41 1.关于md5chkpw的安装,其实改改Makefile中的安装路径应该就可以。
不过你那样复制也没问题。
如果smtp收发信件没问题,就问题不大

2.vadddomain的缺省mysql的口令是secret,你把mysql的root口令改回来看看,如果你安装vpopmail的时候指定了口令,那你的口令就得改回成着个.

3.ezmlzm只要不用邮件列表,装不装问题不大

4.autoresponse要,先make,再mailinstall

5.igenus我不熟,不过前面的安装文档很多,配置文件也有,对比看看吧。

刚才看了peng的文档,很详细呀,你说的这些都有。
http://www.chinaunix.net/forum/viewtopic.php?t=66064&start=0

建议你按照peng的文档,或者iceblood的文档step by step,如果有问题
也好找原因。


3.

 wolf1980 回复于:2003-06-02 23:22:54 gadfly老大,再次谢谢您!

本文关键:做qmail+igenus遇到问题,请老大们帮忙??
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top