有这种事?我再测试一下
支持 Red Hat Enterprise Linux, CentOS, Scientific Linux, Debian, Ubuntu, FreeBSD, OpenBSD
您尚未登陆。 请选择登陆或是注册一个新账号。
iRedMail 开源邮件服务解决方案 » 由 ZhangHuangbin 发表的文章
来自 iredmailsupport@ 技术支持列表:
-------------------
*注意*:
为了鼓励 iRedMail 用户将自己的一些信息公开在”成功案例“页面,以帮助
宣传和推广 iRedMail,这些备份工具仅限于本邮件列表里的用户使用,请
*不要*向未列在”成功案例“页面的管理员公开。
- 成功案例:
http://www.iredmail.org/wiki/index.php/IRedMail_Success_Stories
感谢大家的支持和帮助。
-------------------
发布用于备份 MySQL 的脚本(0.1),可用于结合 crontab 定期备份数据库:
- backup_MySQL_db-0.1.sh
请各位网友帮忙测试,看是否需要再做加强。
脚本下载地址:
- http://groups.google.com/group/iredmailsupport/files/
使用方法:
1) 打开 backup_MySQL_db-0.1.sh,设置 MySQL 数据库的 root 用户和
密码:
MYSQL_USER='root'
MYSQL_PASSWD='passwd'
2) 执行脚本:
# sh backup_MySQL_db-0.1.sh
注意:
- 备份得到的文件默认存放在 /root/mysql_db/年.月.日/ 目录下;
- 脚本执行时默认没有任何输出,但是会在备份目录里生成日志文件,如:
+ backup-mysql-2008.10.23.log.bz2
- 备份使用 mysqldump 命令进行,默认的字符集编码设置为 utf-8。如果
需要修改,请打开脚本,修改 'DB_CHARACTER_SET' 变量。
备注:
* 该脚本我自己使用了一年多的时间,结合 crontab 定时备份,效果不错。
* 从 iRedMail-0.3.2 开始将不带任何备份工具,原有的
'tools/backup_mysql_db.sh' 在 svn 版本中已经删除。这是为了鼓励
用户将自己简短的服务器部署信息列在“成功案例”页面上,以帮助
iRedMail 宣传和推广。希望大家能够理解。
* 本次发布的脚本比 iRedMail-0.3.1 及之前版本中自带的有所改进。
再次感谢大家的支持和帮助。
--
Best regards.
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
iRedOS 是一个完整的 ISO,为了方便,所以将软件包都放进去了。
iRedMail 一直都需要从网上下载软件包的。
来自 iredmailsupport@ 邮件技术支持列表:
Hi, all.
发布用于备份 iRedMail 邮件系统相关软件的配置文件的脚本(0.1-beta1):
- backup_iRedMail_Conf-0.1-beta1.sh
请各位网友帮忙测试,看是否遗漏了需要备份的文件。
脚本下载地址:
- http://groups.google.com/group/iredmailsupport/files/
使用方法:
# sh backup_iRedMail_Conf-0.1-beta1.sh
执行完后会在 /root 目录下生成文件名类似这样的压缩包,里面包含 iRedMail
所使用的相关软件的配置文件,包括 SSL 证书等文件:
- /root/iRedMail_Backup_Conf-2008.10.23_12.19.19.tar.bz2
需要查看该文件的内容可以使用以下命令:
# tar ttvf /root/iRedMail_Backup_Conf-2008.10.23_12.19.19.tar.bz2
*注意*:该脚本不会备份以下内容,需要您进行额外的备份工作:
- MySQL 数据库(默认目录:/var/lib/mysql。已有备份脚本,稍后发布)
- 虚拟用户的邮件(默认目录:/home/vmail)
- Postfix 的邮件队列(默认目录:/var/spool/postfix)
*注意*:
为了鼓励 iRedMail 用户将自己的一些信息公开在”成功案例“页面,以帮助
宣传和推广 iRedMail,这些备份工具仅限于本邮件列表里的用户使用,请
*不要*向未列在”成功案例“页面的管理员公开。
感谢大家的支持和帮助。
--
Best regards.
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
http://dovecot.org/releases/1.1/dovecot-1.1.5.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.5.tar.gz.sig
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha3.tar.gz
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha3.tar.gz.sig
A combined release announcement for a change. :)
Largest changes since v1.1.4:
* Dovecot prints an informational message about authentication problems
at startup. The message goes away after the first successful
authentication. This hopefully reduces the number of "Why doesn't
my authentication work?" questions.
+ Maildir/dbox: Try harder to assign unique UIDVALIDITY values to
mailboxes to avoid potential problems when recreating or renaming
mailboxes. The UIDVALIDITY is tracked using dovecot-uidvalidity*
files in the mail root directory.
+ Many logging improvements
- In some conditions Dovecot could have stopped using existing cache
file and never used it again until it was deleted.
- pop3 + Maildir: Make sure virtual sizes are always written to
dovecot-uidlist. This way if the indexes are lost Dovecot will never
do a huge amount of work to recalculate them.
- mbox: Fixed listing mailboxes in namespaces with prefix beginning
with '~' or '/' (i.e. UW-IMAP compatibility namespaces didn't work).
- dict quota: Don't crash when recalculating quota (when quota warnings
enabled).
- Fixes to handling "out of disk space/quota" failures.
- Blocking passdbs/userdbs (e.g. PAM, MySQL) could have failed lookups
sometimes when auth_worker_max_request_count was non-zero.
- Fixed compiling with OpenBSD
Largest changes since v1.2.alpha2:
+ Added userdb checkpassword (by Sascha Wilde)
+ Autocreate plugin: http://wiki.dovecot.org/Plugins/Autocreate
+ Listescape plugin: http://wiki.dovecot.org/Plugins/Listescape
- All the same fixes as for v1.1.5
I was thinking about waiting for Kolab people's work for shared mailbox
support to get done, get that code to v1.2 tree and then release
v1.2.beta1 with feature freeze.
MySQL 的日常备份,可以用 crontab,iRedMail 的 'tools/' 目录提供了备份 MySQL 的脚本:
http://www.iredmail.org/wiki/index.php/ … pt_is_here
系统配置文件的备份,可以使用 tools/sysreport.sh 脚本,但是还需要增加一些文件路径才比较完整。这个我会在后期完善一下。
参考:
- iRedMail 管理员指南:
http://www.iredmail.org/wiki/index.php/ … 1.E6.8E.A7
已有一些朋友用于生产环境了,而且还是 0.2 的版本:
http://code.google.com/p/iredmail/wiki/Success_Stories
如果你现在需要部署,建议使用最新的 iRedMail-0.3.1:
http://code.google.com/p/iredmail/downloads/list
文档已整理到 wiki 中:
感谢 bottle 的分享 :loveliness:
感谢大家的支持 :loveliness:
iptables -A OUTPUT -p icmp -j ACCEPT
这个应该可以不用。
是否标记为 Spam,主要看你的分数够不够高。
顶一下,希望IReamail和IRedOS 越做越好啊~!!
Hi, All.
iRedMail-0.3.1 稳定版和 iRedOS-0.1.1 稳定版发布,适用于生产环境。同时,
iRedMail 和 iRedOS 进入维护状态,Bibby 已全力以赴进行管理后台的规划和
开发。管理后台功能需求征集:
http://www.iredmail.org/bbs/viewthread.php?tid=257&extra=page%3D1
备注:iRedOS 是基于 CentOS 5.2 裁减,并加入 iRedMail 稳定版的一个操作
系统安装光盘。详细信息请参考:
- http://www.iredmail.org/yum/iRedOS/iRedOS.README
iRedOS 下载地址:
- http://www.iredmail.org/iRedOS/
*) iRedMail-0.3.1 发布相关
0.3.1 版本主要是基于 0.3 版本做一些 bug 修正,以及软件包更新。已经部署
了 0.3 或其他版本的用户,只需要使用 iRedMail 的 yum 仓库进行软件更新,
以及加入 iredmailsupport <at> googlegroups.com 技术支持邮件进行对应的
修正即可同步到 0.3.1 版本。
注意:
只有列在网站的“成功案例”页面的系统管理员才能加入 iredmailsupport
@googlegroups.com 邮件列表,获得最及时的技术支持和升级服务。
成功案例:
http://www.iredmail.org/wiki/index.php/IRedMail_Success_Stories
*) 更新的软件包主要有:
- Dovecot => 1.1.4.
- SquirrelMail => 1.4.16.
- Horde WebMail => 1.2.
- phpMyAdmin => 2.11.9.2.
- perl-Mail-SPF => 2.006-1.
已经部署了 iRedMail 的朋友可以使用 yum 仓库进行升级。如何添加和使用
iRedMail 提供的 yum 仓库,可以参考文档:
- http://www.iredmail.org/wiki/index.php/IRedMail_Yum_Repo
*) 修正的问题主要有:
- 修正各日志文件的 logrotate 配置中 'killall' 命令的路径,以及
sieve.log 文件的权限问题。感谢 chenwei1973 <at> gmail 的反馈和
修正。
- 禁止使用 xinetd 方式启动 pysieved 服务。
- 添加 crontab 任务用于定期删除 Amavisd 拦下的病毒邮件。感谢
xcrossbow <at> gmail 反馈和修正。
*) 增强的功能有:
- Postfix, Dovecot, Apache, OpenLDAP 使用同一个 SSL 证书,以方便
管理员维护。
*) iRedMail 脚本相关的修正有:
- 移除废弃的函数调用:openldap_tls_config。感谢 ipostfix @gmail
的反馈。
- 修正 phpLDAPadmin 解压后的权限错误。感谢 ipostfix @gmail
的反馈。
- 创建第一个普通账户时禁止使用空用户名。感谢 EdisonWang2007 @gmail
的反馈。
*) iRedMail-0.3.1 完整的更新日志:
- http://iredmail.googlecode.com/svn/trunk/iRedMail/ChangeLog
您的任何意见和反馈对我们而言都是宝贵的,欢迎您下载测试,衷心希望能够
帮助大家 在 RHEL/CentOS 平台快速搭建好功能完备的邮件服务器。
iRedMail 邮件方案项目的相关链接:
* 项目主页:
http://iRedMail.googlecode.com/
* 成功案例:
http://www.iredmail.org/wiki/index.php/IRedMail_Success_Stories
注意:
只有列在“成功案例”页面的系统管理员才能加入 iredmailsupport
@googlegroups.com 邮件列表,获得最及时的技术支持和升级服务。
* 论坛/社区:
http://www.iredmail.org/bbs/
http://groups.google.com/group/iredmail/
* 完整的实施文档:
http://www.iredmail.org/wiki/index.php/IRedMail_Doc
* iRedMail 安装指南:
http://code.google.com/p/iredmail/wiki/Installation_zh
* iRedMail 管理员指南:
http://code.google.com/p/iredmail/wiki/Admin_Guide
* iRedMail 客户端用户指南:
http://code.google.com/p/iredmail/wiki/User_Guide
* 致谢:
http://code.google.com/p/iredmail/wiki/Credits
--------
*) iRedMail 开源邮件方案简介
iRedMail,中文名为“艾瑞得邮件”,由 rhms 项目更名而来。是针对 Red Hat(R)
Enterprise Linux 和 CentOS 设计的邮件服务器解决方案,是在操作系统安装好
后使用的一套 shell 脚本,用于快速部署一套功能完善的邮件服务器解决方案。
目前支持的操作系统:Red Hat(R) Enterprise Linux, CentOS。
支持的操作系统版本:5.0, 5.1, 5.2。
*) iRedMail 需要您的帮助和支持。
要掌握一套邮件服务器解决方案所涉及的知识,需要花费许多时间,所以我们
更觉得,知识要分享出去,以使后来者可以少走一些弯路。
成长自己,成就他人。
我们会继续保持 iRedMail 完全开源(Full Open Source),为大家提供强大而
完善的邮件服务解决方案。并且努力营造活跃而高效的社区,为大家提供友好
的交流平台。但是,iRedMail 也需要您的支持和帮助。
如果您觉得 iRedMail 还不错,希望您能通过以下途径帮助我们:
* 告诉您的朋友,iRedMail 是什么,有什么功能和特性;
* 在您的博客(Blog)上发布关于 iRedMail 的信息;
* 向需要邮件服务器的网友推荐他们尝试 iRedMail;
* 在您常去的论坛的邮件服务相关版块发布关于 iRedMail 的介绍和功能
特性等信息;
更多途径,请阅读以下链接:
- http://www.iredmail.org/wiki/index.php/Help_US
感谢您的帮助和支持,iRedMail 因为有你们的帮助才能够更完善。
*) 技术支持与有偿服务。
iRedMail 的用户可以通过以下途径得到及时的技术支持:
- 论坛: http://www.iredmail.org/bbs/
- 邮件列表:
+ http://groups.google.com/group/iredmail/
+ http://groups.google.com/group/iredmailsupport/
有偿服务则主要包含安装 RHEL/CentOS 操作系统,部署 iRedMail 邮件方案,
以及邮件系统后期的技术支持、软件更新、性能调优,以及基于 RHEL/CentOS
4.x 和 5.x 的解决方案等。例如,集群,文件服务器等。
--------
iRedMail 开源邮件方案的主要特色及功能有:
*) 轻松、快速部署
* 1分钟内即可完成安装与配置。
*) 支持多平台、多版本
* 支持 i386, x86_64 平台。
* 支持 Red Hat Enterprise Linux/CentOS 5.0 ~ 5.2 版本。
*) 安全传输
* 为 Web 访问提供了 TLS/SSL 加密支持,有效保障您的信息安全;
* 提供 SMTP,SMTPS 服务,为您发送的邮件提供加密支持,有效保障您的
信息安全。
* 提供 POP3,POP3S,IMAP,IMAPS 服务。您的用户可以使用 OutLook,
Foxmail, Thunderbird 等邮件客户端收发邮件,并且可以选择是否使用
加密传输以保证信息安全;
* 灵活的邮件备份与监控机制。可以监控、备份单个用户收发的邮件,也
可以对整个域的用户进行监控和备份。
*) 有效抵挡垃圾邮件
* 使用 SPF 技术识别邮件来源,有效防止假冒邮件。
* 使用 DKIM 签名和校验技术。
o 有效保证您的邮件顺利抵达收件人,并且收件方可以准确识别您的
邮件,有效防止邮件被拒收等问题。
o 有效验证接收到的邮件是否缺失来自发件的域,有效防止垃圾邮件、
假冒邮件。
* 使用灰名单(greylist)技术,有效抵挡垃圾邮件。有许多系统管理员
反馈,使用了灰名单技术后,垃圾邮件减少了 20% - 90%。
* 黑、白名单技术。
* 强大的 spamtrap(垃圾邮件陷阱)机制。
通过设置一个不存在的邮件地址,例如:hr@example.com,来作为
陷阱,所有发到这个地址的发件人都将被认为是垃圾邮件发送者,会
被列入黑名单。这种方法可以减少你的系统浪费在垃圾邮件识别上的
时间和性能。
* 灵活的邮件收发频率控制。例如,限制某用户在一分钟内最多只能发送
或接收 5 封邮件。
* 灵活的邮件收发总容量控制。例如,限制某用户在一分钟内最多只能发送
或接收 10M 的邮件。
*) 有效的病毒防护机制
* 使用强大的开源查杀毒引擎 ClamAV 为您的邮件提供病毒查杀服务,并且
定期更新病毒库,以保障您的邮件安全。
*) Web Mail
* 提供基于 AJAX 技术的 Web Mail 程序,易于操作,性能优异,速度快。
也为您的移动办公提供极大的便利。
* 您还可以选择其它 Web Mail 程序:
o ExtMail?
o Horde WebMail?
o SquirrelMail?
*) 灵活的用户策略控制
* 设置某些用户只能发送邮件到本域和子域。
* 设置某些邮件地址只能接收来自本域用户的邮件。
* 灵活的邮件收发控制。您可以实现以下策略:
o 只能收,不能发。
o 只能发,不能收。
o 不能使用 POP3 服务;
o 不能使用 IMAP 服务。
* 灵活的单封邮件大小控制;您可以为您的 Boss 设置单封邮件的大小为
20M,30M 等,而其他用户则只能是 10M。
* 灵活的收件控制。用户可以屏蔽某个域的所有邮件,但允许接收其中某个
用户的邮件。
*) 管理选项
* 无限量的虚拟域和虚拟用户。
* 为管理员提供了方便易用的管理后台,进行域、用户的添加删除等日常
管理工作;
* 详细的邮件流量分析。以图表的形式为您呈现邮件服务器的活动状况。
--
Best Regards.
Zhang Huangbin
- iRedMail: Mail Server Solution for Red Hat(R) Enterprise Linux & CentOS 5.x:
http://iRedMail.googlecode.com/
帖子在这里:
http://www.iredmail.org/bbs/viewthread. … 8%E9%B8%9F
如果你是用 iRedMail 部署的,那么在 /etc/postfix/header_checks 文件里已经有了(最后一行),只不过默认是注释掉的。
这样的需求似乎不多呀,目前只有你提出这样的需求。
可以尝试发起一个投票,看看这样的方式是否可行。
在 iRedMail 方案中,SpamAssassin 是由 Amavisd 调用,并不是以后台进程的形式存在,所以不会开启 783 端口。
如果需要开启 783 端口,启动 /etc/init.d/spamd 服务,并在 /etc/sysconfig/iptables 中放行 783 端口。
你在安装完 iRedMail 后,会在目录下生成一个 iRedMail.tips 文件,里面都已经记录了。
感谢楼主分享 :loveliness:
http://dovecot.org/tmp/dovecot-1.1.5-rc.tar.gz
I thought about making v1.1.5 release today, but then thought maybe I'll
make an RC instead since I did quite a lot of changes this weekend. So
please try and see if there are any bugs left. I'll make the final
release in a couple of days.
The largest changes since v1.1.4:
+ Maildir/dbox: Try harder to assign unique UIDVALIDITY values to
mailboxes to avoid potential problems when recreating or renaming
mailboxes. The UIDVALIDITY is tracked using dovecot-uidvalidity*
files in the mail root directory.
+ Many logging improvements
- In some conditions Dovecot could have stopped using existing cache
file and never used it again until it was deleted.
- pop3 + Maildir: Make sure virtual sizes are always written to
dovecot-uidlist. This way if the indexes are lost Dovecot will never
do a huge amount of work to recalculate them.
- mbox: Fixed listing mailboxes in namespaces with prefix beginning
with '~' or '/' (i.e. UW-IMAP compatibility namespaces didn't work).
- dict quota: Don't crash when recalculating quota (when quota warnings
enabled).
- Fixes to handling "out of disk space/quota" failures.
- Fixed compiling with OpenBSD
iRedMail 开源邮件服务解决方案 » 由 ZhangHuangbin 发表的文章
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2010 PunBB.
页面生成时间 0.289 秒, 共执行查询 25 条