Chinaunix

标题: POSTFIX同一域名的邮件无法发出。日志见下。大伙帮忙呀 [打印本页]

作者: xhd730    时间: 2007-12-13 15:44
标题: POSTFIX同一域名的邮件无法发出。日志见下。大伙帮忙呀
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)
作者: dream8888    时间: 2007-12-13 16:06
maildrop 没配好
作者: xhd730    时间: 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 )
作者: xhd730    时间: 2007-12-18 10:44
搞定。maidrop中用mysql验证中有错误.




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2