中国反垃圾邮件联盟论坛: postfix邮件系统 - 中国反垃圾邮件联盟论坛

跳到内容

  • (10 页)
  • +
  • « First
  • 3
  • 4
  • 5
  • 6
  • 7
  • 末页 »
  • You cannot start a new topic
  • You cannot reply to this topic

postfix邮件系统

#61 User is offline   anstan

  • 中士
  • PipPipPip
  • 群组: 老会员
  • 帖子: 60
  • 加入: 2004-07-07 21:09

发表于 2005-06-15 21:09:22

yanpeng, on 2005年6月15日 - 16:24, said:

按楼主的文档,已经全部装好。原来收发邮件很正常,但在把防病毒、垃圾邮件应用都装好后,却不能收发,信件都堆积到了队列里了。
现象是:
#mailq
98584F461D 414 Wed Jun 15 11:07:06 a@ceirh8.cei.gov.cn
(lost connection with 127.0.0.1[127.0.0.1] while sending end of data -- message may be sent more than once)
yanpeng@mx.cei.gov.cn

请问,有人遇到过吗,会是什么原因呢?
非常感谢。

要是在freebsd下安装就简单多了。
专业生产广告扇、鼠标垫、杯垫餐垫、无纺布购物袋、编织购物袋等等广告礼品、促销礼品。详情请见:http://www.flsyc.com" target="_blank">http://www.flsyc.com
0

#62 User is offline   jason2003

  • 中士
  • PipPipPip
  • 群组: 老会员
  • 帖子: 69
  • 加入: 2003-10-16 09:09

发表于 2005-06-20 10:10:46

使用maildirmake.sh为何每个域只能建一个用户。
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.
user test@test.com
+OK Password required.
pass test
+OK logged in

Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.
user xie@test.com
+OK Password required.
pass xie
-ERR chdir test.com/xie/ failed
Connection closed by foreign host.
运行maildirmake.sh如下:
mkdir: cannot create directory `/var/mailbox/': File exists
教本好像有点问题,请帮忙看看
0

#63 User is offline   anstan

  • 中士
  • PipPipPip
  • 群组: 老会员
  • 帖子: 60
  • 加入: 2004-07-07 21:09

发表于 2005-06-20 16:04:07

不好意思,是maildirmake.sh有误
if [ ! -f /var/mailbox/$1 ]
有错,应该是

if [ ! -d /var/mailbox/$1 ]
专业生产广告扇、鼠标垫、杯垫餐垫、无纺布购物袋、编织购物袋等等广告礼品、促销礼品。详情请见:http://www.flsyc.com" target="_blank">http://www.flsyc.com
0

#64 User is offline   jason2003

  • 中士
  • PipPipPip
  • 群组: 老会员
  • 帖子: 69
  • 加入: 2003-10-16 09:09

发表于 2005-06-21 16:04:24

谢谢anstan。 参考你的大作,邮件系统基本完成,不知道你能否提供一下杀毒模块。否则clamv只能防止垃圾邮件,对病毒邮件就无能为力了
0

#65 User is offline   anstan

  • 中士
  • PipPipPip
  • 群组: 老会员
  • 帖子: 60
  • 加入: 2004-07-07 21:09

发表于 2005-06-21 19:07:14

jason2003, on 2005年6月21日 - 16:24, said:

谢谢anstan。 参考你的大作,邮件系统基本完成,不知道你能否提供一下杀毒模块。否则clamv只能防止垃圾邮件,对病毒邮件就无能为力了

clamav是防病毒的,spamassassin是防垃圾的。
专业生产广告扇、鼠标垫、杯垫餐垫、无纺布购物袋、编织购物袋等等广告礼品、促销礼品。详情请见:http://www.flsyc.com" target="_blank">http://www.flsyc.com
0

#66 User is offline   jason2003

  • 中士
  • PipPipPip
  • 群组: 老会员
  • 帖子: 69
  • 加入: 2003-10-16 09:09

发表于 2005-06-22 09:09:25

amavisd.conf中有这么一句话
#@bypass_virus_checks_maps = (1); # uncomment to DISABLE anti-virus code
如果不去掉前面的#,所有的邮件都停滞在邮件队列里,不能正常收发。相关信息如下:
44E28101D5B 4636 Wed Jun 22 09:26:17 test@test.com
(host 127.0.0.1[127.0.0.1] said: 451 4.5.0 Error in processing, id=02501-01, virus_scan FAILED: virus_scan: NO VIRUS SCANNERS AVAILABLE (in reply to end of DATA command))
test@test.com
0

#67 User is offline   anstan

  • 中士
  • PipPipPip
  • 群组: 老会员
  • 帖子: 60
  • 加入: 2004-07-07 21:09

发表于 2005-06-22 10:10:12

jason2003, on 2005年6月22日 - 9:25, said:

amavisd.conf中有这么一句话
#@bypass_virus_checks_maps = (1); # uncomment to DISABLE anti-virus code
如果不去掉前面的#,所有的邮件都停滞在邮件队列里,不能正常收发。相关信息如下:
44E28101D5B 4636 Wed Jun 22 09:26:17 test@test.com
(host 127.0.0.1[127.0.0.1] said: 451 4.5.0 Error in processing, id=02501-01, virus_scan FAILED: virus_scan: NO VIRUS SCANNERS AVAILABLE (in reply to end of DATA command))
test@test.com

取消这行注释,就是取消反病毒的功能。
因为你的clamav有问题,所以取消就好了。日志说找不到病毒扫描工具?

# netstat -an | grep LISTEN (应该可以看到这两个端口在监听)
127.0.0.1.10024 *.* 0 0 49152 0 LISTEN
127.0.0.1.10025 *.* 0 0 49152 0 LISTEN

这两个端口开着吗?
专业生产广告扇、鼠标垫、杯垫餐垫、无纺布购物袋、编织购物袋等等广告礼品、促销礼品。详情请见:http://www.flsyc.com" target="_blank">http://www.flsyc.com
0

#68 User is offline   jason2003

  • 中士
  • PipPipPip
  • 群组: 老会员
  • 帖子: 69
  • 加入: 2003-10-16 09:09

发表于 2005-06-22 11:11:04

anstan, on 2005年6月22日 - 10:12, said:

jason2003, on 2005年6月22日 - 9:25, said:

amavisd.conf中有这么一句话
#@bypass_virus_checks_maps = (1);  # uncomment to DISABLE anti-virus code
如果不去掉前面的#,所有的邮件都停滞在邮件队列里,不能正常收发。相关信息如下:
    44E28101D5B    4636 Wed Jun 22 09:26:17  test@test.com
(host 127.0.0.1[127.0.0.1] said: 451 4.5.0 Error in processing, id=02501-01, virus_scan FAILED: virus_scan: NO VIRUS SCANNERS AVAILABLE (in reply to end of DATA command))
                                        test@test.com

取消这行注释,就是取消反病毒的功能。
因为你的clamav有问题,所以取消就好了。日志说找不到病毒扫描工具?

# netstat -an | grep LISTEN (应该可以看到这两个端口在监听)
127.0.0.1.10024 *.* 0 0 49152 0 LISTEN
127.0.0.1.10025 *.* 0 0 49152 0 LISTEN

这两个端口开着吗?

谢谢anstan,我已经搞定了,是amavisd.conf中的设置有点问题。
0

#69 User is offline   anstan

  • 中士
  • PipPipPip
  • 群组: 老会员
  • 帖子: 60
  • 加入: 2004-07-07 21:09

发表于 2005-06-22 11:11:06

我的文档有问题吗?
专业生产广告扇、鼠标垫、杯垫餐垫、无纺布购物袋、编织购物袋等等广告礼品、促销礼品。详情请见:http://www.flsyc.com" target="_blank">http://www.flsyc.com
0

#70 User is offline   jason2003

  • 中士
  • PipPipPip
  • 群组: 老会员
  • 帖子: 69
  • 加入: 2003-10-16 09:09

发表于 2005-06-22 13:01:01

有点小问题,等我小结一下贴上来
0

#71 User is offline   zyhjay

  • 新兵
  • Pip
  • 群组: 会员
  • 帖子: 6
  • 加入: 2005-06-13 14:02

发表于 2005-06-22 13:01:13

anstan, on 2005年6月22日 - 11:06, said:

我的文档有问题吗?

我用RHAS3没成功。又在装RHAS4,看看能不能。
我装RHAS3的老是无法通过密码验证,我试过不用MD5加密的,也试过MD5加密的,在老大的文章中,我全是拷贝安装的呀,怎么会这样。
0

#72 User is offline   anstan

  • 中士
  • PipPipPip
  • 群组: 老会员
  • 帖子: 60
  • 加入: 2004-07-07 21:09

发表于 2005-06-22 13:01:18

zyhjay, on 2005年6月22日 - 13:13, said:

anstan, on 2005年6月22日 - 11:06, said:

我的文档有问题吗?

我用RHAS3没成功。又在装RHAS4,看看能不能。
我装RHAS3的老是无法通过密码验证,我试过不用MD5加密的,也试过MD5加密的,在老大的文章中,我全是拷贝安装的呀,怎么会这样。

不知道啊,我自己安装的时候没问题的啊。
专业生产广告扇、鼠标垫、杯垫餐垫、无纺布购物袋、编织购物袋等等广告礼品、促销礼品。详情请见:http://www.flsyc.com" target="_blank">http://www.flsyc.com
0

#73 User is offline   anstan

  • 中士
  • PipPipPip
  • 群组: 老会员
  • 帖子: 60
  • 加入: 2004-07-07 21:09

发表于 2005-06-22 13:01:23

jason2003, on 2005年6月22日 - 13:01, said:

有点小问题,等我小结一下贴上来

那我等着,到时候改一改,使后来人少走弯路。
专业生产广告扇、鼠标垫、杯垫餐垫、无纺布购物袋、编织购物袋等等广告礼品、促销礼品。详情请见:http://www.flsyc.com" target="_blank">http://www.flsyc.com
0

#74 User is offline   zyhjay

  • 新兵
  • Pip
  • 群组: 会员
  • 帖子: 6
  • 加入: 2005-06-13 14:02

发表于 2005-06-22 16:04:33

anstan, on 2005年6月22日 - 11:06, said:

我的文档有问题吗?

在RHAS 4 里安装,前面步骤全部正常,出现如下问题
1、[root@jxcom ~]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
+OK Hello there.
USER test@test.com
+OK Password required.
PASS test
-ERR Temporary problem, please try again later
Connection closed by foreign host.

[root@jxcom ~]#

什么意思呢,我以前在RHAS 3 也是一样的。我按这个文档都装了8次了,都不成功。我好笨呀。老大,救救我吧。
0

#75 User is offline   anstan

  • 中士
  • PipPipPip
  • 群组: 老会员
  • 帖子: 60
  • 加入: 2004-07-07 21:09

发表于 2005-06-22 16:04:45

zyhjay, on 2005年6月22日 - 16:33, said:

anstan, on 2005年6月22日 - 11:06, said:

我的文档有问题吗?

在RHAS 4 里安装,前面步骤全部正常,出现如下问题
1、[root@jxcom ~]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
+OK Hello there.
USER test@test.com
+OK Password required.
PASS test
-ERR Temporary problem, please try again later
Connection closed by foreign host.

[root@jxcom ~]#

什么意思呢,我以前在RHAS 3 也是一样的。我按这个文档都装了8次了,都不成功。我好笨呀。老大,救救我吧。

这个问题没碰到过,不是很清楚。
我给你我的authmysqlrc文件,你试试
http://anstan.go.nea...uthmysqlrc.conf
下来后,把文件名改回来。
专业生产广告扇、鼠标垫、杯垫餐垫、无纺布购物袋、编织购物袋等等广告礼品、促销礼品。详情请见:http://www.flsyc.com" target="_blank">http://www.flsyc.com
0

  • (10 页)
  • +
  • « First
  • 3
  • 4
  • 5
  • 6
  • 7
  • 末页 »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users