Re: [EXIM] Wrong address

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Philip Hazel
日付:  
To: nick
CC: exim-users
題目: Re: [EXIM] Wrong address
On Tue, 15 Dec 1998 nick@??? wrote:

>    I have in spool a same messages with wrong addresses. It's frozen.
>     It is in spool many days, what I must do if I need to return this messages
>     to senders after 5 days with added message about error?


There must be a reason for it being frozen. An ordinary wrong address
just gets bounced. Is there a message in its message log?

> 1998-12-15 11:16:34 Start queue run: pid=11933
> 1998-12-15 11:16:34 0zoQjr-0003Uq-00 Message is frozen
> 1998-12-15 11:16:34 0zoQi3-0003UX-00 Message is frozen
> 1998-12-15 11:16:34 0zoQ0H-0003RM-00 Message is frozen
> 1998-12-15 11:16:34 0zoPxM-0003Qx-00 Message is frozen
> 1998-12-15 11:16:34 0zoQLq-0003T2-00 Message is frozen
> 1998-12-15 11:16:34 0zoQmp-0003V7-00 Message is frozen
> 1998-12-15 11:16:34 End queue run: pid=11933
>
> The queue's process is starting every 15 min. But nothing...


... because the message is frozen. You could try unfreezing it by hand:

exim -Mt 0zoQjr-0003Uq-00

but if the conditions which caused it to freeze still exist, I expect it
will just get frozen again. Or run a forced delivery

exim -M 0zoQjr-0003Uq-00

If you want to force it to be bounced, use

exim -Mg 0zoQjr-0003Uq-00

You need to be root or an admin user to do these things.

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***