Step1、安装apache+mysql+php,配置dns Step2、安装cyrus-sasl-2.1.22 删除以前的rpm包以及相关目录 rpm -e --nodeps cyrus-sasl-2.1.10-4 cyrus-sasl-plain-2.1.10-4 cyrus-sasl-md5-2.1.10-4 cyrus-sasl-devel-2.1.10-4 rm -rf /usr/lib/sasl rm -rf /usr/lib/sasl2 tar -zxvf cyrus-sasl-2.1.22.tar.tar cd cyrus-sasl-2.1.22 ./configure --enable-plain --enable-cram --disable-digest --enable-login --enable-sql --di...
by sjhf - Linux文档专区 - 2009-03-23 11:07:33 阅读(1719) 回复(0)
本人新手,绝对的新手,不管是Linux还是Postfix。由于被逼无奈,正在自己研究Postfix的配置。一切还算顺利,到了extmail这步出问题了。我按照网上的教程一步一步的来,将extmail相关的配置配完了,可在测试的时候出问题了:我在地址栏中输http://192.168.1.233访问我的邮件服务器,自动跳转到http://192.168.1.233/extmail/cgi/index.cgi页面,并且提示错误“HTTP 404 未检出”。在我找的教程中说,配到这一步就可以使用Webmail了...
redhat 配置 extmail 不能登录和注册 报错如下: 点击注册报错: Can't call method "prepare" on an undefined value at /var/www/extsuite/extman/libs/Ext/Mgr/MySQL.pm line 139. [ Go Back ] >> Re-Login 用户登录 报错: :DBI connect('database=extmail;host=localhost;mysql_socket=/tmp/mysql.sock','extmail',...) failed: Access denied for user 'extmail'@'localhost' (using password: YES) at /var/www/extsui...
redhat 配置 extmail 出问题 虚拟主机出问题了。找不到问题
#
# Based upon the NCSA server configuration files originally by Rob McCool.
#
# This is the main Apache server configuration file. It contains the
# configuration directives that give the server its instructions.
# See
extmail 是一个以perl语言编写,面向大容量/ISP级应用,免费的高性能Webmail软件,主要包括extmail、Extman两个部分的程序套件。extmail套件用于提供从浏览器中登录、使用邮件系统的Web操作界面,而Extman套件用于提供从浏览器中管理邮件系统的Web操作界面。它以GPL版权释出,设计初衷是希望设计一个适应当前高速发展的IT应用环境,满足用户多变的需求,能快速进行开发、改进和升级,适应能力强的webmail系统。 下面是在CentOS L...
extmail Parameter Introduction 版权声明: 本文版权归作者所有,如其他个人、第三方网站或媒体报刊等需转载全文或节选,为支持我们的工作,请务必注明如下信息: 文档所有者:extmail Dev Team; 文章原始出处: http://www.extmail.org/docs/extmail_Parameter_Intro 项目首页: http://www.extmail.org 如果因此而给您带来麻烦,请您原谅,谢谢合作。 变更说明 2008-5-13:增加extmail密码格式介绍; 关于此文 版 本:0.10 ...
文件: Centos52+postfix+extmail.PDF 大小: 428KB 下载: 下载 基于CentOS 5 的 extmail 安装配置 本文基于CentOS 5.1 x86_64系统下最精简安装,安装步骤参照官网文件 http://www.extmail.org/docs/extmail_solution_linux/ 加以改进,安装时除mysql、httpd外请采用本文给的安装包CenOS 5.1 extmail RPMS http://pickup.mofile.com/8709948933862798 予以安装。 mysql请安装所有系统自带的安装包,httpd使用默认自带的。 以下仅提...
尝试了一下后台使用 qmail,管理前台则使用 vqadmin+qmailadmin, WebMail则使用了extmail 分别按qmail及extmail的文档安装完后需要进行如下更改 1.qmail要建立一个连接,好像extmail发邮件时是用/usr/bin/sendmail发送的 ln -s /var/qmail/bin/sendmail /usr/bin/ 2.qmail是mysql支持的,需更改 extmail配置文件 /var/www/extsuite/extmail/webmail.cf SYS_SESS_DIR = /tmp/ #验证方式 SYS_AUTH_TYPE = mysql #所有用户在一个表中...
extmail不能访问,不知哪里没配置好 当我访问http://192.168.3.4/extmail时,页面就出现下面的编码, #!/usr/bin/perl -w # vim: set cindent expandtab ts=4 sw=4: use vars qw($Ext::Config:F $DIR); BEGIN { if ($ENV{SCRIPT_FILENAME} =~ m!(.*/)cgi!) { $DIR = $1; }else { $DIR = '../'; } unshift @INC, $DIR . 'libs'; $Ext::Config:F = "$DIR/webmail.cf"; #print "content-ty...