[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Mail Dilemma (SOLVED)
- Subject: Re: [cobalt-users] Mail Dilemma (SOLVED)
- From: "Brian Curtis" <webmaster@xxxxxxxxxxx>
- Date: Thu Jan 20 05:43:22 2000
- Organization: Pomfret Computer Technologies
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