歡迎您光臨本站 註冊首頁

發布 rhms-0.3.1.2

←手機掃碼閱讀     火星人 @ 2014-03-04 , reply:0

發布 rhms-0.3.1.2

Hi, all.

今天終於可以發布 rhms-0.2.2 和 rhms-0.3.0 了。

rhms-0.2.2 仍然使用 Courier-IMAP 來提供 POP3(S) 和 IMAP(S) 服務,而
rhms-0.3.0 開始使用 Dovecot 來替代 Courier 系列軟體。

注意:
   rhms-0.2.2 是最後一個使用 Courier 的版本,並且從發布之日開始將不再更新。

   * 強烈建議大家選擇 rhms-0.3.0 版本。

   Q) 為什麼用 Dovecot 代替 Courier 系列軟體?
   A) 因為在 RHEL/CentOS 的 ISO 里只有 Dovecot 而沒有 Courier,如果用
   Dovecot,用戶在升級系統的時候可以得到官方的升級服務,這對付費購買 RHEL
   的用戶來說是非常重要的。因為 Red Hat 只對自己系統裡帶的包提供商業支持。

rhms-0.3.1 和 rhms-0.4.0 已經在計劃中,主要的目標是:

   * rhms-0.3.1:
       - Add phpMyAdmin.

   * rhms-0.4.0:
       - Include all changes & improvement in rhms-0.3.x.
       - Support x86_64 platform.

歡迎大家提出需求和改進建議,以及發展方向等,我們會儘力實現並完善它。

   * 腳本下載頁面:
   http://code.google.com/p/redhatsolution/downloads/list

   * 直接下載:
   http://redhatsolution.googlecode.com/files/rhms-0.3.0.tar.bz2
   http://redhatsolution.googlecode.com/files/rhms-0.2.2.tar.bz2

   * 在使用腳本搭建郵件伺服器前請務必先閱讀使用指南:
   http://code.google.com/p/redhatsolution/wiki/RHMS_Usage

   * 完整的搭建過程都記錄在項目主頁的 wiki 頁面,可通過以下鏈接瀏覽文檔:
   http://code.google.com/p/redhatsolution/wiki/RHEL_Mail_Server_Solution

   * Bug 報告頁面:
   http://code.google.com/p/redhatsolution/issues/list

   * 論壇交流區:
   http://groups.google.com/group/redhatsolution

您的任何意見和反饋對我們而言都是寶貴的,歡迎您下載測試,衷心希望能夠幫助大家
在 RHEL/CentOS 平台快速搭建好功能完備的郵件伺服器。

另外,我們也提供基於 OpenBSD 的郵件伺服器解決方案,並提供類似 rhms 的腳本
(oms) 幫助您在 OpenBSD 平台快速搭建功能完備的郵件伺服器。

您可以通過以下網址獲得詳細信息:
http://code.google.com/p/openbsdonly/wiki/OpenBSD_Mail_Server_Solution_en
http://code.google.com/p/openbsdonly/wiki/OMS_en

聯繫我們:

   * 聯繫我們:
   http://code.google.com/p/redhatsolution/wiki/RHMS_Usage#Contact_Us

Full changelog from rhms-0.2.1 to rhms-0.2.2:

0.2.1 -> 0.2.2:
   * Tagged as rhms-0.2.2.
   * Minor changed in SpamAssassin configuration file: local.cf.
   * Disable spellcheck in Roundcubemail.
   * Set default timezone in Roundcubemail: 8 -> Beijing.
   * Update SquirrelMail plugin compatibility: 2.0.10 -> 2.0.11.
   * Fix quota update error while reduce mailQuota from 'xxxS' to '0S',
     dirty hack in /etc/maildroprc.
   * User maildir changed (syncd to 'tools/create_mail_ldap_user.sh'):
       OLD: /home/vmail/openbsdonly.org/username/Maildir/
       NEW: /home/vmail/openbsdonly.org/username/

Full changelog from rhms-0.2.x to rhms-0.3.0:

0.3.0:
   * Tagged as rhms-0.3.0.
   * Replace official translation files for roundcubemail (zh_CN).
       - Add new translation items.
       - Fix 3 incorrect translation items.
     New translation files had been send to:
       - dev <at> lists.roundcube.net
       - Original translator: Xue zhong sheng <xue.zhongsheng (at)
gmail.com>
   * Add dovecot sieve global mail filter rule. It contains only one rule:
     deliver spam mail to 'Trash' directory.
   * Minor changes in SpamAssassin configuration file: local.cf.
   * Add dovecot-sieve in package list and MD5.
   * Disable spellcheck in Roundcubemail.
   * Set default timezone in roundcubemail: 8 -> Beijing.
   * MySQL flavor works too.
   * LDAP flavor works.
   * Remove unused packages and MD5 items in 'pkgs/{MD5.i386,misc.i386}'.
   * Switch to Dovecot. Sync to 'tools/create_mail_ldap_user.sh'.

Benefit by the replacement of courier series by dovecot:

  * Maildir will be created automatic when user login via pop3/imap.
  * Maildir index.
  * Red Hat Enterprise Linux commercial end users can get official
technical
    support and software update service for dovecot from Red Hat. Because
    RHEL ships it.

--
Best Regards.

Zhang Huangbin

- OpenBSD 4.2 -release, i386.
- RHEL 5.1 Client

[ 本帖最後由 MichaelBibby 於 2008-3-26 16:33 編輯 ]
《解決方案》

堅持就是勝利
《解決方案》

發布 rhms-0.3.1,主要是增加了 phpMyAdmin(版本:2.11.5-all-languages)。

ChangeLog:

0.3.1:
    * Tagged as rhms-0.3.1.
    * Use 'utf8' as default charset while create vmail database.
    * Add phpMyAdmin(-2.11.5-all-languages).
    * Drop database 'test' in MySQL.
    * Fix hardcoded sieve_global_path.
    * If you choose 'OpenLDAP' as backend, rhms will install official postfix
      package. We prefer OFFICIAL packages all the way.


接下來將是 rhms-0.4.0,主要目標是 x86_64 平台支持。
《解決方案》

很抱歉,各位,rhms-0.3.1 的 pkgs/rpmlist.i386 文件中漏掉一個包,導致 Postfix 無法成功發送郵件:
perl-File-Temp

在 rhms-0.3.1.1 中已經修正,再次要特別感謝 huangminghu <at> gmail.com。

--
Best Regards.

Zhang Huangbin

- OpenBSD 4.2 -release, i386.
- RHEL 5.1 Client
《解決方案》

發布 rhms-0.3.1.2,下載地址:
http://code.google.com/p/redhatsolution/downloads/list

使用 0.3.x 的用戶請務必注意:

    在 rhms-0.3.0 至 rhms-0.3.1.1 之間的版本,Dovecot 對 mail_location 參數
    的配置都不夠嚴謹:

    舊的配置:
    mail_location = maildir:/%h/%d/%n/:INDEX=/%h/%d/%n/

    應該將用戶名和域名都轉換成小寫:
    mail_location = maildir:/%Lh/%Ld/%Ln/:INDEX=/%Lh/%Ld/%Ln/

    如果客戶端程序(如 OutLook Express)里填的用戶名是用大寫字母,在使用 IMAP
    或 POP3 協議登錄郵件伺服器時,舊的配置會導致 Dovecot 自動創建的目錄也是
    大寫的。加 L 字元之後會強制使用小寫字母。

在此要特別感謝 jabincn <at> gmail.com。

ChangeLog:

0.3.1.2:
    * Lower case username while login via imap and pop in dovecot.
    * Add function to disable sendmail.
    * Disable per-user sieve script by default. %variable expansion works only
      with Dovecot v1.0.2+. RHEL 5.2 ships Dovecot v1.0.7.
    * Fix quota value in phpLDAPadmin template:
      10240000S(Courier style) -> 10240(Dovecot style).
    * Fix hardcoded admin name in LDAP acl.
    * Add function to check target architecture.

--
Best Regards.

Zhang Huangbin

- OpenBSD 4.2 -release, i386.
- RHEL 5.1 Client

[ 本帖最後由 MichaelBibby 於 2008-3-26 16:35 編輯 ]

[火星人 ] 發布 rhms-0.3.1.2已經有1948次圍觀

http://coctec.com/docs/service/show-post-31648.html