
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
ReceiveD is yet another way for receiving mail with Rails. Why have yet another subsystem (like IMAP), when you can deliver the mail directly to your data store?
ReceiveD is almost RFC2033 compliant LMTP server built around eventmachine and as such should be quite fast.
The receive daemon will listen on TCP or UNIX socket, and write the mail to the backend storage.
Currently only MongoDB is supported, but writing another backend (MySQL, Redis, etc.) is trivial.
sudo gem install received
Modify your Postfix configuration to deliver mail via LMTP to TCP or UNIX socket.
Example main.cf:
virtual_transport = lmtp:192.168.2.106:1111
virtual_mailbox_domains = example.com
Create a YAML configuration file which has the following parameters:
{'production'=>{'host'=>hostname, 'database'=>db, 'collection'=>col}}
The mongoid.yml will do, just add the name of collection, i.e.
production:
<<: *defaults
database: foo_production
collection: inbox
The default environment is production, but you can specify other environment using RAILS_ENV environment variable. In this case, make sure you have the relevant key in your configuration file.
Check -h for help, port/unix socket path and config file are required.
Copyright (c) 2011 Roman Shterenzon, released under the MIT license
FAQs
Unknown package
We found that received demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.