On 5/21/2010 4:01 PM, Israel Garcia wrote:
On Fri, May 21, 2010 at 10:55 PM, Noel Jones<njo...@megan.vbhcs.org> wrote:
On 5/21/2010 3:48 PM, Israel Garcia wrote:
Hi
I have a server (server.domain) with policy service configure (see
postconf output). The problem comes when the policy server
(server_policy.domain:9997 ) goes down, I get this error:
May 21 16:43:16 server postfix/smtpd[23075]: connect from
localhost.domain[127.0.0.1]
May 21 16:43:16 server postfix/smtpd[23075]: warning: connect to
server_policy.domain:9997: Connection refused
May 21 16:43:16 server postfix/smtpd[23075]: warning: problem talking
to server server_policy.domain:9997: Connection refused
May 21 16:43:17 server postfix/smtpd[23075]: warning: connect to
server_policy.domain:9997: Connection refused
May 21 16:43:17 server postfix/smtpd[23075]: warning: problem talking
to server server_policy.domain:9997: Connection refused
May 21 16:43:17 server postfix/smtpd[23075]: NOQUEUE: reject: RCPT
from localhost.domain[127.0.0.1]: 451 4.3.5 Server configuration
problem; from=<mo...@xxxxx> to=<y...@xxxxxxxx> proto=SMTP
helo=<server.domain>
How can I ignore the policy server if it's down? Any suggest to my
server config?
There is no config directive to ignore a broken policy server.
Use a system monitor utility to restart your policy service, or use a more
reliable policy service.
Hi Noel,
What about avoid the NOQUEUE error on the smtp server when policy
service is down? I mean, queue all mail until the policy server is UP
again. Is it possible?
The mail is queued on the remote client and will be retried later.
Your server can't queue the mail because the policy server
must be consulted before the mail is queued.
-- Noel Jones