[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:30:41 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Tue, 28 Nov 2000 flash22@xxxxxxx wrote:
> 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
OOPS - i forgot a piece
use this instead
cat mailfile | formail -Y -s /usr/sbin/sendmail user@emailaddress
Sorry to reply to myself, but the other command will deliver one giant
email as shown :(