[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] ERaQ4 Stuck email
- Subject: Re: [cobalt-users] ERaQ4 Stuck email
- From: flash22@xxxxxxx
- Date: Wed Nov 29 11:27:42 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Mon, 27 Nov 2000, James Riordon wrote:
> How do I force those *stuck* emails to continue on their journey to
> my client without my client having to log in to the server.
>
> I tried restarting sendmail and that did no good. I know there must
> be a command somewhere to do this, but i cannot find it.
you have to redeliver them, crude but generally works, move the file from
spool to someplace else (important!) then do
cat mailfile|sendmail -t
don't forget the -t, it's important ;)
assuming you have alias's setup properly they should get passed along to
the alias address...
note: the first message is probably that annoying 'don't delete this
message it contains important folder info' message, you might tell the
poor fellow it's ok to delete it -/
Somewhere in the archives was a slightly safer / more elegant method...