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 clients is purposely vague to
protect your internal configuration details from public exposure.  See
the log on the server in question for more useful debugging.  If you
need more help, please clearly explain the problem after reviewing
DEBUG_README.

 Is there any patches or hot fixes that actually work? I have Postfix
 9.3.0 and the 451 error is still not fixed. 

Postfix 9.3.0 does not exist; what version are you actually using?

-- 
Sahil Tandon sa...@tandon.net


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 Postfix
mail logfile for details. Postfix will not reveal these details in
its reponses to SMTP clients.

Wietse


RE: 451 4.3.0 Error: queue file write error

2010-01-24 Thread Shawn Fee
Sorry I meant Plesk 9.3.0. And the problem was suppose to be fixed in this
realease.

Shawn Fee
SGF IT Solutions, LLC | IT Manager

813.817.8706
s...@sgfitsolutions.com
 

-Original Message-
From: owner-postfix-us...@postfix.org
[mailto:owner-postfix-us...@postfix.org] On Behalf Of Sahil 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_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 clients is purposely vague to
protect your internal configuration details from public exposure.  See
the log on the server in question for more useful debugging.  If you
need more help, please clearly explain the problem after reviewing
DEBUG_README.

 Is there any patches or hot fixes that actually work? I have Postfix
 9.3.0 and the 451 error is still not fixed. 

Postfix 9.3.0 does not exist; what version are you actually using?

-- 
Sahil Tandon sa...@tandon.net




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
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.
 

Shawn Fee
SGF IT Solutions, LLC | IT Manager

813.817.8706
s...@sgfitsolutions.com
 

-Original 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 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 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 all the commands.

Please don't top post here.

Find the log file (location is implementation specific - mine is
/var/log/mail.log). Inspect with your favorite method (vi, emacs, more, etc.
- you may want to make a copy to avoid any issues with new stuff being
written to it). Find the relevant section and extract.

-- 
Larry Stone
lston...@stonejongleux.com
http://www.stonejongleux.com/




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#logging

The logfile name is system dependent. On typical linux/bsd/solaris
systems, the pathnames are specified in /etc/syslog.conf.

Once we have a Postfix warning message there may be a possible
workaround.

Wietse