Hey, I'm trying to get php's mail function working on my local dev box in such a way where all mail sent using mail(), regardless of recipient, would stay local and show up in a thunderbird account (pop/imap/etc).
I've got php set up to use sendmail and I've got postfix installed. But i'm at a loss where to go next.
Any pointers?