Main > Free Download Search >

Free intelligent message filter archive manager software for linux

intelligent message filter archive manager

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5098
Intelligent Filesystem Guard 1.0

Intelligent Filesystem Guard 1.0


Intelligent Filesystem Guard is a tool that monitors information about changes in files and directories. more>>
Intelligent Filesystem Guard is a tool that monitors information about changes in files and directories.

Intelligent Filesystem Guard can be used either for the detection of changes in important files (as an intrusion detection system guarding data against viruses and Trojan horses) or for guarding user data.

A large emphasis is put on monitoring files. One of the functions of this system is to tell what happened with the file according to a user query. The system is able to warn of any sort of change, such as modification, creation, erasure, or movement.

<<less
Download (0.090MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1280 downloads
Apache File Manager 0.19

Apache File Manager 0.19


Apache File Manager is an Apache mod_perl Web server filemanager. more>>
The Apache::FileManager module is a simple HTML file manager. It provides file manipulations such as cut, copy, paste, delete, rename, extract archive, create directory, create file, edit file, and upload files.
It also has the ability to rsync the server htdocs tree to another server with the click of a button.
Enhancements:
- prevented file edit screen from opening when cancel is clicked when creating new filenames
- fixed up documentation
<<less
Download (0.012MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1644 downloads
PCMan File Manager 0.3.2.2

PCMan File Manager 0.3.2.2


PCMan File Manager is a lightweight file manager which features tabbed browsing. more>>
PCMan File Manager is a lightweight file manager which features tabbed browsing.
Main features:
- Lightweight & Fast
- Tabbed Browsing
- Clean and easy to use
<<less
Download (0.41MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
647 downloads
VNC Session Manager 0.8

VNC Session Manager 0.8


VNC Session Manager provides a disconnected session manager for VNC. more>>
VNC Session Manager provides a disconnected session manager for VNC.

VNC Session Manager adds the necessary glue code between VNCs two execution modes, enabling XDM-based login to disconnected sessions. This gives a Terminal Services-like login for Unix-based VNC servers.

<<less
Download (0.012MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
968 downloads
User::Identity::Archive 0.90

User::Identity::Archive 0.90


User::Identity::Archive is a base class for archiving user information. more>>
User::Identity::Archive is a base class for archiving user information.

INHERITANCE

User::Identity::Archive
is a User::Identity::Item

User::Identity::Archive is extended by
User::Identity::Archive::Plain

SYNOPSIS

use User::Identity::Archive::Plain;
my $friends = User::Identity::Archive::Plain->new(friends);
$friends->from(*FH);
$friends->from(.friends);

An archive stores collections. It depends on the type of archive how and where that is done. Some archivers may limit the kinds of selections which can be stored.

<<less
Download (0.025MB)
Added: 2006-06-28 License: Perl Artistic License Price:
1214 downloads
Gmail Manager 0.5.3

Gmail Manager 0.5.3


Gmail Manager extension allwos you to manage multiple Gmail accounts and receive new mail notifications. more>>
Gmail Manager extension allwos you to manage multiple Gmail accounts and receive new mail notifications.

Displays your account details including unread messages, saved drafts, spam messages, labels with new mail, space used, and new mail snippets

<<less
Download (0.16MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
988 downloads
Simple Page Archive 1.3

Simple Page Archive 1.3


Simple Page Archive is a mirror and archiving tool to copy Web pages you are interested in. more>>
Simple Page Archive is a mirror and archiving tool to copy Web pages you are interested in. The CGI script downloads all images and CSS files to preserve the mirrored Web page.
It works with the ZEUS (www.zeus.com) and Apache (www.apache.org) web servers. SPA is an simple CGI script which allows you to mirror a single web page. It stores all images and CSSs locally, so you are able to browse through the archive without the need of the original, images being availiable.
The script is dead simple to install!
1. First you need to download "Beatiful Soup" (BS) from http://www.crummy.com/software/BeautifulSoup/ which is a quite simple but very good HTML Parser (not like the one in the Python distro .. which is acutally broken). Please "install" the BS module in your site-packages directory of python.
2. Copy the "index.py" file to directory of your "web archive".
3. Edit the script and change wroot variable in Configuration section at the beginning of the script to the document root directory of your web archive (NOT the physical path on the disk!)
3.1 If you are behind a firewall and you need proxy support, add your proxy server in the Configuration section as well.
4. Make sure you have CGI support enabled in your web server.
5. Make sure index.py is being called as the default DirectoryIndex.
6. Make sure the permissions of the index.py file and the directory are set
correctly. The CGI process must be able to write to your archive directory.
7. Open a browser and try to mirror a page ;-)
Enhancements:
- Added filter support
- Output now sorted by date
<<less
Download (0.005MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1222 downloads
The PHP Photo Archive 1.0 RC1

The PHP Photo Archive 1.0 RC1


LinPHA is an easy to use, multilingual, flexible photo/image archive/album/gallery written in PHP. more>>
LinPHA is an easy to use, multilingual, flexible photo/image archive/album/gallery written in PHP. It uses a SQL database to store information about your pictures.

It comes with a HTML based installer, so you dont need experience in setting up SQL DB.
<<less
Download (1.2MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1657 downloads
Microsummary Manager 0.5

Microsummary Manager 0.5


Microsummary Manager provides an easily install, delete and manage your μSummary generators! more>>
Microsummary Manager provides an easily install, delete and manage your μSummary generators!

This extension provides an easy way to manage currently installed microsummary generators and install any you may have saved locally via the add-ons manager.

<<less
Download (0.017MB)
Added: 2007-03-30 License: MPL (Mozilla Public License) Price:
941 downloads
Mail::Message::Convert::MailInternet 2.066

Mail::Message::Convert::MailInternet 2.066


Mail::Message::Convert::MailInternet is a Perl module that can translate Mail::Message to Mail::Internet vv. more>>
Mail::Message::Convert::MailInternet is a Perl module that can translate Mail::Message to Mail::Internet vv.

INHERITANCE

Mail::Message::Convert::MailInternet
is a Mail::Message::Convert
is a Mail::Reporter

SYNOPSIS

use Mail::Message::Convert::MailInternet;
my $convert = Mail::Message::Convert::MailInternet->new;

my Mail::Message $msg = Mail::Message->new;
my Mail::Internet $intern = $convert->export($msg);

my Mail::Internet $intern = Mail::Internet->new;
my Mail::Message $msg = $convert->from($intern);

use Mail::Box::Manager;
my $mgr = Mail::Box::Manager->new;
my $folder = $mgr->open(folder => Outbox);
$folder->addMessage($intern);

The Mail::Internet class of message is very popular for all kinds of message applications written in Perl. However, the format was developed when e-mail messages where still small and attachments where rare; Mail::Message is much more flexible in this respect.

<<less
Download (0.57MB)
Added: 2006-08-08 License: GPL (GNU General Public License) Price:
1172 downloads
Autoconf Macro Archive 2007-08-21 (cryp.to)

Autoconf Macro Archive 2007-08-21 (cryp.to)


Autoconf Macro Archive aims to provide a collection of reusable Autoconf macros as free software. more>>
Autoconf Macro Archive aims to provide a collection of reusable Autoconf macros as free software.

The archive currently features more than 300 macros which perform portability tests ranging from compiler support for weird language extensions to automatic generation of sophisticated Automake rules.

However, all these macros have been contributed by friendly supporters of the cause from all over the Internet; the archive really just collects and distributes them.

<<less
Download (0.53MB)
Added: 2007-08-03 License: GPL v3 Price:
812 downloads
Kmail POP filter with antispam/scoring 0.5.1

Kmail POP filter with antispam/scoring 0.5.1


Kmail POP filter with antispam/scoring contains improvements for KMAIL POP filters. more>>
Kmail POP filter with antispam/scoring contains improvements for KMAIL POP filters.

Read the content of file README for the use information and for applying the patch.

Filter rules with action with one score value (only for kde-3.5.x)

- The porting for the other versions will come make only from request.
- This is useful to set up one action on a message from match the more filter rules (as an example, a rule on XP, rolex and another on best, price, and ....)
- The action is set up when the sum of score value is at least 100%.

For kde 3.x

- Highlight of the e-mail marked for the download or the delete.
- Tool-tips on the text that exceeds the dimension of the columns.

- Ordering also for type action.
- Set action to delete of the messages that have one type of action or they are old at least X of days.

- A single key press (key D, E, L, Up, Down) for every message (stop of, watches, selection, watches, sets up, for every message).

- Use of one single list view for all the various types of match message-filters.
- Adding for every message the visualization of the name of filter that is matched with the message.
- Possibility of, easy and quickly, to see only the messages that they correspond to one action.

- Filter from to the header of the body of the message (therefore it is possible to filter for the name of the file attached).
- Filter from initial rows of the body of the message.
- The user can specify the minimal and maximum number of rows of the body of the message to download (the number of rows comes calculated in proportion to the dimension of the message) .

<<less
Download (0.51MB)
Added: 2007-06-03 License: GPL (GNU General Public License) Price:
873 downloads
IM-Filter 0.9 RC1

IM-Filter 0.9 RC1


IM-Filter is a daemon for GNU/Linux firewall hosts written in C which is able to analyze and filter the ICQ protocol. more>>
IM-Filter is a daemon for GNU/Linux firewall hosts written in C which is able to analyze and filter the ICQ protocol. The daemon runs in userspace and fetches packets of the ICQ protocol by using the libnetfilter_queue mechanism.
IM-Filters main purpose is to run at a gateway, so all ICQ-related traffic of users in the LAN runs over IM-Filter. Nevertheless the daemon could also be used directly on end users computers. The following diagram shows, how the daemon is integrated in a GNU/Linux system.
One of the design goals of IM-Filter was modularity. So plugins for other protocols like MSN or IRC could be written easily. The source code already contains skeleton code for an IRC module.
Together with the source code, adequate iptables scripts are provided so that only packets which belong to ICQ traffic get in the netfilter queue of IM-Filter.
Main features:
Logging of messages sent via ICQ
IM-Filter is able to identify and log messages which have been sent via the ICQ protocol. These messages contain a timestamp, an IP-address, the appropriate UIN and - of course - the message itself. A logged message could look like this:
[2007-07-27 11:24:21] IP "10.0.0.1" sent following message to #123456789: "hello, this is a test"
Blacklists for messages and UINs
IM-Filter handles two different blacklists: for messages and for UINs. The message blacklist holds strings which must not occur in text messages. When such a string is detected in a message, it gets censored in the logfiles.
The UIN blacklist contains UINs of users which are not allowed to connect to the ICQ network. Those blacklists can be re-read by the daemon during runtime by sending signals.
Detection and blocking of file transfers
Since file transfers are not always welcome, they can be blocked by invoking the daemon with a specific command line argument. Then, users in the LAN can not send files to other users anymore. Beside blocking, the daemon logs file transfers. Such a log entry can look like this:
[2007-07-06 17:01:26] FILTRANSFER detected (outgoing): receiver uin: #123456789 || filename: test.txt || size: 143360B
List with currently logged in users
To be able to know which users are currently logged in, IM-Filter manages a text file which holds all necessary information. By default, the file is placed in /var/log/imfilter.users and contains IP-address and UIN of the users which are currently logged in. The file could look like this:
UIN=123456789, IP=10.0.0.1
UIN=234567890, IP=10.0.0.22
UIN=345678901, IP=10.0.0.4
<<less
Download (MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
818 downloads
qSheff Manager 1.0

qSheff Manager 1.0


qSheff Manager is a wrapper for the qmail queue that scans email for viruses and spam. more>>
qSheff is a a email filter and a wrapper for the qmail queue that scans email for viruses and spam. Infected messages are rejected before they reach the queue, so the server doesnt perform any job for them. After checking the message, it will wake the qmail queue.
Main features:
- Simple, optimized, extandable fast code (C code)
- Interoperability with various Antivirus.
- Could logs all incoming/outgoing mails
- Subject/body filter.
- Attachment blocking by name and extension.
- White/black lists.
- Easy installation and administration (qsheff/qsheff.* files)
- Easy debugging.
- Quarantine for service providers.
- Dropping mails with malformed headers
- MRTG reporting
Enhancements:
- All menu keys have been redesigned.
- The code was tested for stability.
<<less
Download (0.006MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1436 downloads
Rsync Vault Manager 1.01

Rsync Vault Manager 1.01


Rsync Vault Manager uses rsync to manage archives of clients across multiple logical partitions. more>>
Rsync Vault Manager is an archive manager that uses rsync to manage backups of multiple clients across multiple logical partitions (vaults).
Rsync Vault Manager has some features that some other rsync-based backup schemes lack, such as being written in C++, needing no scripts or other programs than rsync and any binaries on which rsync depends (such as SSH), the ability to manage multiple instances of rsync connections to separate clients in parallel, the ability to use multiple logical partitions (vaults) in a configurable fashion for purporses of redundancy and added reliability, and the use of hard links for files that have not changed from one archive to the next.
Rsync Vault Manager was developed on an x86 platform using Linux RedHat 9.0 w/ GCC 3.2.2 and an UltraSPARC platform using Solaris 8 w/ GCC 2.95.5.
Rsync Vault Manager uses GNU autoconf/automake scripts for compilation and installation.
Enhancements:
- Minor bugs fixed: a wildcard resolution bug, incorrect archive directory names, empty job IDs in reports, and this release checks that a vault is writable before running rsync.
- A vault locking option prevents multiple instances of rvm from using the same vault, there is a separate error logging level to be used when retrying an rsync command, and there is an option to delete old log files along with old archives.
<<less
Download (0.73MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1196 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5