Hi,

follow these steps in order to install qfw:

1. make qfw. Use "make" to build the qfw executable, or 
   "make install" to install it in /usr/bin/.

2. Copy example.qfwrc into ~/.qfwrc and modify ~/.qfwrc to 
   fit your needs.

3. Set ~/.qfwrc as the mailer for your Mail User Agents. For 
   example, if you're using Pine, edit .pinerc and find the line:

   #sendmail-path=...

   Uncomment it and type in the complete path to qfw:
   
   sendmail-path=/usr/bin/qfw
   
4. Remember: you must have the environment variables MAILUSER,
   MAILHOST and MAILNAME carry your default data. Otherwise, qmail will
   guess them. You can use the .profile file in your home directory or 
   create on to achieve that goal, if you use bash or a compatible shell.
   For example, if you want your default From: header to be
   "Jack Smith <nickname@dummy.org>", you will put in your login file:
   
   export MAILUSER=jack
   export MAILHOST=dummy.org
   export "MAILNAME=Jack Smith"
   
5. That's all folks!

Please, report any bugs. Thanks.

Ciao,
Emanuele Pucciarelli
<emanuele@debian.org>
