On 10 oct. 2010, at 02:41, Wietse Venema wrote:
> Postfix daemons terminate voluntarily when they receive no request
> for $max_idle seconds. The watchdog timer is a safety mechanism;
> it terminates a process when it appears to hang.
>
> The $max_idle timer uses select(2), poll(2), epoll(3) or
On 10/10/2010 10:33 AM, Patrick Proniewski wrote:
On 10 oct. 2010, at 02:41, Wietse Venema wrote:
Postfix daemons terminate voluntarily when they receive no request
for $max_idle seconds. The watchdog timer is a safety mechanism;
it terminates a process when it appears to hang.
The $max_i
On 10 oct. 2010, at 12:26, Jeroen Geilman wrote:
>>> The $max_idle timer uses select(2), poll(2), epoll(3) or /dev/poll
>>> depending on the operating system type and version. Failure of this
>>> timer is usually a symptom of virtualization bugs.
>>
>> That's interesting! Thank you. The FreeB
Em 9/10/2010 11:36, mouss escreveu:
>> mx# postmap -q mdon...@domain.com.br
>> ldap:/usr/local/etc/postfix/ldap/ldap-mailbox-user.cf
>> mdonada
>>
>
> you need to add a trailing slash. the query should return "mdonada/"
> (with a slash at the end), otherwise, postfix will consider that you
> want
Patrick Proniewski:
> On 10 oct. 2010, at 02:41, Wietse Venema wrote:
>
> > Postfix daemons terminate voluntarily when they receive no request
> > for $max_idle seconds. The watchdog timer is a safety mechanism;
> > it terminates a process when it appears to hang.
> >
> > The $max_idle timer us