Still no solution?
Hello,
we use Plesk 9.2 on Centos5.2 (with monthly Licenses, so we pay for this service), and also have randomly this error (mostly with attachments that are > 5 MB):
in /usr/local/psa/log/maillog:
Dec 18 16:18:47 localhost before-queue[20197]: errno: Broken pipe
Dec 18 16:18:47 localhost before-queue[20197]: System error: Broken pipe
Dec 18 16:18:47 localhost before-queue[20197]: Unable to write data to stream
Dec 18 16:18:47 localhost before-queue[20197]: Some error occured
Dec 18 16:18:47 localhost postfix/spawn[20196]: warning: command /usr/lib/plesk-9.0/postfix-queue exit status 255
mail delivered to sender (real domain is changed with HOSTNAME):
> Transcript of session follows.
>
> Out: 220 HOSTNAME ESMTP Postfix
> In: EHLO HOSTNAME
> Out: 250-HOSTNAME
> Out: 250-PIPELINING
> Out: 250-SIZE 10240000
> Out: 250-VRFY
> Out: 250-ETRN
> Out: 250-STARTTLS
> Out: 250-AUTH CRAM-MD5 DIGEST-MD5 PLAIN LOGIN
> Out: 250-ENHANCEDSTATUSCODES
> Out: 250-8BITMIME
> Out: 250 DSN
> In: MAIL FROM:<user@some-domain.com> SIZE=6208
> Out: 250 2.1.0 Ok
> In: RCPT TO:<user@our-domain.com>
> Out: 250 2.1.5 Ok
> In: DATA
> Out: 354 End data with <CR><LF>.<CR><LF>
> Out: 451 4.3.0 Error: queue file write error
> In: QUIT
> Out: 221 2.0.0 Bye
As I read in previous posts, that hotfix on
http://kb.odin.com/en/6074 should be applied only to versions < 9
Please, is there any solution for this?
If postfix-queue timeout is 300 seconds, it means that this error will be received every time this timeout exceed, or it is something else?
Is there any way to resize that timeout to greater value?
Thanks in advance!