免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 5002 | 回复: 3
打印 上一主题 下一主题

[Mail] POSTFIX同一域名的邮件无法发出。日志见下。大伙帮忙呀 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-12-13 15:44 |只看该作者 |倒序浏览
1可用积分
Dec 13 14:48:21 localhost postfix/qmgr[3574]: 3C7D01DE278: from=<xhd730@qdzzshoe.com>, size=218228, nrcpt=1 (queue active)
Dec 13 14:48:21 localhost postfix/pipe[4096]: fatal: missing user= command-line attribute
Dec 13 14:48:22 localhost postfix/qmgr[3574]: warning: private/maildrop socket: malformed response
Dec 13 14:48:22 localhost postfix/qmgr[3574]: warning: transport maildrop failure -- see a previous warning/fatal/panic logfile record for the problem description
Dec 13 14:48:22 localhost postfix/master[3573]: warning: process /usr/libexec/postfix/pipe pid 4096 exit status 1
Dec 13 14:48:22 localhost postfix/master[3573]: warning: /usr/libexec/postfix/pipe: bad command startup -- throttling
Dec 13 14:48:22 localhost postfix/error[4097]: 3C7D01DE278: to=<postmaster@qdzzshoe.com>, relay=none, delay=1.2, delays=0.14/1.1/0/0.03, dsn=4.3.0, status=deferred (unknown mail transport error)
Dec 13 14:48:36 localhost extmail[3082]: user=<postmaster@qdzzshoe.com>, client=192.168.1.80, module=login, status=loginok
Dec 13 14:49:41 localhost extmail[3082]: user=<xhd730@qdzzshoe.com>, client=192.168.1.80, module=login, status=loginok
Dec 13 14:57:34 localhost postfix/qmgr[3574]: 3C7D01DE278: from=<xhd730@qdzzshoe.com>, size=218228, nrcpt=1 (queue active)
Dec 13 14:57:34 localhost postfix/pipe[4118]: fatal: missing user= command-line attribute
Dec 13 14:57:35 localhost postfix/qmgr[3574]: warning: private/maildrop socket: malformed response
Dec 13 14:57:35 localhost postfix/qmgr[3574]: warning: transport maildrop failure -- see a previous warning/fatal/panic logfile record for the problem description
Dec 13 14:57:35 localhost postfix/master[3573]: warning: process /usr/libexec/postfix/pipe pid 4118 exit status 1
Dec 13 14:57:35 localhost postfix/master[3573]: warning: /usr/libexec/postfix/pipe: bad command startup -- throttling
Dec 13 14:57:35 localhost postfix/error[4119]: 3C7D01DE278: to=<postmaster@qdzzshoe.com>, relay=none, delay=554, delays=553/1/0/0.02, dsn=4.3.0, status=deferred (unknown mail transport error)

论坛徽章:
0
2 [报告]
发表于 2007-12-13 16:06 |只看该作者
maildrop 没配好

论坛徽章:
0
3 [报告]
发表于 2007-12-13 19:22 |只看该作者

maildrop 配置如下

我用extman 管理邮件的
maildrop 配置如下,不知道 有什么问题

# vi /etc/maildroprc

  # test if $HOME/.mailfilter  exist and readable
  `test -r "$HOME/.mailfilter" && exit 1 || exit 0`
  if ( $RETURNCODE == 1 )
  {
   include "$HOME/.mailfilter"
  }

  #*spam2junk
  if (/^X-Spam-Flag:.*YES/)
  {
   `test -f "$HOME/Maildir/.Junk" && exit 1 || exit 0`
   if ( $RETURNCODE == 0 )
   {
    `maildirmake -f Junk "$HOME/Maildir"`
   }
   to "$HOME/Maildir/.Junk/"
  }

  #default to $HOME/Maildir/
  to "$HOME/Maildir/"

maildorp -V 检测 maildorp状态也没有什么问题

maildrop -v
maildrop 2.0.4 Copyright 1998-2005 Double Precision, Inc.
GDBM extensions enabled.
Courier Authentication Library extension enabled.
Maildir quota extension enabled.
This program is distributed under the terms of the GNU General Public
License. See COPYING for additional information.


重新配置了一下maildrop , postfix 的master.cf 错误如下


Dec 13 18:17:47 localhost postfix/postfix-script[3541]: starting the Postfix mail system
Dec 13 18:17:47 localhost postfix/master[3542]: daemon started -- version 2.4.6, configuration /etc/postfix
Dec 13 18:22:47 localhost postfix/qmgr[3543]: 3C7D01DE278: from=<xhd730@qdzzshoe.com>, size=218228, nrcpt=1 (queue active)
Dec 13 18:22:48 localhost pipe[3585]: fatal: pipe_command: execvp maildrop: No such file or directory
Dec 13 18:22:48 localhost postfix/pipe[3584]: 3C7D01DE278: to=<postmaster@qdzzshoe.com>, relay=maildrop, delay=12867, delays=12867/0.23/0/0.03, dsn=4.3.0, status=deferred (temporary failure. Command output: pipe: fatal: pipe_command: execvp maildrop: No such file or directory )

论坛徽章:
0
4 [报告]
发表于 2007-12-18 10:44 |只看该作者
搞定。maidrop中用mysql验证中有错误.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP