Main > Free Download Search >

Free spool software for linux

spool

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 54
WWW::ImageSpool 0.01

WWW::ImageSpool 0.01


WWW::ImageSpool is a Perl module that can cache images of interest from the web. more>>
WWW::ImageSpool is a Perl module that can cache images of interest from the web.

SYNOPSIS

use WWW::ImageSpool;

mkdir("/var/tmp/imagespool", 0700);

my $spool = WWW::ImageSpool->new
(
limit => 3,
searchlimit => 10,
max => 5 * 1048576,
dictionary => "sushi.txt",
verbose => 1,
dir => "/var/tmp/imagespool"
);

$spool->run();
while($spool->uptime < 86400);

When A WWW::ImageSpool objects run() method is called, it randomly picks keywords out of a chosen dictionary file and attempts to download images off of the internet by doing searches on these keywords. (Currently only a Google Image Search is done, via Guillaume Rousses WWW::Google::Images module, but the internals have been set up to make it easy to hook into other engines in the future.) Images are stored in the specified directory. If the directory grows beyond the maximum size, the oldest files in the directory are deleted.

The intended purpose behind this module is to supply images on demand for any piece of software that wants abstract images, such as screensavers or webpage generators or voice synthesizers (wouldnt it be cool if a voice synthesizer extracted all the popular nouns out of a book and scrolled by pertanent images as it read to you?)

<<less
Download (0.007MB)
Added: 2006-11-29 License: Perl Artistic License Price:
1059 downloads
Postal 0.67

Postal 0.67


Postal is a SMTP and POP benchmark suite. more>>
Postal suite currently consists of two programs, Postal and Rabid. Postal (the mad postman) is a program that will deliver mail as fast as possible via the SMTP protocol to test mail server performance.
Rabid (the mad Biff) will eat mail via the POP protocol as fast as possible and measure POP server performance. All messages sent via Postal have MD5 checksums appended, and Rabid will check the MD5 to ensure that the messages are not being corrupted.
It works by taking a list of user names and applying random transformations to them to get the FROM and TO addresses, this is because if each email address takes 30 bytes of storage then 1,000,000 accounts would take 30M of RAM. 3,000,000 accounts would take 90M of RAM which would be more than the memory in my test machine (this would cause thrashing and make the benchmark invalid), and it would take ages to load all that data from the hard drive. Using 100,000 accounts and applying a transformation to map them to 30M accounts is a much more efficient use of resources.
When sending the mail the subject and body will be random data. A header field X-Postal will be used so that procmail can easily filter out such email just in case you accidentally put your own email address as one of the test addresses. ;)
For Debian the best thing to do is to do "apt-get install postal", if you dont want to use the version supplied with your version of Debian you can build a Debian package in the usual manner.
Change to the directory containing the unpacked source and use the command:
dpkg-buildpackage -rfakeroot -tc -us
That will create a .deb in the parent directory.
For Red Hat etc there is a portslave.spec file to allow for building with
the "rpm -b" command.
For Solaris use the command "make -C sun" to build a package in /var/spool/pkg
(make sure you have write access to that directory).
For other Unix setup "./configure ; make install" should do an install.
Enhancements:
- The license was changed to GPLv3.
<<less
Download (0.083MB)
Added: 2007-07-02 License: GPL v3 Price:
1223 downloads
SomaList 0.1

SomaList 0.1


SomaList is a part of the Soma project. more>>
SomaList is a part of the Soma project.

Soma project started in summer 2003 to manage the digital version of an acitvists radio old spools.

The first release just gave just the chance to play random some audio files in a directory using an external program (at that time mpg123). In despite of that this software was never used, i kept on thinking about soma project for some weeks, until i started directly to work with a group called Reload, which was experimenting at the time a project called "eterete" and creating a place for a web radio at Pergola Tribe (a selfmanaged house in Milan).

We used, of course, a release, which was a little bit better to manage the radio-playlist and of course we implemented the software itself. From september till december soma became a software suite, configurable through file and (remote administration...). Thats thanks to the relationships and the inputs that such a community like Reload can create.

A group of passionate activists was able to make broadcastings and broadcast schedules, to find out new problems and to give implementation advices. They also suggest me the idea that soma (originally a simple play-list manager) could become a programs suite, which has a player, a software for deferred broadcasting, a more user friendly admininstration, documentation and distribution.

Some time after came soma player and soma admin. The player was still very behind compared to my implementation ideas. Somadmin was straight away on line and advertised on radio.inventati.org/somadmin/

In January 2004 we showed Soma at the first italian (web and air-waves) radio meeting in Naples.The meeting was technologically and politically profitable and it was an attempt to build up a real radio-network. Radio.inventati.org was actually the only example od direct cooperation among even very different people: individuals, improvised groups, very old and movement radios and experiences from overseas countries.

On the web site there are occasional streamings, weekly streamings, and 24hrs music flows.

The object of the technical research was a digital environment, which could let individuals or whole communities gain access to a common schedule with resum?s,
repetitions, deferred programs, live broadcastings, regular broadcastings as one national and international network. Soma could satisfy this need and could be easly managed through the web thanks to somadmin, which could update the soma admin in real time.

The developments went on. Somaplayer is now reality. The only music player which can stream directly an mp3, an ogg vorbis, a wav, a track from an audio cd or a streaming directly on an icecast server (icecast 2 or shoutcast) or just play it on a computer using sound drivers or sound daemons.

At the moment more other people work at this project, who debug the software, write docs, work at the website and make installation packages (for debian).
<<less
Download (0.29MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1407 downloads
pgpmoose 2.00

pgpmoose 2.00


pgpmoose is a program that cancels invalid messages from moderated Usenet groups. more>>
pgpmoose is a program that cancels invalid messages from moderated Usenet groups.
All messages to a specific group are assumed to have a PGP signature added at injection by the newsgroup moderator; if no such signature exists, or if the signature is invalid for the stated moderator of the group, then the message is assumed to be invalid.
This program takes care of actually issuing the cancels for those messages.
Enhancements:
- This release adds support to issue NoCeM messages as well as cancels, and can cancel a directory of posts (not just posts from a news spool).
<<less
Download (0.014MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1065 downloads
itools 0.16.7

itools 0.16.7


itools is a collection of Python libraries which provides a wide range of capabilities. more>>
itools is a collection of Python libraries which provides a wide range of capabilities.
itools includes an abstraction over directory and file resources, a search engine, type marshallers, datatype schemas, i18n support, URI handlers, a Web programming interface, a workflow interface, and support for data formats such as (X)HTML, XML, iCalendar, RSS 2.0, and XLIFF.
Packages:
itools.catalog
itools.datatypes
itools.gettext
itools.handlers
itools.html
itools.i18n
itools.ical
itools.resources
itools.rss
itools.schemas
itools.tmx
itools.uri
itools.web
itools.workflow
itools.xhtml
itools.xliff
itools.xml
Enhancements:
- The most important change of this release is the new mechanism to send email in the CMS.
- Now the message spool is persistent and messages are written to disk before being sent, which makes the system robust against crashes.
vA bunch of user interface improvements and bugfixes were made in the CMS, including the Tracker and the Wiki.
<<less
Download (0.87MB)
Added: 2007-08-18 License: GPL v3 Price:
1037 downloads
postprox 0.2.0

postprox 0.2.0


postprox is an SMTP proxy which copies an SMTP conversation between its input and another SMTP server. more>>
postprox is an SMTP proxy which copies an SMTP conversation between its input and another SMTP server, but spools the DATA portion to a temporary file and runs a specified program on it before passing it on to the output server - or outputting an SMTP error code instead if the content filter says so.

postprox is design to do only one job: proxy SMTP conversations and pass message contents to another program to determine whether to accept or reject the message.

With this in mind, postprox is small and has a minimal feature set; its reduced complexity reduces the risk of bugs and security holes.

<<less
Download (0.025MB)
Added: 2006-01-25 License: Artistic License Price:
1367 downloads
ftp-outboxd 1.7

ftp-outboxd 1.7


ftp-outboxd provides a FTP outgoing spool handler. more>>
ftp-outboxd provides a FTP outgoing spool handler.

ftp-outboxd sends files and directories placed in certain folders to other hosts. It can handle any number of spools, and can send to multiple hosts for each spool.

It can also recursively handle subdirectories placed in the outgoing "hot folders".

It deletes pending files upon successful transfer, and preserves and retries upon failure.

Installation requires an edit of "ftp-outboxd" itself, and the change of three global variables, "CONFIG", "LOGFILE", and "PIDFILE", to point to where the configuration file, logfile and pid file should be location on your installation.

Except if a global variable, DEBUG, is turned on, runs as a daemon. Please see "etc/outboxd.conf.example" for configuration file documentation.

<<less
Download (0.006MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
909 downloads
SMS Server Tools 3.1 Beta 6

SMS Server Tools 3.1 Beta 6


SMS Server Tools package contains applications to send and receive short messages through GSM modems or mobile phones. more>>
SMS Server Tools package contains applications to send and receive short messages through GSM modems or mobile phones. The user can send short messages by simply storing text files into a special spool directory.
The program monitors this directory and sends new files automatically. It also stores received short messages into another directory as text files. The program can run other external programs or scripts after events like reception of a new message, successful sending, and when the program detects a problem. These programs can inspect the related text files and perform automatic actions.
Enhancements:
- Compared to version 2.x, this branch includes some enhancements for the UTF-8 character set and some experimental extras.
<<less
Download (0.19MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
1869 downloads
 
Other version of SMS Server Tools
SMS Server Tools 2.2.20You can send short messages by simply storing text files into a special spool directory. The program monitors this directory and sends new files automatically. It also stores received short
License:Freeware
Download (169KB)
1220 downloads
Added: 2009-04-10
SMS Server Tools 2.2.18The daemon waits for files in an outgoing spool directory and sends them. It puts all received SMS in an incoming spool directory, and can call any external program for incoming or outgoing notification
License:GPL (GNU General Public License)
Download (0.31MB)
1892 downloads
Added: 2007-06-29
bogom 1.9

bogom 1.9


bogom is a simple sendmail milter to interface bogofilter. more>>
bogom is a simple sendmail milter to interface bogofilter.
SYNOPSIS
bogom [-R | -D] [-t] [-v] [-u user] [-s conn] [-b bogo_path] [-x exclude_string] [-c conf_file] [-l body_limit] [-p pidfile] [-f forward_spam] [-q quarantine_mdir] [-d]
The bogom plugin can be used with the milter API of sendmail(8) to filter mails using bogofilter(1) bayesian filter.
bogom is intended to be used with only one words database for the whole system.
The options are as follows:
-R Reject mail classified as spam
-D Discard mail classified as spam
-t Train bogofilter with the mail classified as spam/ham
-v Verbose logging
-u user User to run the milter. Default: bogofilter
-s conn Path to the pipe to connect sendmail. Default:
unix:/var/spool/bogofilter/milter.sock
-b bogo_path Path to the bogofilter(1) binary. Default:
/usr/local/bin/bogofilter
-x exclude_string If this string is found in the Subject of a message,
it will be automatically accepted and no filtering op-
eration will be done.
-c conf_file Path to the configuration file. Default:
/etc/bogom.conf
-l body_limit Length limit in bytes to be processed from mail body.
The rest of the body will be discarded and not ana-
lyzed by the filter. Default: no limit
-p pidfile Path to the file to store the pid of the milter. The
pidfile is created after the milter drops privileges
and the user to run the milter must have write permis-
sion to the specified file. Default:
/var/spool/bogofilter/bogom.pid
-f forward_spam Set a recipient to forward any message classified as
spam. Read configuration file section for further de-
tails.
-q quarantine_mdir
Path to a directory to deliver a copy of any message
classified as spam. The messages are stored in
maildir(5) format.
-d Enable debug messages (implies verbose logging)
Default policy is to add the X-Bogosity header (Yes, No, Unsure) and deliver the mail. This can be changed with -R or -D when bogofilter classifies the mail as spam.
In bogofilters configuration the bogofilter_dir token should be set to the directory with system database, usually /var/spool/bogofilter, in bogofilters configuration, or simply the words database of the unprivileged user running the milter can be used.
bogom uses a temporal file to store each individual message and forks a new process to scan it with bogofilter. This temporal file uses /tmp directory by default, its owned by the user running the milter and has 0600 mode. When a directory is specified in quarantine_mdir, the tmp subdirectory in that maildir is used as temporal directory.
The option -t registers the mail after classifying it as spam or ham. This option can be dangerous because the filter may register errors, so you should read carefully bogofilters manual regarding this point.
Enhancements:
- Support for spamicity score in the X-Bogosity header has been added.
<<less
Download (0.020MB)
Added: 2006-10-22 License: GPL (GNU General Public License) Price:
1097 downloads
BoboMail 0.6pre1

BoboMail 0.6pre1


BoboMail is a so called webmail application, which provides mail access through a web interface. more>>
BoboMail is a so called webmail application, which provides mail access through a web interface.
It is distributed under the GNU GPL. See COPYING in the package or go to http://www.gnu.org for details.
The first version of BoboMail was used for about a year and a half in the intranet of the Computer Club Ostfriesland (one of Germanys largest computer clubs, see http://www.cco-ev.de if you understand German). I wrote my own webmailer, because at that time only some Perl scripts were available, which were not easy to customize (e.g. German interface).
The name of BoboMail comes from former name of ZPublisher, a cgi framework used by the developer.
I hope you will find BoboMail usefull. Please send complaints (e.g. spelling mistakes), criticism, security advices, suggestions, praises and everything else to ich@henning-schroeder.de or visit me (Henning) on my personal webpage at http://www.henning-schroeder.de/en Important acknowledgement: This product includes software developed by Digital Creations for use in the Z Object Publishing Environment (htt://www.zope.org).
The BoboMail distribution contains Zopes ZPublisher and ZTemplates. These compoments underly the Zope Public License (ZPL). They are packages with BoboMail for easier installation. BoboMail is hosted at Sourceforge (http://sourceforge.net). If you are interested in BoboMail development please visit the its webpage at http://bobomail.sourceforge.net Besides I want to make BoboMail even more modular so that my stuff can be used for a mailinglist archiver or a web-forum. Attention: I really would like to know where you will use BoboMail. Please tell me your success stories
Main features:
- read, write, reply, forward, delete and bounce messages
- send and receive attachments
- decodes quoted-printable, base64 and uuencoded
- handles HTML-mails properly (with inline images!)
- does not need Javascript
- direct support for the following MIME types: message/rfc822, message/delivery-status, multipart/alternative, multipart/mixed, multipart/report, multipart/related, multipart/digest, text/plain, text/html, text/x-vcard, image/jpeg, text/rfc822-headers, image/png, image/x-xpixmap, image/gif
- works with POP3-servers and partially IMAP4 (spool-files under development)
- easy to modify and customize through HTML-templates
- modular design provides easy interface for other authentication methods and mail protocols
- provides optionally its own fast multithreading webserver (BoboMailHTTPD)
- multi-lingual support (i18n) - currently English, Brazilian Portuguese, Finish, Spanish and German
- and its 100% Python
Enhancements:
- with the help from Ken Causey the annoying first-login-bug is fixed now :-)
- IMAP support for uw-imapd, expects additional folders in $HOME/Mail
- now runs with Python 2.x without problems
- new look, using nicer template inspired by zope.org
- and some other small bug fixes (see cvs if you like)
<<less
Download (0.29MB)
Added: 2006-06-10 License: GPL (GNU General Public License) Price:
1232 downloads
pslj 1.0.0

pslj 1.0.0


pslj shell-script is used to print Postscript files to a LaserJet 5L printer. more>>
pslj shell-script is used to print Postscript files to a LaserJet 5L printer. If you are using another kind of printer, you can easily adapt this script by changing the DEVICE paramater to GhostScript (and possibly the resolution).

You can reference this script in your /etc/printcap file, like this (assuming you have installed the script in /usr/local/bin, with mode 755):

ps|HP LaserJet 5L as PostScript:

:lp=/dev/lp1:
:sd=/var/spool/lp1:
:mx#0:
:if=/usr/local/bin/pslj:sh

You need to adapt your /etc/printcap file.

This should work on any UN*X-like platform, that has an lpr style printing subsystem.

I dont use this for normal printing support anymore. Im using cups for that now.

<<less
Download (MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1236 downloads
SomaMdD 0.1

SomaMdD 0.1


Somamddd (Soma MetaData Daemon) is a daemon that gets input from the current song scheduled by somad. more>>
Somamddd come from Soma MetaData Daemon and is a daemon that gets input from the current song scheduled by somad and updates the icecast (1 and 2) flags. So, the clients can show info about the current song of your radio.

Soma project started in summer 2003 to manage the digital version of an acitvists radio old spools.

The first release just gave just the chance to play random some audio files in a directory using an external program (at that time mpg123). In despite of that this software was never used, i kept on thinking about soma project for some weeks, until i started directly to work with a group called Reload, which was experimenting at the time a project called "eterete" and creating a place for a web radio at Pergola Tribe (a selfmanaged house in Milan).

We used, of course, a release, which was a little bit better to manage the radio-playlist and of course we implemented the software itself. From september till december soma became a software suite, configurable through file and (remote administration...). Thats thanks to the relationships and the inputs that such a community like Reload can create.

A group of passionate activists was able to make broadcastings and broadcast schedules, to find out new problems and to give implementation advices. They also suggest me the idea that soma (originally a simple play-list manager) could become a programs suite, which has a player, a software for deferred broadcasting, a more user friendly admininstration, documentation and distribution.

Some time after came soma player and soma admin. The player was still very behind compared to my implementation ideas. Somadmin was straight away on line and advertised on radio.inventati.org/somadmin/

In January 2004 we showed Soma at the first italian (web and air-waves) radio meeting in Naples.The meeting was technologically and politically profitable and it was an attempt to build up a real radio-network. Radio.inventati.org was actually the only example od direct cooperation among even very different people: individuals, improvised groups, very old and movement radios and experiences from overseas countries.

On the web site there are occasional streamings, weekly streamings, and 24hrs music flows.

The object of the technical research was a digital environment, which could let individuals or whole communities gain access to a common schedule with resum?s,
repetitions, deferred programs, live broadcastings, regular broadcastings as one national and international network. Soma could satisfy this need and could be easly managed through the web thanks to somadmin, which could update the soma admin in real time.

The developments went on. Somaplayer is now reality. The only music player which can stream directly an mp3, an ogg vorbis, a wav, a track from an audio cd or a streaming directly on an icecast server (icecast 2 or shoutcast) or just play it on a computer using sound drivers or sound daemons.

At the moment more other people work at this project, who debug the software, write docs, work at the website and make installation packages (for debian).
<<less
Download (0.31MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1407 downloads
Spruce 0.6.5

Spruce 0.6.5


Spruce is an X11 email client written with the Gtk+ widget set. more>>
Spruce is an X11 mail user agent (commonly known as an email client) written with the Gtk+ widget set. It is geared towards being extremely small and fast, supporting all the common features that users want or need without sacrificing usability or functionality.
Spruces basic feature set includes:
- View, Save, Delete, Expunge, Print, Copy/Move between mailboxes, Reply and Forward messages.
- Compose messages in a simple editor with word-wrap. Allows inserting text files into the editor to save composition time through a menu option. Supports adding file attachments via toolbar button.
- Easy manipulation of mailboxes and messages using both menus and drag-and-drop technology.
- Address book to keep a list of long or frequently used addresses.
- New mail checking at the press of a button or on a set timer.
Spruce supports MIME (Multipurpose Internet Mail Extensions), an Internet Standard for representing multipart and multimedia data in email. Spruce allows you to save MIME objects to files. Spruces message composer does not currently have integral multimedia capability, but any type of data file (including multimedia) can be attached to a text message and sent using MIMEs encoding rules. This allows any group of individuals with MIME-capable mail software (e.g. Spruce, Kmail, Pine, or many other programs) to exchange formatted documents, spreadsheets, image files, etc, via Internet email.
At the present time, spruce uses its own SMTP interface to send mail. Future versions may support the ability to have an external program like Sendmail send messages as an alternative.
Spruce currently supports several different methods of mail retrieval. Currently supported are: POP (POP3, APOP, and POP with CRAM-MD5 Authentication), IMAP (also supports CRAM-MD5 Authentication) and mbox (mbox is the standard UNIX mail format. These mailboxes are commonly found in /var/spool/mail and/or in the users home directory: ~/mbox).
<<less
Download (470KB)
Added: 2009-04-05 License: Freeware Price:
203 downloads
 
Other version of Spruce
Spruce 0.6.5These mailboxes are commonly found in /var/spool/mail and/or in the users home directory: ~/mbox). Main features: - View, Save, Delete, Expunge, Print, Copy/Move between mailboxes, Reply
License:GPL (GNU General Public License)
Download (0.46MB)
1234 downloads
Added: 2006-06-07
OverDOM 0.1.5

OverDOM 0.1.5


OverDOM is a Java implementation of the W3C DOM, layered over a Web browsers native implementation. more>>
OverDOM is a Java implementation of the W3C DOM, layered over a Web browsers native implementation.
OverDOM provides applets with access to the browsers loaded document, through a familiar Java binding. It aims to support:
- DOM level 3
- XML and HTML
- XML namespaces
- events
- traversal & range
Usage:
import netscape.javascript.JSObject;
import org.w3c.dom.*;
import org.w3c.dom.events.*;
import org.w3c.dom.ranges.*;
import org.w3c.dom.traversal.*;
import textbender.g.hold.SpoolT;
import textbender.o.browser.overdom.*;
- - -
SpoolT spool = new SpoolT();
OverDOM overDOM = new OverDOM( spool );
WindowO window = JSObjectOverlay.getWindow( overDOM, applet );
// DOM level 3
Document document = window.getDocument();
// events
EventTarget eventRegistry = (EventTarget)document;
// traversal
TreeWalker walker = ((DocumentTraversal)document).createTreeWalker( - - - );
// range
Range range = ((DocumentRange)document).createRange();
- - -
spool.unwind(); // release overDOM (when applet destroyed, or earlier)
<<less
Download (MB)
Added: 2007-01-07 License: MIT/X Consortium License Price:
1021 downloads
Qpopper 4.1a5

Qpopper 4.1a5


Qpopper is the most widely-used server for the POP3 protocol. more>>
Qpopper project is the most widely-used server for the POP3 protocol (this allows users to access their mail using any POP3 client). Qpopper supports the latest standards, and includes a large number of optional features. Qpopper is normally used with standard UNIX mail transfer and delivery agents such as sendmail or smail.
Qpoppers goals are: security, stability, safety, features, and performance.
The 3 and later code base has multiple levels of protection again common security vulnerabilities, so even if there is a bug at one level, the other levels can protect against an exploit. Stability means running without crashing or other problems. All bug reports are reviewed and taken seriously.
Safety means protecting the users mail. Qpopper takes extra precautions to guard against spool corruption, even if there is a system crash or power failure during an update. Qpopper provides a large number of features, such as bulletins, support for wireless devices, APOP, integration with packages such as Kerberos, drac, etc.
Qpopper strives for the maximum possible performance consistent with safety. You can also tell Qpopper when it is running in an environment where some precautions are not required, resulting in extra performance (for example, if users do not access mail using shell accounts).
This server is fully compliant with RFC 1939 (which defines the POP protocol) and RFC 2449 (which defines the POP extension mechanism and the extended response codes), and works with all known POP3 clients.
Qpopper also supports Kerberos V4 and V5 if enabled.
Main features:
- Faster start-up (1,000 times faster, in many cases)
- Reduced I/O at session end (one-third less!)
- TLS/SSL (allows authentication and email to be strongly encrypted between any TLS/SSL-enabled mail client and Qpopper 4.0.5; requires TLS/SSL)
- Plus all the great features of Qpopper 3.1 (including full sources)
- Most compile-time options now are available at run-time
- Easier administration
<<less
Download (1.2MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
881 downloads
 
Other version of Qpopper
Qpopper 4.0.16 / 4.1 Beta 15Qpopper takes extra precautions to guard against spool corruption, even if there is a system crash or power failure during an update. Qpopper provides a large number of features, such as bulletins
Price: FREE
License:GPL
Download
1 downloads
Added: 2009-02-22
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4