Re: [exim] Deleting a mail that is busy sending

Etusivu
Poista viesti
Vastaa
Lähettäjä: Warren Baker
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [exim] Deleting a mail that is busy sending
2010/1/22 Ted Cooper <eximX0902w@???>:
> On Fri, 2010-01-22 at 14:35 +0200, Ian Coetzee wrote:
>> <snip>
>>
>> Thats all good and well, but I am still looking for that command to unlock,
>> a locked message, so that I can delete or freeze the message.
>>
>> regards
>> Ian
>>
>> <snip>
>
> killall exim
> exim -Mrm
> <exim startup script>


or exiwhat | grep msg-id

and kill the process trying to deliver that message and then exim -Mrm msg-id


.warren