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

Re: [cobalt-users] Mail Dilemma (SOLVED)



After much searching and reading, I finally found the solution.  I noticed
at least one person was interested in how to do this, so I'm posting the
answer to the list.

-|

If you have all the qf/df files, moved from /var/spool/mail to another
directory, just start sendmail (as shown below) to initiate delivery of
these stored messages:

# sendmail -OQueueDirectory=/full/path/to/directory-with-stored-msgs -q

|-

BTW, the sendmail man pages contain more information regarding sendmail than
any resource on the Net that I have found.  The O'Reilly sendmail book is
also one heck of a reference.

Brian Curtis