24 projects tagged "Public Domain"
listadmin is a command-line alternative to Mailman's Web interface for administering mailing lists. It allows you to inspect messages or subscription requests, approve or discard them manually, or discard messages automatically when certain conditions are true. listadmin can also be configured to run out of cron to do routine cleaning.
SmartSign is a set of modules which allow integration of smartcard technology into an OpenCA based Public Key Infrastructure in order to provide smartcard-based digital signature and local authentication security services. It allows direct signing of e-mail and e-news from within Netscape using smartcards and supports signing of generic files from command line. The package includes a PAM module too, which allows system administrators to integrate smartcard-based authentication for local users. A modified version of the OpenSSH client allows secure authentication to a remote server. A couple of command line tools allow signing and verifying generic files from the shell. Finally, a command line interactive shell supports all operations on the card, and can be used to write scripts that automate particular tasks on the card. Currently only Schlumberger Cyberflex Access 16K is supported.
openadaptor is a Java/XML-based software platform which allows for rapid business system integration with little or no custom programming. openadaptor can be loosely classified as EAI (Enterprise Application Integration) software. It is highly extensible and provides many ready-built interface components for JMS, Oracle, Sybase, and TIBCO, as well as data exchange formats such as XML.
XCmail is a MIME and multi POP3 capable mailtool for X11 using the Xclasses X11 layout library. Its main purpose is to read and write mail, allowing any kind of data to be attached. It can handle MIME types, has helpers to show different types, and can encode and decode binary data into ASCII to allow it to be transported as mail over the Internet. It has many built-in functions such as 2 vCards, unlimited POP3 servers, SMTP, SMTP after POP3, SMTP-AUTH (RFC2554), addressbook, encoders, filters, a special spam filter, spell checker, xface, and a new "virtual folder" concept. It also uses external programs to enhance its feature set. XCmail can be extended through a plugin interface.
smtpfilter is a filter for an SMTP session which passes the session through transparently in real time, except for the DATA command which is intercepted in order to scan the data for spam and/or viruses with the scanner of your choice. The sources are heavily commented. The default spam filtering is a hybrid approach that uses spamassassin to self-train the excellent spamprobe Bayesian filter which works on a per-site rather than per-user basis. The virus checking can use clamav or NAI, or any other command- line scanner.
smtpsend is a simple SMTP client to transmit an email message to an SMTP server. It is designed for use by programs that need a simple, flexible way to send email, or for experimenting with SMTP. In many cases, sendmail can do what this program does, but it is much more complex, harder to set up and use, and doesn't give you as much lower level control. This program is written in Perl and is based on Perl's Net::SMTP module. It makes a great starting point for writing SMTP client functions into your own Perl program.