Error: queue file write error

2015-10-10 Thread Dan Lists
I am receiving the transcript file with the error "Error: queue file write error." It appears that postfix is timing out the connection after 10 minutes. The thing that disturbs me is that nothing is logged. Is there a way to get postfix to put something in the logs? Here is the

Re: Error: queue file write error

2015-10-10 Thread @lbutlr
On Sat Oct 10 2015 09:53:12 Dan Listssaid: > > I am receiving the transcript file with the error "Error: queue file write > error." It appears that postfix is timing out the connection after 10 > minutes. The thing that disturbs me is that nothing is logged. Is

Re: Error: queue file write error

2015-10-10 Thread Christian Kivalo
Am 10. Oktober 2015 17:53:12 MESZ, schrieb Dan Lists : >I am receiving the transcript file with the error "Error: queue file >write >error." It appears that postfix is timing out the connection after 10 >minutes. The thing that disturbs me is that nothing is logged. I

Re: Error: queue file write error

2015-10-10 Thread Viktor Dukhovni
On Sat, Oct 10, 2015 at 10:53:12AM -0500, Dan Lists wrote: > Out: 451 4.3.0 Error: queue file write error > > And here are the log entries: > > Oct 10 09:13:26 myserver postfix/smtpd[18826]: connect from > avas10tiga.indosat.net.id[219.83.54.103] > Oct 10 09:13:34 m

Re: Error: queue file write error

2015-10-10 Thread Dan Lists
On Sat, Oct 10, 2015 at 11:30 AM, Viktor Dukhovni < postfix-us...@dukhovni.org> wrote: > On Sat, Oct 10, 2015 at 10:53:12AM -0500, Dan Lists wrote: > > > Out: 451 4.3.0 Error: queue file write error > > > > And here are the log entries: > > > > Oc

Re: Error: queue file write error

2015-10-10 Thread Wietse Venema
Dan Lists: > > > Out: 451 4.3.0 Error: queue file write error > Oct 10 09:13:39 nook postfix/cleanup[18080]: fatal: pcre map > /usr/local/etc/postfix/body_checks, line 17: matched text exceeds buffer > limit Yes, in case of trouble, look for panic or fatal messages first. E

Re: Error: queue file write error

2015-10-11 Thread Dan Lists
On Sat, Oct 10, 2015 at 2:23 PM, Wietse Venema wrote: > Dan Lists: > > > > Out: 451 4.3.0 Error: queue file write error > > Oct 10 09:13:39 nook postfix/cleanup[18080]: fatal: pcre map > > /usr/local/etc/postfix/body_checks, line 17: matched text exceeds buffer &g

PATCH: Error: queue file write error

2015-10-11 Thread Wietse Venema
Dan Lists: > > The PCRE client does not know the queue ID, and the SMTP daemon > > does not know that the PCRE client aborted (nor does the SMTP daemon > > know why). This will not change. Logging the full execution context > > for every possible error comes with a significant cost. > > > > clean

Re: Error: queue file write error

2015-10-11 Thread @lbutlr
On Oct 11, 2015, at 8:55 AM, Dan Lists wrote: > %https?://[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*/public/% REJECT [0-9]* means “Zero or more of 1-9” And you have 4 of those. [0-9]{1,3}\.){3}[0-9]{1,3} Would be much safer. Or even [1-2]?[0-9]?[0-9]\.[1-2]?[0-9]?[0-9]\.[1-2]?[0-9]?[0-9]\.[1-2]?[0-9]?[0

451 4.3.0 Error: queue file write error

2010-01-23 Thread Shawn Fee
Is there a fix for the "451 4.3.0 Error: queue file write error" yet? I heard to increase the smtp_proxy_timeout = 600s in the main.cf file, but then I heard that can run down your server. Is there any patches or hot fixes that actually work? I have Postfix 9.3.0 and the 451 error is

Re: 451 4.3.0 Error: queue file write error

2010-01-24 Thread Sahil Tandon
On Sun, 24 Jan 2010, Shawn Fee wrote: > Is there a fix for the "451 4.3.0 Error: queue file write error" yet? > I heard to increase the smtp_proxy_timeout = 600s in the main.cf file, > but then I heard that can run down your server. The 451 sent from your server to SMTP c

Re: 451 4.3.0 Error: queue file write error

2010-01-24 Thread Wietse Venema
Shawn Fee: > Is there a fix for the "451 4.3.0 Error: queue file write error" yet? I > heard to increase the smtp_proxy_timeout = 600s in the main.cf file, but > then I heard that can run down your server. You have a configuration error, and you need to look in the Postf

RE: 451 4.3.0 Error: queue file write error

2010-01-24 Thread Shawn Fee
Tandon Sent: Sunday, January 24, 2010 3:57 AM To: postfix-users@postfix.org Subject: Re: 451 4.3.0 Error: queue file write error On Sun, 24 Jan 2010, Shawn Fee wrote: > Is there a fix for the "451 4.3.0 Error: queue file write error" yet? > I heard to increase the smtp_proxy_timeo

Re: 451 4.3.0 Error: queue file write error

2010-01-24 Thread Wietse Venema
Shawn Fee: > Sorry I meant Plesk 9.3.0. And the problem was suppose to be fixed in this > realease. What is the Postfix logfile warning message? Wietse

RE: 451 4.3.0 Error: queue file write error

2010-01-24 Thread Shawn Fee
al Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema Sent: Sunday, January 24, 2010 5:28 PM To: Postfix users Subject: Re: 451 4.3.0 Error: queue file write error Shawn Fee: > Sorry I meant Plesk 9.3.0. And the problem was suppose t

Re: 451 4.3.0 Error: queue file write error

2010-01-24 Thread Larry Stone
On 1/24/10 4:35 PM, Shawn Fee at s...@sgfitsolutions.com wrote: >Wietse said: >> What is the Postfix logfile warning message? > What is the command to check that..I've never checked the Postfix log file. > It would be extremely helpful to know. I know how to SSH into my server just > don't know a

Re: 451 4.3.0 Error: queue file write error

2010-01-24 Thread Wietse Venema
Shawn Fee: > What is the command to check that..I've never checked the Postfix log file. > It would be extremely helpful to know. I know how to SSH into my server just > don't know all the commands. You can find suggestions for logfile trouble shooting in http://www.postfix.org/DEBUG_README.html#l