I/O error flushing output to client

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
bytemare
Posts: 28
Joined: 2002-06-06 18:03
 

I/O error flushing output to client

Post by bytemare »

Hallo,

vielleicht kann mir mal jemand sagen, wo das Problem zu suchen ist?!?
Irgendwas versucht zu connecten, die Verbindung wird aber unterbrochen? Meine Vermutung!

Code: Select all

Apr  1 11:15:05 server in.qpopper[21560]: (null) at localhost.localdomain (127.0.0.1): -ERR POP EOF or I/O Error [popper.c:828]
Apr  1 11:15:05 server in.qpopper[21560]: I/O error flushing output to client  at localhost.localdomain [127.0.0.1]: Broken pipe (32) [pop_send.c:693]
Apr  1 11:15:05 server in.qpopper[21560]: I/O error flushing output to client  at localhost.localdomain [127.0.0.1]: Broken pipe (32) [pop_send.c:693]
Apr  1 11:15:06 server postfix/smtpd[21526]: connect from localhost.localdomain[127.0.0.1]
Apr  1 11:15:06 server postfix/smtpd[21526]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
Apr  1 11:15:06 server postfix/smtpd[21526]: disconnect from localhost.localdomain[127.0.0.1]
Apr  1 11:15:59 server postfix/smtpd[21526]: connect from unknown[78.96.71.173]
Apr  1 11:15:59 server postfix/smtpd[21526]: lost connection after CONNECT from unknown[78.96.71.173]
Apr  1 11:15:59 server postfix/smtpd[21526]: disconnect from unknown[78.96.71.173]
Apr  1 11:16:05 server in.qpopper[21581]: (null) at localhost.localdomain (127.0.0.1): -ERR POP EOF or I/O Error [popper.c:828]
Apr  1 11:16:05 server in.qpopper[21581]: I/O error flushing output to client  at localhost.localdomain [127.0.0.1]: Broken pipe (32) [pop_send.c:693]
Apr  1 11:16:05 server in.qpopper[21581]: I/O error flushing output to client  at localhost.localdomain [127.0.0.1]: Broken pipe (32) [pop_send.c:693]
Apr  1 11:16:06 server postfix/smtpd[21526]: connect from localhost.localdomain[127.0.0.1]
Apr  1 11:16:06 server postfix/smtpd[21526]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
Apr  1 11:16:06 server postfix/smtpd[21526]: disconnect from localhost.localdomain[127.0.0.1]

Code: Select all

server:~# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
inet_interfaces = all
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = server, server.meinedomain.de, localhost
myhostname = server.meinedomain.de
mynetworks = 127.0.0.0/8
recipient_delimiter = +
relayhost =
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_non_fqdn_hostname, reject_unknown_recipient_domain, reject_invalid_hostname, reject_unknown_sender_domain, reject_rbl_client sbl.spamhaus.org, reject_rbl_client dnsbl.njabl.org, reject_rbl_client bl.spamcop.net, reject_rbl_client ix.dnsbl.manitu.net, reject_rbl_client dsn.rfc-ignorant.org, reject_rbl_client multi.surbl.org, permit_mx_backup, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
Ich bin für jeden fingerzeig dankbar.


Gruss
Andre
User avatar
daemotron
Administrator
Administrator
Posts: 2641
Joined: 2004-01-21 17:44
 

Re: I/O error flushing output to client

Post by daemotron »

Broken Pipe Fehler treten i.d.R. bei Berechtigungsproblemen auf (fehlende Berechtigung auf Verzeichnissen, Partitionen mit nosuid oder noexec gemountet).
“Some humans would do anything to see if it was possible to do it. If you put a large switch in some cave somewhere, with a sign on it saying 'End-of-the-World Switch. PLEASE DO NOT TOUCH', the paint wouldn't even have time to dry.” — Terry Pratchett, Thief of Time
User avatar
Joe User
Project Manager
Project Manager
Posts: 11184
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: I/O error flushing output to client

Post by Joe User »

QPopper != Postfix


Passend verschoben...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
bytemare
Posts: 28
Joined: 2002-06-06 18:03
 

Re: I/O error flushing output to client

Post by bytemare »

jfreund wrote:Broken Pipe Fehler treten i.d.R. bei Berechtigungsproblemen auf (fehlende Berechtigung auf Verzeichnissen, Partitionen mit nosuid oder noexec gemountet).
danke, dass wäre schon mal ein ansatz.

das problem besteht erst seit einem upgrade von etch auf lenny - alle dienste funktionieren.

die frage ist also, wer baut die verbindung auf?
welchem verzeichnis fehlen rechte? könnte das evtl. was mit confixx zutun haben?

Code: Select all

# ==========================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
# ==========================================================================
smtp      inet  n       -       n       -       -       smtpd
#submission inet n      -       -       -       -       smtpd
#       -o smtpd_etrn_restrictions=reject
#628      inet  n       -       -       -       -       qmqpd
pickup    fifo  n       -       -       60      1       pickup
cleanup   unix  n       -       -       -       0       cleanup
qmgr      fifo  n       -       -       300     1       qmgr
#qmgr     fifo  n       -       -       300     1       oqmgr
rewrite   unix  -       -       -       -       -       trivial-rewrite
bounce    unix  -       -       -       -       0       bounce
defer     unix  -       -       -       -       0       bounce
trace     unix  -       -       -       -       0       bounce
verify    unix  -       -       -       -       1       verify
flush     unix  n       -       -       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
smtp      unix  -       -       -       -       -       smtp
relay     unix  -       -       -       -       -       smtp
#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq     unix  n       -       -       -       -       showq
error     unix  -       -       -       -       -       error
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       n       -       -       lmtp
anvil     unix  -       -       n       -       1       anvil
#
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# maildrop. See the Postfix MAILDROP_README file for details.
#
maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
uucp      unix  -       n       n       -       -       pipe
  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
  flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -d -t$nexthop -f$sender $recipient
scalemail-backend unix  -       n       n       -       2       pipe
  flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}

# only used by postfix-tls
#tlsmgr   fifo  -       -       n       300     1       tlsmgr
#smtps    inet  n       -       n       -       -       smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#587      inet  n       -       n       -       -       smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
tlsmgr    unix  -       -       -       1000?   1       tlsmgr
scache    unix  -       -       -       -       1       scache
discard   unix  -       -       -       -       -       discard
retry     unix  -       -       -       -       -       error