要在您的服务器上安装 Webmail IMP 程序,请按照以下简单步骤操作。
复制horde-1.2.0-pre11.tar.gz到您的 Web 服务器的 DocumentRoot,/home/httpd/,解压它并将目录从horde-version到horde通过执行以下命令
[root@deep ] /# cp horde-version.tar.gz /home/httpd/ [root@deep ] /# cd /home/httpd/ [root@deep ] /httpd# tar xzpf horde-version.tar.gz [root@deep ] /httpd# mv horde-version horde [root@deep ] /httpd# rm -f horde-version.tar.gz |
复制imp-2.2.0-pre11.tar.gz到您的新horde目录,/home/httpd/horde/,解压它并将目录从imp-version到imp通过执行以下命令
[root@deep ] /# cp imp-version.tar.gz /home/httpd/horde/ [root@deep ] /# cd /home/httpd/horde/ [root@deep ] /horde# tar xzpf imp-version.tar.gz [root@deep ] /horde# mv imp-version imp [root@deep ] /horde# rm -f imp-version.tar.gz |
: 重要的是该目录imp位于horde目录内,否则 Webmail 将无法工作。 移动 IMP 目录到新名称后,我们将删除 IMP 的 tar 存档imp-versionIMP 目录到其新名称imp.
更改horde目录及其所有子目录和文件,使其归超级用户所有root出于安全原因。
[root@deep ] /# chown -R 0.0 /home/httpd/horde/ |
复制/home/httpd/horde/phplib/*.ihtml文件到您的新php目录,/home/httpd/php/通过执行以下命令
[root@deep ] /# cp /home/httpd/horde/phplib/*.ihtml /home/httpd/php/ |