Re: [Exim] Sender Address

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Nico Erfurth
Date:  
À: Jeffrey J. Karrels
CC: exim-users
Sujet: Re: [Exim] Sender Address
Jeffrey J. Karrels wrote:
> I have a queue full of frozen messages with blank sender addresses. Is
> there a way to add a sender address?


exim -Mes MSGID new@sender

But you should consider checking your setup. Frozen mails mostly occur
because of non deliverable bounce-messages. Adding sender verification
helps here. Also the timeout_frozen_after setting can be used to discard
frozen mails after a given amount of time. Setting auto_thaw also
doesn't hurt. ;)

Nico