免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 4286 | 回复: 13
打印 上一主题 下一主题

[Mail] [Version: 0.1] Mail Server Solution for RHEL/CentOS 5.x [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-02-26 15:31 |只看该作者 |倒序浏览
Mail Server Solution for RHEL/CentOS 5.x & OpenBSD.

我们在尝试提供基于 RHEL 5.x & OpenBSD 的邮件服务器解决方案,欢迎大家帮忙测试、反馈意见。
非常欢迎有兴趣的朋友加入我们。They all are *OPEN*.

    * http://code.google.com/p/openbsdonly/
    * http://code.google.com/p/redhatsolution/

Contact Me:
    * MSN: michaelbibby <at> hotmail.com
    * Mail/GTalk: michaelbibby <at> gmail.com

所使用的组件:

  1.     * Postfix
  2.     * OpenLDAP
  3.         * qmail.schema
  4.         * phpLDAPadmin
  5.     * Courier authlib, pop3, imap, maildrop
  6.     * Amavisd-new
  7.     * SpamAssassin
  8.     * Postgrey (for RHEL), spamd (for OpenBSD)
  9.     * ClamAV
  10.     * SquirrelMail
复制代码

(*) Mail Server Solution for OpenBSD (4.2 -release, i386)

进度:

    * 已经完成。
    * 包括完整的 wiki 文档
    * 包括自动安装配置各个组件的 Shell 脚本(OMS,以 BSD License 发布)

Project:

    * Mail Server Solution for OpenBSD.
    http://code.google.com/p/openbsd ... _Server_Solution_en

    * OMS: Script sets to build OpenBSD Mail Server rapidly.
    http://code.google.com/p/openbsdonly/wiki/OMS_en
   
    * Tutorial (Chinese Version):
    http://code.google.com/p/openbsd ... olution_en#Tutorial

(*) Mail Server Solution for Red Hat Enterprise Linux 5.x

进度:

    * 核心组件都已经正常工作了:
        * Postfix
        * OpenLDAP, phpLDAPadmin
        * Courier authlib, pop3, imap, maildrop
        * Postgrey

TODO:

    * 完善剩下的组件
    * 完善 wiki 文档
    * 全自动安装、配置各个组件的脚本(计划用 Shell + dialog 来实现,GPL 发布)

Project:

    * 基于 RHEL 5 的邮件服务器解决方案:
    http://code.google.com/p/redhats ... ail_Server_Solution
   
    * Tutorial:
    http://code.google.com/p/redhats ... r_Solution#Tutorial

另外,如果时间充裕,计划用 Python + WebPy + Python-LDAP 实现一个管理平台,提供给虚拟域
的管理员管理本域用户的信息。

[ 本帖最后由 MichaelBibby 于 2008-3-4 22:05 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2008-02-26 15:38 |只看该作者

回复 #1 MichaelBibby 的帖子

快测试吧,期待您的反馈意见

论坛徽章:
0
3 [报告]
发表于 2008-02-28 23:06 |只看该作者
进度:


  1. 全自动安装和配置组件的脚本(rhms):
  2. * Fetch all packages. (Done.)
  3. * Create yum repo file. (Done.)
  4. * Add user/group: vmail. (Done.)
  5. * Install and configure Cyrus-SASL. (Done.)
  6. * Install and configure Apache & PHP. (Done.)
  7. * Install and configure OpenLDAP. (Done.)
  8. * Install and configure Postfix. (Done.)
  9. * Install and configure Maildrop. (Done.)
  10. * Install and configure courier-authlib-ldap. (Done.)

  11. * Install and configure ClamAV.
  12. * Install and configure SpamAssassin.
  13. * Install and configure Amavisd-new.

  14. * Install and configure phpLDAPadmin.
  15. * Install and configure SquirrelMail with plugins.

  16. TODO:
  17. * Review: tools/create_mail_ldap_user.sh
  18. * phpLDAPadmin template for create new virtual user.
复制代码

论坛徽章:
0
4 [报告]
发表于 2008-02-29 14:33 |只看该作者
安装脚本的贴图:























论坛徽章:
0
5 [报告]
发表于 2008-02-29 14:51 |只看该作者
好东西顶一下

论坛徽章:
0
6 [报告]
发表于 2008-02-29 16:48 |只看该作者
原帖由 wheel 于 2008-2-29 14:51 发表
好东西顶一下

莆田人?偶是龙岩的。嘿嘿

论坛徽章:
1
白银圣斗士
日期:2015-11-23 08:33:04
7 [报告]
发表于 2008-02-29 19:20 |只看该作者
支持一下.不错.

论坛徽章:
0
8 [报告]
发表于 2008-02-29 19:55 |只看该作者
好的东西一定要收藏!支持您高人!

论坛徽章:
0
9 [报告]
发表于 2008-02-29 23:12 |只看该作者
http://groups.google.com/group/r ... ad/b2c3e085bed56b49

今天加了以下内容:

  1. * dialog 的密码输入框默认使用以下参数:
  2.     '--insecure --passwordbox'
  3. * 添加了 phpLDAPadmin,并且 it works.
  4. * 启用 smtpd sasl auth.
  5. * 添加了 courier-imap,默认开启 POP3, POP3S, IMAP, IMAPS 服务.
  6. * 添加了安装 postgrey 的函数,但是还未启用它。grey list 功能的软件还在
  7.   选型中。目前在比较的软件包括:
  8.     * postgrey
  9.     * milter-filter
  10.     * sqlgrey

  11.   目前倾向于 milter-filter 和 sqlgrey。
  12.     * milter-filter 似乎性能更好些。
  13.     * sqlgrey 支持 SQLite、MySQL、PGSQL。还有一个基于 web 的管理软件
  14.       sgwi。

  15.   题外话:在 LINUX 下找了一圈的 grey list 软件,回过头去,觉得 OpenBSD
  16.   的 spamd(8) 真的是太棒了。I love OpenBSD.

  17. * Add screenshots for rhms, sync to 'RHMS_Usage.wiki' page.
复制代码

论坛徽章:
0
10 [报告]
发表于 2008-03-02 12:35 |只看该作者
ChangeLog, 2008.03.02:
* Add and enable clamav.
* Add initialize script for freshclam wrote by me:
  - /etc/init.d/freshclam.
  support options: [start|stop|restart|status|reload]
* Add two perl modules in kickstart files for postgrey dependence:
  - perl-DBI
  - perl-Date-Calc
* sync clamav content to wiki page:
  http://code.google.com/p/redhats ... _MS_Tutorial_ClamAV
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP