Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1349971
  • 博文数量: 112
  • 博客积分: 7112
  • 博客等级: 少将
  • 技术积分: 1299
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-31 16:27
文章分类

全部博文(112)

文章存档

2011年(19)

2010年(20)

2009年(16)

2008年(20)

2007年(37)

分类: LINUX

2007-06-01 23:13:33

Enter password:

Welcome to the MySQL monitor.  Commands end with ; or \g.

Your MySQL connection id is 195 to server version: 3.23.58

 

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

 

mysql> use vpopmail

Reading table information for completion of table and column names

You can turn off this feature to get a quicker startup with -A

 

Database changed

mysql> drop table lastauth;

Query OK, 0 rows affected (0.00 sec)

 

mysql> drop table vpopmail;

Query OK, 0 rows affected (0.00 sec)

 

mysql> quit

 

[root@mail config]# vi /var/www/html/igenus/docs/iGENUS.sql

[root@mail config]# mysql -u root –pzlwt

mysql> source /var/www/html/igenus/docs/iGENUS.sql

[root@mail config]# vi /etc/php.ini

max_execution_time = 60     ; Maximum execution time of each script, in seconds

max_input_time = 60     ; Maximum amount of time each script may spend parsing request data

memory_limit = 20M      ; Maximum amount of memory a script may consume (8MB)

post_max_size = 20M

upload_max_filesize = 10M

register_globals = On

session.bug_compat_42 = 0

session.bug_compat_warn = 0

sendmail_path = /var/qmail/bin/qmail-inject

[root@mail conf]# cd /etc/httpd/conf

[root@mail conf]# vi httpd.conf

User vpopmail

Group vchkpw

[root@mail src]# service httpd restart

[root@mail conf]# cd /app/src

[root@mail src]# tar -zxf igenus_admin_01.1.tgz  -C /var/www/html/igenus/

[root@mail src]# vi /var/www/html/igenus/admin/includes/config_inc.php

        $CFG_VPOPMAIL_HOST  = "mail";

        $CFG_VPOPMAIL_USER  = "vpopmail";

        $CFG_VPOPMAIL_PASS  = "zlwt";

        $CFG_VPOPMAIL_DB        = "vpopmail";

        $CFG_VPOPMAIL_TABLE = "vpopmail";

        $CFG_ADMIN_TABLE        = "admin";

        $CFG_LAGESITE           = true;

        $CFG_NUMOFPAGE          = 20;

        $CFG_MAILBOX['inbox'] = ".";

        $CFG_MAILBOX['outbox'] = ".Outbox";

        $CFG_MAILBOX['draft'] = ".Draft";

        $CFG_MAILBOX['trash'] = ".Trash";

        $CFG_VPOPMAIL_PATH      = "/home/vpopmail";

[root@mail src]# touch /etc/syspasswd.dat

http://

阅读(919) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~