Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.