SMTP feed -- SMTP Fast Exploding External Deliverer for Sendmail
Smtpfeed is a SMTP delivery agent which is called by sendmail, and it
improves required time to complete delivery of copies of a message to
recipients of huge number.
This delay of delivery by sendmail causes by the fact that implementation
of SMTP delivery routine in sendmail processes all delivery in a series.
For this reason, when it takes long time for delivery to one recipient
which is in a huge list, delivery to following recipients is greatly
influenced.
To avoid such a problem, delivery agents should be implemented so that
a delivery is not influenced by preceding delivery: DNS query and
SMTP delivery par destination should be processed in parallel.
Smtpfeed is the SMTP delivery agent for sendmail implemented with this
idea.
The smtptrapd program is a multi-threaded daemon that provides a
RFC 2821 compliant SMTP service that always returns a 4xx soft error
to the RCPT TO verb. Use it to keep spammers who try to exploit the
MX with highest PRI away.
The automatic addressbook plugin for Roundcube collects each address you
send an email to and records it in an address book, making it available
for later use or auto-completion.
This is a plugin for the Roundcube webmailer to access CardDAV servers like
owncloud, davical, a Google addressbook or a davmail server. RCMCardDAV
supports autodiscovery of your addressbook url via well-known URLs so you can
just point it to your servers base url.
Context menu plugin for RoundCube webmail.
Spfval validates SPF records. It does not check them via the network, this was
intentionally omitted in favour of focusing purely on syntactically validating
SPF records. Simply pass the validator a string and it will see if it validates
as an SPFv1 or SPF-Classic record.
If an error is found, it tries its best to report the error in question and the
specific location in the record where the error occurred.
Login info Roundcube plugin
This plugin adds "mark as spam" or "mark as not spam" button to the message
menu. When not in the Junk mailbox, messages are moved into the Junk mailbox
and marked as read. When in the Junk mailbox, the buttons are changed to "mark
as not spam" or "this message is not spam" and the message is moved to the
Inbox. The learning driver allows you to perform additional processing on each
message marked as spam/ham.
User is asked to enter Full Name and Email Address prior to reading or
composing after logging in. This is used for users who log in for the
first time and need to set up their preferences prior to getting started.
Roundcube plugin to manage SpamAssassin preferences.
Adds a 'Spam' tab to the 'Personal Settings' to allow the user to change
their SpamAssassin preferences. Preferences must be stored in a SQL
database. Default preferences are used when no user preference is found.