shwick <[EMAIL PROTECTED]> wrote:
> Ubuntu 8.04
> Exim 4
> I have 10 frozen messages in the queue and I can't delete them. Both of
> these commands:
> sudo exim -bpr | grep frozen | awk '{print $3}' | xargs exim -Mrm
[...]
> return Permission Denied.
[...]
You are running 'sudo exim -bpr' and piping the output into
"grep frozen | awk '{print $3}' | xargs exim -Mrm".
exim -Mrm needs mail admin privileges, it should be run under sudo,
too. exipick offers a nicer way to do this, BTW.
cu andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/