发新话题
打印

centos4+extmail+extman+FCGI+postfix+ldap+courier-imap+maildrop+SA+amavis+SASL+TLS+clamav

引用:
下面是引用thatday于2006-07-31 20:39发表的:
支持
以前是基于qmail+igenus+igenus admin的邮件系统,请问转移到postfix困难么?
不难,基本上就是数据库数据的转换而已,当然字段肯定是要变的了。数据大部分都可以继续沿用。

邮件不需要转换。但是邮箱目录也许要变。
请引用或摘抄本站文章信息的朋友,保留本站链接及作者信息,保护版权,谢谢。

构建高性能大容量开源邮件系统- ExtMail

Postfix在中国官方网站

TOP

引用:
下面是引用garylch于2006-08-02 12:03发表的:
Why many people want mysql?
What's different between mysql and ldap in profix?
Thx so much!
mysql 是关系数据库,ldap是目录服务。性质不一样,但是作为email系统而言,都可以使用。

关键看你的需求,一般人用mysql主要是易理解。
请引用或摘抄本站文章信息的朋友,保留本站链接及作者信息,保护版权,谢谢。

构建高性能大容量开源邮件系统- ExtMail

Postfix在中国官方网站

TOP

I try to it
It's very good!
thank you

TOP

爱死你了 太详细了 太棒了!!!!!!!!!!!!!!!顶!!!!!!!!!!!!!!!!!111

TOP

globabook
用过吗?
能给个安装笔记吗

TOP

已经装好了服务器一段时间了,在extmail上可以收发邮件,用Foxmail可以收邮件,但是却无法发送邮件,Foxmail报错:
The server reply:
554 <volen@163.com>:Relay access denied.
Continue?

这应该是smtp认证部分有问题吧?

登陆本地25端口,结果如下:
[root@mail ~]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is &#39;^]&#39;.
220 mail.microsofa.com ESMTP
ehlo 163.com
250-mail.microsofa.com
250-PIPELINING
250-SIZE 10240000
250-ETRN
250-STARTTLS
250 8BITMIME

比较了论坛上的一些帖子,发现我的输出少了
250-AUTH LOGIN PLAIN

我已经装了cyrus-sasl-plain
[root@mail ~]# rpm -qa|grep sasl
cyrus-sasl-ntlm-2.1.19-5.EL4
cyrus-sasl-devel-2.1.19-5.EL4
cyrus-sasl-md5-2.1.19-5.EL4
cyrus-sasl-plain-2.1.19-5.EL4
cyrus-sasl-sql-2.1.19-5.EL4
cyrus-sasl-2.1.19-5.EL4
cyrus-sasl-gssapi-2.1.19-5.EL4

sasl也已经在运行了:
[root@mail ~]# ps aux|grep sasl
root    8519  0.0  0.0  5728  828 ?      Ss  14:24  0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a ldap
root    8522  0.0  0.0  5728  828 ?      S   14:24  0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a ldap
root    8523  0.0  0.0  5728  828 ?      S   14:24  0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a ldap
root    8524  0.0  0.0  5728  828 ?      S   14:24  0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a ldap
root    8525  0.0  0.0  5728  828 ?      S   14:24  0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a ldap
root    20691  0.0  0.0  5656  572 pts/1   S+  20:52  0:00 grep sasl

还有/usr/lib/sasl2/smtpd.conf的设置如下:
pwcheck_method: saslauthd
mech_list: PLAIN LOGIN

可是smtp认证好象实际上还是没起作用?请教大家怎样才可以排除这个故障呢?不胜感激

TOP

maybe you can check on my autoinstaller first page, i have write something there, maybe it can help you.
文章 - Ethan
Redhat Certifed Technician , Paypal Certified Developer

TOP

辛苦了!

TOP

请问在extman下修改管理员密码提示如下错误:
修改 root@extmail.com 失败, 原因: modify/add operation requires values

另外增添管理员提示如下错误:
添加 amdin123 失败, 原因: no values for attribute type
其他的都没问题,包括extmail

TOP

晕,怎么显示From:美国

请问大家有谁知道啊?

TOP

支持,真是好贴,最好能在旁边加些中文解释,利用初学者学习。

TOP

我安装到[APACHE]段时,修改了User和Group并services httpd restart后,登陆extman.ethansoft.com,添加domain时提示:
Add test.com fail, reason: modifications require authentication

这是怎么回事?小弟对ldap不了解。

TOP

引用:
下面是引用booker2688于2007-01-11 18:46发表的:
我安装到[APACHE]段时,修改了User和Group并services httpd restart后,登陆extman.ethansoft.com,添加domain时提示:
Add test.com fail, reason: modifications require authentication

这是怎么回事?小弟对ldap不了解。
没有提供正确的rootdn/rootpw而已。。
请引用或摘抄本站文章信息的朋友,保留本站链接及作者信息,保护版权,谢谢。

构建高性能大容量开源邮件系统- ExtMail

Postfix在中国官方网站

TOP

为什么小弟的认证总是提示:
535 5.7.0 ,SASL LOGIN authentication failed: generic failure

论坛的兄弟也热情帮助,我试了,还是认证通不过!
看来只有老大你出手才能搞定了。

我的问题贴:
http://www.extmail.org/forum/viewthread.php?tid=3623

谢谢老大了!

TOP

发新话题