[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] ERaQ4 Stuck email



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 :(