
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.
MailDiode README A simple incoming mail MTA SMTP daemon Copyright 2007-2008 Kevin B. Smith Released under the GNU GPL v3
*** NOTE *** This code is NOT ready for production use. You mightlose email if you use it on a real server!!
PROJECT GOALS:
FEATURES:
INTENTIONAL NON-FEATURES:
REQUIREMENTS:
INSTALLATION AND CONFIGURATION To install the local .gem file: gem install
Edit configuration file (can use maildiode.conf.sample as a starting point. Note that the daemon will drop privileges and become the user specified in the config file (default 'mail'). This user must have write privileges in any maildir directories, as well as in any directories used by plugins to store data.
Copy configuration to: /etc/maildiode/maildiode.conf
Optional: symlink or copy maildiode executable to /etc/init.d/ and add to runlevels as appropriate.
To run in the foreground, for debugging (requires su/sudo): maildiode run
To start as a daemon (requires su/sudo): maildiode start
Stop the daemon (requires su/sudo): maildiode stop
Check status of running daemon: maildiode status
Check version (requires su/sudo): maildiode run -- --version
By default, the log is written to /var/log/maildiode
TODO
SEE ALSO
Official SMTP spec: http://rfc.net/rfc2821.html
Great SMTP implementation notes by D. J. Bernstein: http://cr.yp.to/smtp.html
"Spam filtering for Mail Exchangers": http://www.tldp.org/HOWTO/Spam-Filtering-for-MX/index.html
List of IP addresses that should be exempt from greylisting: http://cvs.puremagic.com/viewcvs/greylisting/schema/whitelist_ip.txt?view=markup
An smtp proxy with delay and greylisting, but it is written in C++ and it's not a full MTA: http://www.hermes-project.com/
FAQs
Unknown package
We found that maildiode 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.