I use Debian Lenny Stable as a web-development computer. I have PHP5 Mysql5 Apache2 installed and working fine.
Except:
I don't use email on any of my local computers... I have all my email addresses forwarded to a web-based email client.
But I would like to set up exim4 or some other MTA to just send out but not receive emails, so that I can use the php
mail() function to send test emails from apps that I am developing for the internet.
Now I know that my remote server that my production stuff goes on has it configured to send/receive but I would rather not have to send test apps up to the server just to insure the form-mailer works!!!
Any help setting this up would be appreciated!