12年 linux 系统运维工程师,网络架构设计、优化,故障处理。
分类: LINUX
2011-11-15 16:26: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