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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Warren Baker
Datum:  
To: exim-users
Betreff: 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