OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: RE: Backoff from unreachable hosts
From: Jose Aguayo (JAguayoJFAX.COM)
Date: Mon Jul 03 2000 - 19:08:41 CDT


Yes, I did see that statement. I was thrown off and thought the text might
reference another file since the parameter values appear different:

i.e.,

        queue_run_delay (default: 1000 seconds)

How does one specify a value for this parameter in the main.cf file?

        queue_run_delay = 2000

did not work, and something like (example):

# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (50)
# ==========================================================================
. . .
smtp inet n - - - 5 smtpd
. . .

did not seem appropriate. I'm missing something. Please provide example
with queue_run_delay.

Thanks again,
Jose

-----Original Message-----
From: wietseporcupine.org [mailto:wietseporcupine.org]
Sent: Monday, July 03, 2000 4:47 PM
To: postfix-userspostfix.org
Subject: Re: Backoff from unreachable hosts

Jose Aguayo:
> Newbie question:
>
> Where do the "Backoff from unreachable hosts" parameters go? main.cf or
> master.cf? Samples?
> http://www.porcupine.org/postfix-mirror/rate.html provides parameter
values
> and descriptions, but not where and does not provide samples.

According to http://www.porcupine.org/postfix-mirror/rate.html,
the first section, titled "Introduction", third paragraph:

    Unless indicated otherwise, all parameters described here are in
    the main.cf file. If you change parameters of a running Postfix
    system, don't forget to issue a postfix reload command.

Examples are given in conf/sample*.cf.

        Wietse