Skip to content

Instantly share code, notes, and snippets.

View hasimo's full-sized avatar

Tohru Hashimoto hasimo

  • medley
  • Tokyo/Japan
View GitHub Profile
@mreinsch
mreinsch / aliases
Last active December 6, 2016 03:57
relaying email from Postfix to a Rails application, using normal HTTP API endpoints
doorkeeper_contact: |"/srv/doorkeeper/current/script/email_handler contact_emails production"
doorkeeper_event_signup: |"/srv/doorkeeper/current/script/email_handler signup_emails production"
doorkeeper_bounce: |"/srv/doorkeeper/current/script/email_handler bounced_emails production"
# The canonical version of this file lives at <https://gist.github.com/4507129>. Sorry for the redundant posts.