网址为:
http://www.kowee.com/exim/exim002.html
shiv 回复于:2003-10-14 12:16:02 |
这个的优点能谈谈吗?感谢又多了一种! |
xuezs 回复于:2003-10-14 12:49:13 |
优点?没仔细想过。
但Exim相对其它的MTA,特别是Qmail,有如下特点: 1、配置极其灵活。 2、log文件含义清晰。qmail的log简直就是天书。 3、仍处于活动的开发中。 4、调试非常方便。Exim几乎可以将所有的操作都Debug出来,比如auth/route/transport/acl。这点在配置阶段绝对有用。 5、有现成的工具,比如exiqsumm(队列统计)、eximon(图形化的监控工具)、eximstats(历史分析工具) 其实每种方案总有它的优劣,关键看能否满足当前的需要。上面提到exim的优点之一是配置灵活,但这也有相反的一面,即新手要掌握相当不易。 |
xuezs 回复于:2003-10-15 11:43:27 |
怎么没人看呢,不好意思,再顶一下。 |
peijun.jiang 回复于:2003-10-15 12:45:18 |
[quote:624ae20ec3="xuezs"]怎么没人看呢,不好意思,再顶一下。[/quote:624ae20ec3]
有人看呀,我的一个就看了。 不过这里使用sendmail、postfix和qmail的居多,要想使用的人多,就靠你的大力推广了。呵呵! |
liuwping 回复于:2003-10-15 13:46:53 |
对啊, 有没有SEND A COPY 工能啊! |
xuezs 回复于:2003-10-15 14:41:35 |
当前这个版本没有,但很容易实现。
假设需要是这样: 1、对所有发送到domain1.com,domain2.com和domain3.net的邮件进行备份 2、备份user1@eximit.com,user2@mailit.com和user8@imap.com的收取邮件 3、备份user9@eximit.com和user7@imapit.com的发送邮件。 操作如下: 1、在exim.conf中定义: domainlist outbound_copy_domans = domain1.com : domain2.com : domain3.net addresslist inbound_copy_addresses = user1@eximit.com : user2@mailit.com : user8@imap.com addresslist outbound_copy_addresses = user9@eximit.com : user7@imapit.com 2、在routers配置中增加 1)在mydomain:前面 r_copy_outbound_by_domain: driver = accept domains = +outbound_copy_domans transport = t_copy_outbound_by_domain unseen r_copy_outbound_by_address: driver = accept senders = +outbound_copy_addresses domains = !+local_domains transport = t_copy_outbound_by_address unseen r_copy_inbound_by_address: driver = accept ??? = +inbound_copy_addresses domains = +local_domains transport = t_copy_inbound_by_address unseen 3、在transports中增加 t_copy_outbound_by_domain: driver = appendfile create_directory mode = 0700 maildir_format directory = /var/mail/archive/out/bydomain/$domain/$sender_address t_copy_outbound_by_address: driver = appendfile create_directory mode = 0700 maildir_format directory = /var/mail/archive/out/byaddr/$sender_address/$local_part@$domain t_copy_inbound_by_address: driver = appendfile create_directory mode = 0700 maildir_format directory = /var/mail/archive/in/byaddr/$local_part@$domain/$sender_address_local_part@$sender_address_domain |
xuezs 回复于:2003-10-15 14:42:14 |
上面的copy_inbound_by_address项还有些问题,我再帮你研究一下。 |
xuezs 回复于:2003-10-16 12:03:46 |
又折腾了一个英文版:
http://www.kowee.com/exim/exim002-eng.html |
xuezs 回复于:2003-11-25 15:43:18 |
顶 it again. |
hongfengyue 回复于:2004-11-08 13:15:20 |
不错,帮你顶 |
dongdonga 回复于:2004-11-10 09:32:10 |
准备试装一下。。 |
xuezs 回复于:2004-11-10 09:37:04 |
好哇。 |
我菜我怕谁 回复于:2004-11-10 09:45:09 |
能介绍一下它的优点吗? |
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/
领测软件测试网最新更新
关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073