https://github.com/mong8se/smtp2jabber
An eventmachine based, simple smtp to jabber gateway.
https://github.com/mong8se/smtp2jabber
Last synced: 4 months ago
JSON representation
An eventmachine based, simple smtp to jabber gateway.
- Host: GitHub
- URL: https://github.com/mong8se/smtp2jabber
- Owner: mong8se
- Created: 2011-12-19T01:28:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-19T02:00:28.000Z (over 14 years ago)
- Last Synced: 2025-04-11T12:39:13.024Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= smtp2jabber
== What
An eventmachine based, simple smtp to jabber gateway.
Emails sent to this fake smtp server are sent to a jabber account.
== Why
I built this for monit to IM me alerts.
== How
* Put it somewhere on your path, executable
* Set the PID file to go to somewhere readable
* Setup upstart or an init script to run it as an unprivileged user
* Configure monit to use it as the global smtp server, with the username/password being the username/password for the jabber account you want the messages to come FROM.
* Configure monit to send the alerts to the jabber account you wan the messages to go TO
* Configure monit to run the upstart job/init script to run this thang
Better docs/example config will come later.
NOTE: the craziest bit is that whatever username/password
are sent as authentication to the smtp server, are what is
used to log into jabber. So there isn't any authentication
on the smtp server--only have it listen on localhost!
This may be too crazy!
Version 0'1
=== Copyright
©2011 Steven Moazami
=== License
Some kind of GPL as-is provided software thingee, stand by.