honeybadger-io / incoming

Incoming! helps you receive email in your Rack apps.
https://www.honeybadger.io/
MIT License
309 stars 19 forks source link

Postfix in README #2

Closed xyz closed 11 years ago

xyz commented 11 years ago

Postfix example in README is wrong, I think. You cannot pipe mail from virtual. Instead you should map your virtual alias to a local alias, and then pipe. Something like this:

/etc/postfix/virtual:
address@example.net        local_alias

/etc/mail/aliases:
local_alias:        "|http_post -s 6d7e5337a0cd69f52c3fcf9f5af438b1 http://www.example.com/emails"
joshuap commented 11 years ago

You're right, good catch :). I'll get the README updated.