会。
但是你可以让 iRedMail 不安装这几个包,也不配置他们。具体的帖子请搜索本论坛。
支持 Red Hat Enterprise Linux, CentOS, Scientific Linux, Debian, Ubuntu, FreeBSD, OpenBSD
您尚未登陆。 请选择登陆或是注册一个新账号。
iRedMail 开源邮件服务解决方案 » 由 ZhangHuangbin 发表的文章
会。
但是你可以让 iRedMail 不安装这几个包,也不配置他们。具体的帖子请搜索本论坛。
greylist 虽然刚开始几天会延时,但是跑起来几天之后,经常有邮件往来的域都会和没有 greylist 时一样及时到达。
另外,你可以先观察几天邮件日志,将常邮件往来的域直接加入白名单后再开启 greylist。
iRedMail 会自动帮你安装 apache、mysql、php。
如果你装了 sendmail,会提示你是否删除。
你要做的就是安装好一个 CentOS/RHEL 5.x 的操作系统,邮件系统的事情都交给 iRedMail。
好贴。加精华。:loveliness:
SMTP id 75BE12818254??for <test@example.com>; Mon, 16 Mar 2009 17:08:05 +0800 (CST) from unknown[193.140.168.94]; from=<> to=<test@lfm-agile.com.hk> proto=SMTP helo=<wergvan>
光从这条 log 看,你有几个地方没有做控制:
iRedMail 里这些都做了控制,所以绝对不会出现这样的垃圾邮件。
如果使用 Maildir 格式的邮箱,rsync 应该可以。
另外,建议看一下 imapsync 这个工具。
不妨告诉我们你需要哪些相关的信息?我们会逐步整理到文档区:
http://www.iredmail.org/wiki/index.php? … edMail_Doc
一封比较难判断呀。另外,建议在邮件头里插入 HELO 标识。
邮件日志里也许有更详细的信息可以用于分析垃圾邮件规律。
贴一下你 SQL 里保存的路径,然后贴一下 mail_location 设置,以及 /etc/dovecot-mysql.conf 里的 user_query 设置。
本贴 ExtMail 迁移中涉及的 Dovecot 设置已同步到迁移文档:
http://www.iredmail.org/wiki/index.php? … l_Solution
感谢 gqkkk 的测试和反馈。:loveliness:
mailman 当时整合得不够完善,所以先去掉了。但是有计划重新整合进去:
http://code.google.com/p/iredmail/wiki/Roadmap
如果你有整合 mailman 的详细文档,可以分享给我们,以便我们将它平滑地整合进去。也方便其它用户。
尝试这样改一下:
* dovecot-mysql.conf 里,user_query 设置为:
user_query = SELECT CONCAT("/home/vmail", maildir) AS home, "/home/vmail/sieve/%Ld/%Ln/" AS sieve_dir, CONCAT('*:bytes=', quota*1048576) AS q
uota_rule FROM mailbox WHERE username='%u' AND active='1' AND enable%Ls='1' AND expired >= NOW()
也就是去掉了单独取出 maildir 字段。
* dovecot.conf 里改 mail_location:
mail_location = maildir:/%Lh/:INDEX=/%Lh/
将 debug 参数打开,以检查是否是正确的 maildir 路径。然后重启 dovecot 进行测试。
反垃圾还得看具体的邮件的一些信息,例如发件人、收件人,以及 postfix 的配置等等。
这样没法说明问题。
管理后台正在开发中,这里有进度表:
http://www.iredmail.org/bbs/viewthread.php?tid=571
Eddiechen 之前跟我说过似乎大部分 VPS 提供商使用的 OS 模板都一样 :lol
http://dovecot.org/releases/1.1/dovecot-1.1.12.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.12.tar.gz.sig
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta2.tar.gz
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta2.tar.gz.sig
I thought I'd do a double-release since it's Friday the 13th. v1.2.0 is
getting closer, mainly some ACL fixes left.
Changes in v1.2.beta2 since beta1:
* Authentication userdb: Renamed system_user to system_groups_user.
Probably pretty much no one used this feature.
* deliver no longer creates temp files to /tmp. They're instead created
to the users' mailbox directories.
- IMAP: Fixed SORT command crashing
- POP3 was broken in beta1
- Fixes to virtual mailboxes
- Fixes to IMAP ACL support
Changes in both v1.1.12 and v1.2.beta2:
* Added :MAILBOXDIR= to mail_location to specify the root dir for
mailboxes. dbox users should migrate to ":MAILBOXDIR=mailboxes",
because that's going to be the default in v1.2+.
+ Linux: Adding -D parameter to login_executable makes login processes
dump core to login_dir if they crash.
- IMAP: SELECT didn't always return first unseen message in reply
- POP3: pop3_lock_session=yes didn't use mail_privileged_group while
dotlocking.
- mbox: Don't crash if >=8192 bytes long line begins with "From ".
- Maildir: More fixes to handling over 26 keywords.
- Several logging fixes and improvements
- Fixed authentication caching with non-plaintext mechanisms when
using a blocking passdb (e.g. MySQL)
- Fixed DIGEST-MD5 authentication with user@domain style usernames.
楼主,能否贴一下你的某个用户的 SQL 数据?
例如:
mysql> SELECT * FROM mailbox;
看一下具体的路径,然后可以稍微改一下 dovecot 的设置。这样应该就可以了。
黑白名单的操作文档在这里(英文):
http://policyd.sourceforge.net/readme.html
这个问题我会尽快测试并给出解决方案的,之前没有引起重视,很抱歉。
不要重复安装。
iRedMail 开源邮件服务解决方案 » 由 ZhangHuangbin 发表的文章
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2010 PunBB.
页面生成时间 0.104 秒, 共执行查询 47 条