zenglingping 发表于 2008-06-13 09:34

感谢楼主的作品,已打印出来,正在研究,很多东西还看不懂;

例:
# tar zxvf openssl-0.9.8e.tar.gz
# cd openssl-0.9.8e
# ./config shared zlib
# make
# make test
# make install
# mv /usr/bin/openssl /usr/bin/openssl.OFF   这个是为什么呢,我看楼主的很多软件编译后都要OFF,OFF是关闭的意思吧,刚编译好,又为什么要关闭呢?
# mv /usr/include/openssl /usr/include/openssl.OFF
# rm /usr/lib/libssl.so
# ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl
# ln -s /usr/local/ssl/include/openssl /usr/include/openssl
# ln -sv /usr/local/ssl/lib/libssl.so.0.9.8/usr/lib/libssl.so

另外,像openssl、cyrus-sasl系统安装时默认已经安装了;又删除不了,依照你给的步骤做不出结果来,可能是还没有读懂全文;

我使用的平台是centos 5.0;没有安装任何服务器套件,只安装了base、development tools;

zenglingping 发表于 2008-06-13 09:37

回复 #624 usercode 的帖子

原帖由 usercode 于 2008-6-6 15:07 发表 http://bbs.chinaunix.net/images/common/back.gif
按照楼主的方法,当试着安装完HTTP,启动appache时,有错误提示:
/usr/local/apache/bin/apachectl start
httpd: Syntax error on line 81 of /etc/httpd/httpd.conf: Cannot load /usr/local/apache/module ...

我的也无法启用ssl,即加载ssl的参数后无法编译成功,无奈之后,我干脆把enable-ssl删除了,先不启用ssl试试吧;

[ 本帖最后由 zenglingping 于 2008-6-13 09:39 编辑 ]

zenglingping 发表于 2008-06-13 09:41

原帖由 usercode 于 2008-6-6 15:23 发表 http://bbs.chinaunix.net/images/common/back.gif
按照楼主的方法在安装到每三步的cyrus-sasl-2.1.22.tar.gz时,运行最后一步时出错:


/usr/local/sasl2/sbin/testsaslauthd -u root -p root
connect() : No such file or directory

请问是什么原因呢? ...


亦遇到同样的问题,后来使用rpm -qa |grep sasl看了一下,系统已经安装了这个东东,版本是一样的;

mdiane 发表于 2008-06-13 10:34

回复 #1 marion 的帖子

请问,为什么我的mail server把所有的邮件都当成垃圾邮件给过滤掉了
$sa_tag_level_deflt= 8.0;
$sa_tag2_level_deflt = 10;
$sa_kill_level_deflt = 10;
$sa_dsn_cutoff_level = 9;
--------------
$final_virus_destiny      = D_REJECT;
$final_banned_destiny   = D_BOUNCE;
$final_spam_destiny       = D_REJECT;
$final_bad_header_destiny = D_PASS;
如果把$final_spam_destiny更改为D_PASS就可以发送,不过发送的所有邮件都打上SPAM标识

lovehack2006 发表于 2008-06-13 10:37

太多了,先顶了再看吧!!

usercode 发表于 2008-06-13 17:02

usercode 发表于 2008-06-13 17:11

usercode 发表于 2008-06-13 17:43

zenglingping 发表于 2008-06-18 18:51

谢谢楼上朋友关注;

一路小心按照楼主的文章进行得还算顺利,但现在我已遇到新的问题,安装并设置完extmail and extman两个组件及虚拟目录下后,无法打开网页界面,提示:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, lpzeng@lanexpert.cn and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

未设置虚拟主机之前是可以访问网页的(测试网页),80端口处于正常监听状态;

usercode 发表于 2008-06-18 22:39

页: 54 55 56 57 58 59 60 61 62 63 [64] 65 66 67 68 69 70 71 72 73
查看完整版本: RHEL4上安装基于postfix的全功能邮件服务器(全部使用目前最新源码包构建)