I have a Linode that has sendmail installed (to send email from PHP scripts, etc.) with no other MTA installed. Since all mail to our domain is handled by a mailserver outside my control, I need to be able to send email to the Linode by using it's IP address. This email will in turn be piped through a PHP script for archival purposes - so I don't need to worry about setting up a web email service, various mailboxes, etc.
What is the simplest way to do this? I tried using the instructions at
http://www.ghacks.net/2009/06/05/make-s ... l-sources/ (substituting the IP address in place of the domain name) but it did not work - mail sent to
webmaster@xx.xx.xx.xx was not received. Nothing happened when tailing the mail.log.
Ideas?