Emmanuel Mogenet <[EMAIL PROTECTED]> wrote:
>
>I started playing with qmail about 3 days ago, and I'vegot it up
>and running on my internet gateway (a Linux box running kernel 2.2.9).
>
>Everything is OK except for a minor detail: delivery latency.
>
>When a message is being queued, I'd like it to be delivered immediately.
>It isn't.I have to wait from 5 to 25 minutes to finally see it go.
Sounds like maybe your "trigger" is messed up. If you can, do a "make
check" from the source tree. Else, do:
ls -l /var/local/qmail/queue/lock/trigger
And make it look like:
prw--w--w- 1 qmails qmail 0 Jun 3 13:25
/var/local/qmail/queue/lock/trigger
-Dave