From: "Patrick LIN" <[EMAIL PROTECTED]>
> Please someone can help me with that
> 3 times i post about this problem and never get any answer :((
>
>
> sometine (randomly)
> no deliver is made to one of my user (random)
> when i do a ps -ef |grep deliver
> i have :
>
> cyrus 19672 19671 0 00:03:19 ? 0:00 deliver -e -m -- toto
> cyrus 20763 20762 0 10:17:56 ? 0:00 deliver -e -m -- toto
> cyrus 9690 9689 0 20:14:56 ? 0:00 deliver -e -m -- toto
> cyrus 411 410 0 04:11:46 ? 0:00 deliver -e -m -- toto
> cyrus 9874 9873 0 07:47:16 ? 0:00 deliver -e -m -- toto
> cyrus 22026 22025 0 10:31:19 ? 0:00 deliver -e -m -- toto
>
> the user cannot receive any mail
> each mail sent creat a new entry in the ps
> only one user is affected at the same time
>
The problem is that a lock is being held on the users INBOX by either
deliver (1.6.x) or lmtpd (2.x), and these deliver processes are waiting for
the lock to be released. You need to kill all the deliver processes for
this user and also kill all the lmtpd processes (2.x) to get mail flowing to
this users mailbox.
Scot