V
V
Vladimir Yakimov2015-09-09 14:16:55
linux
Vladimir Yakimov, 2015-09-09 14:16:55

How to change/remove the recipient of a frozen message in an Exim queue?

How to change or remove the recipient of a frozen message in an Exim queue?
Situation
- List the messages in the queue: exim -bp
- Get the result:

58h 14K 1ZYkor-0002hJ-Hb
[email protected] 58h
22K 1ZYkwc-0002yO-9n
[email protected] 58h
14K 1ZYlEz-0003eB-NZ
[email protected]

– We see that three messages are frozen due to the fact that the client made a mistake with the address, instead of [email protected] he indicated [email protected]
– I want to correct the address in the queue so that the client receives his letters...
– I found the command to add a recipient : exim -Mar 1ZYlEz-0003eB-NZ [email protected]
- Re-query the list of messages in the queue: exim -bp
58h 14K 1ZYkor-0002hJ-Hb
[email protected] 58h
22K 1ZYkwc-0002yO-9n
[email protected] 58h
14K 1ZYlEz-0003eB-NZ
[email protected]
[email protected]

Question! How to remove [email protected] from recipients 1ZYlEz-0003eB-NZ or how to replace the recipient in this message.
Thank you so much, don't kick too much ;)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
t_q_l, 2015-09-10
@t_q_l

exim -Mes <message id> <address>
Change the sender address in the message to the specified address.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question