On Wed, Jan 17, 2001 at 07:33:29PM +1100, Damon Muller wrote: [snip] | If postfix supports .forward files, you'll need something like | | | maildrop -d $USER
"| maildrop -d $USER" You need the quotes, otherwise the mail disappears. I'm not sure but you may also need 'exec' (probably not, it probably is a bash thing to fork a separate shell to run in): "| exec maildrop -d $USER" | | in your .forward file (off the top of my head, could be wrong). | [snip] | In this case, you can't go past mutt. Nothing with a pretty gui (even | for windows) comes near it for functionality and spead. It has somewhat | of a steep learning curve, but it's worth it. | I agree here, but I didn't find learning mutt to be any trouble. I already knew (the basics of) elm so mutt was a breeze. (I even installed mutt on the NT box I use at work) -D

