[CLUE-Tech] Frozen Messages In Exim, No Local User

David Anselmi anselmi at americanisp.net
Sat Dec 13 12:31:38 MST 2003


Timothy C. Klein wrote:
[...]
> Is there a way to tell Exim to just give up on the notification step,
> and delete the messages?

As the mail user:

exim -Mrm $(exim -bp | awk '{print $3}')

For many messages you might need:

exim -bp | awk '{print $3}' | xargs exim -Mrm

Dave




More information about the clue-tech mailing list