ChinaUnix.net
相关文章推荐:

extmail 配置

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)

相关讨论

看到一个不错的extmail配置文档 分享给大家

by gyl4802959 - 服务器应用 - 2009-09-24 15:59:05 阅读(4260) 回复(7)

本人新手,绝对的新手,不管是Linux还是Postfix。由于被逼无奈,正在自己研究Postfix的配置。一切还算顺利,到了extmail这步出问题了。我按照网上的教程一步一步的来,将extmail相关的配置配完了,可在测试的时候出问题了:我在地址栏中输http://192.168.1.233访问我的邮件服务器,自动跳转到http://192.168.1.233/extmail/cgi/index.cgi页面,并且提示错误“HTTP 404 未检出”。在我找的教程中说,配到这一步就可以使用Webmail了...

by mildyi0425 - 服务器应用 - 2009-07-15 14:51:17 阅读(3152) 回复(6)

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...

by liang3391 - 服务器应用 - 2008-08-14 21:13:03 阅读(5806) 回复(10)

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 for detailed information about # the directives. # # Do NOT simply read the instruc...

by liang3391 - 服务器应用 - 2008-08-08 13:11:55 阅读(2108) 回复(3)

extmail 是一个以perl语言编写,面向大容量/ISP级应用,免费的高性能Webmail软件,主要包括extmail、Extman两个部分的程序套件。extmail套件用于提供从浏览器中登录、使用邮件系统的Web操作界面,而Extman套件用于提供从浏览器中管理邮件系统的Web操作界面。它以GPL版权释出,设计初衷是希望设计一个适应当前高速发展的IT应用环境,满足用户多变的需求,能快速进行开发、改进和升级,适应能力强的webmail系统。 下面是在CentOS L...

linux管理邮件浏览器设计邮件系统

by qtsunk - 服务器应用 - 2011-11-18 16:40:09 阅读(2675) 回复(0)

extmail Parameter Introduction 版权声明: 本文版权归作者所有,如其他个人、第三方网站或媒体报刊等需转载全文或节选,为支持我们的工作,请务必注明如下信息: 文档所有者:extmail Dev Team; 文章原始出处: http://www.extmail.org/docs/extmail_Parameter_Intro 项目首页: http://www.extmail.org 如果因此而给您带来麻烦,请您原谅,谢谢合作。 变更说明 2008-5-13:增加extmail密码格式介绍; 关于此文 版  本:0.10 ...

by 剑心通明 - BSD文档中心 - 2008-11-04 09:28:55 阅读(1535) 回复(0)

文件: 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使用默认自带的。 以下仅提...

by 7336059ok - Linux文档专区 - 2008-10-23 00:17:19 阅读(888) 回复(0)

尝试了一下后台使用 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 #所有用户在一个表中...

by lih928 - Linux文档专区 - 2008-06-13 10:04:06 阅读(795) 回复(0)

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...

by hai0088 - 服务器应用 - 2007-07-18 13:51:02 阅读(2204) 回复(1)
by 科比81分 - 服务器应用 - 2007-04-21 09:26:10 阅读(1533) 回复(2)