Main > Free Download Search >

Free dovecot 1.0.2 software for linux

dovecot 1.0.2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 196
Dovecot 1.0.2 / 1.1 Alpha 3

Dovecot 1.0.2 / 1.1 Alpha 3


Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. more>>
Dovecot project is an open source POP3 and IMAP server for Linux/UNIX-like systems, written with security primarily in mind. Although its written in C, it uses several coding techniques to avoid most of the common pitfalls.
Dovecot can work with standard mbox and maildir formats and its fully compatible with UW-IMAP and Courier IMAP servers implementation of them as well as mail clients accessing the mailboxes directly.
Its easy to migrate from them to Dovecot. I have also plans to support storing mails in SQL databases.
Dovecot is easy to set up and doesnt require special maintenance. Only thing you need is to get the authentication working properly - if your users are in /etc/passwd theres hardly anything you have to do.
Dovecot should be pretty fast. There are still some optimizations that could be done, but I believe it already beats most other IMAP servers in overall performance.
This is mostly because of index files that Dovecot maintains; instead of having to scan through all the data in mailbox, Dovecot can get most of the wanted information from index with little effort.
Dovecots indexes can scale to huge amount of messages per mailbox with hardly any noticeable slowdown. Ive tested only up to 367000 mails, but millions of messages should be no problem.
Dovecot takes very little memory. Most of it goes to mmap()ed index and mailbox files, meaning that if operating system is low on memory, it can simply drop those memory pages without having to store them in swap.
Connections are handled in separate processes, each one currently using around 100kB of swappable memory. Some extensions like SORT and THREAD will require more memory to work though.
Dovecot is fail safe. Indexes could potentially be quite a large problem maker, but Dovecot does sanity checks to all data before using it to avoid crashes and other problems.
Any kind of crash is considered as bug and will be fixed - even if it happens only by deliberately poking the index files.
Main features:
- Dovecot should be quite ready for use with normal IMAP clients.
- Complete IMAP4rev1 support.
- Supports THREAD and SORT extensions, required by many IMAP webmails.
- Complete TLS/SSL support
- IPv6 ready.
- Shared mailboxes arent yet supported.
- Maildir++ quota isnt yet supported. Hard filesystem quota can also be problematic.
<<less
Download (1.16MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
497 downloads
Osec 1.0.2

Osec 1.0.2


Osec is a lightweight integrity checking system. more>>
Osec is a lightweight integrity checking system. You can use it to see difference between two states of your system. Osec also adds an ability of checking system for the dangerous files, e.g. suid, sgid and world writeable.
If you run osec under root acount, then this program will work under non-privilegy user with only one extra capability dac_read_search, so osec cannot
damage any system file on internal errors.
Osec is divided into two parts:
- osec - data gathering program. Osec have made its output in row format to standart output.
- osec_reporter - report filter. You can pass row output from osec to reporter to see human-readable reports with some analisys.
Reporter process will also print results to standart output, so you can continue this pipeline. For example, you can send e-mail with report to system administrator.
Main features:
- Osec can work under non-privilege user, so its more secure.
- Its smaller and faster.
- Its easy to include to Unix pipelines.
<<less
Download (0.025MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1659 downloads
Vobcopy 1.0.2

Vobcopy 1.0.2


Vobcopy copies DVD .vob files to harddisk, decrypting them on the way and merges them. more>>
Vobcopy copies DVD .vob files to harddisk, decrypting (if you have libdvdcss installed) them on the way (thanks to libdvdread and libdvdcss) and merges them into file(s) with the name extracted from the DVD.
It checks for enough free space on the destination drive and compares the copied size to the size on DVD (in case something went wrong during the copying). Vobcopy project without any options will copy the first title into files of 2GB size into the current working directory.
There is one drawback though: at the moment vobcopy doesnt deal with multi-angle-dvds. But since these are rather sparse this shouldnt matter much.
Enhancements:
- A segfault in the log file writing routine was fixed.
- Small fixes and experimental "step over the bad part" code were added.
<<less
Download (0.041MB)
Added: 2007-06-24 License: GPL (GNU General Public License) Price:
859 downloads
DaemonRip 1.0.2

DaemonRip 1.0.2


DaemonRip runs as a Unix daemon and polls a CD drive to see if an audio CD is inserted. more>>
DaemonRip runs as a Unix daemon and polls a CD drive to see if an audio CD is inserted.

When an audio CD is detected, it will automatically connect to a CDDB server to determine the name, artists, and tracks of the CD, and begin to rip and encode the CD using your preferred ripping and encoding applications.

When finished ripping the disc, it will be ejected from the drive, allowing you to insert a new one to continue the process. No other user interaction is required.

DaemonRip project also can keep statistics about your ripping and encoding times, and logs all of the actions to a log file.

<<less
Download (0.017MB)
Added: 2006-02-12 License: GPL (GNU General Public License) Price:
1350 downloads
KFocus 1.0.2

KFocus 1.0.2


KFocus is a personal project management program with support for task lists and log books. more>>
KFocus is a personal project management program with support for task lists and log books.

Supports:

- Categorizing tasks into projects
- Viewing how much time you have left to complete a task
- Creating logs of completed tasks
- Scheduling followup tasks when a task is completed
- Scheduling tasks to start in the future

Installation:

You need to install klik on your system to run cmg applications.

Press Alt-F2 and paste:

wget klik.atekon.de/client/install -O -|sh

<<less
Download (0.18MB)
Added: 2005-09-29 License: GPL (GNU General Public License) Price:
1486 downloads
Django 1.0.2

Django 1.0.2


Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. more>>
Django 1.0.2 provides you with a professional and high-level Python Web framework which will encourage rapid development and clean, pragmatic design.

Major Features:

  1. Object-relational mapper: Define your data models entirely in Python. You get a rich, dynamic database-access API for free but you can still write SQL if needed.
  2. Automatic admin interface: Save yourself the tedious work of creating interfaces for people to add and update content. Django does that automatically, and its production-ready.
  3. Elegant URL design: Design pretty, cruft-free URLs with no framework-specific limitations. Be as flexible as you like.
  4. Template system: Use Djangos powerful, extensible and designer-friendly template language to separate design, content and Python code.
  5. Cache system: Hook into memcached or other cache frameworks for super performance caching is as granular as you need.
  6. Internationalization: Django has full support for multi-language applications, letting you specify translation strings and providing hooks for language-specific functionality.
<<less
Added: 2008-11-19 License: GPL Price: FREE
15 downloads
lcdmod 1.0.2

lcdmod 1.0.2


lcdmod is a kernel module for using HD44780 compatible LCD displays connected to the parallel port. more>>
lcdmod was written because there was no nice way of controlling these displays from a computer under linux, most other software written to control these displays run in user space, and/or dont support all the features of the displays.
lcdmod allows users to easily intergrate the LCD, in its simplest form, into shell scripts, C code, et cetera by simply writing ASCII to the device file. But also provides an interface to many of the more powerful features of the display and module through that same interface.
Main features:
- Character device driver for all HD44780 compatible displays.
- Fast 8 bit mode.
- Support for all screen sizes.
- User definable fonts, and mapping.
- proc filesystem entry shows module configuration and current display state.
- Driver emulates most control characters of a vt52 terminal.
- Support for multiple wiring schemes.
- No LCDProc
<<less
Download (0.016MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1471 downloads
ferite 1.0.2

ferite 1.0.2


ferite is a lighweight, portable, threadsafe scripting engine with a language that is very easy to pick up and use. more>>
ferite is a lighweight, portable, threadsafe scripting engine with a language that is very easy to pick up and use.

ferite is a scripting engine and language written in c for complete portability.

ferite is a clean language with influences from various places: objects from Java/C++, functions from C/php, closures from scheme, block calling from ruby, namespaces from C++, as well as its own a sane loose typing mechanism, variant type and set of nice APIs.

Its origins are from one of those "it seems like a good idea", the good idea was provoked by finding perl a real pain in the arse to embed (from what I gather its easier nowadays). It started in the summer of 2000 (with various tries and fails within the pre-ceding two years). It reached version 1.0 in the second quarter of 2005.

<<less
Download (1.9MB)
Added: 2005-12-07 License: BSD License Price:
1419 downloads
jettalk 1.0.2

jettalk 1.0.2


jettalk provides a console-based blackboard communication program. more>>
jettalk provides a console-based blackboard communication program.

With jettalk multiple users can edit in a text area simultaneously. This can be used for project coordinance, playing games, or just chatting.

<<less
Download (0.031MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
926 downloads
Jscroll 1.0.2

Jscroll 1.0.2


JScroll is a swing component for Java that provides a virtual desktop pane. more>>
JScroll is a swing component for Java that provides a virtual desktop pane.

It provides a virtual desktop replete with dynamic scroll bars, dynamic menus, and dynamic button shortcuts.

The JScrollDesktopPane class surmounts the limitations of the original JDesktopPane Swing component, offering a solution to the clipping and overlap problems inherit to said component, and mimics the interface of the original JDesktopPane to provide an easy upgrade path.

It provides a scrolling MDI desktop, one of the most requested features to the Java JDK.

<<less
Download (0.024MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
1123 downloads
Klep 1.0.2

Klep 1.0.2


Klep is Yet Another virtual flashcard program. more>>
Klep is Yet Another virtual flashcard program, which helps in putting information into ones short term memory.
Klep has many features not commonly found in virtual flashcard programs, including export to memaid so that material learned in Klep can be retained in the long term, support for images, support for multiple choice questions, and a bunch more.
Klep uses wxWidgets, so it should theoretically work in UNIX-likes (GNU/Linux, Mac OS X, freeBSD, etc), Windows, OS/2, and others, although binaries are currently only available for GNU/Linux and Windows.
Enhancements:
- Some bugs related to images were fixed.
<<less
Download (1.0MB)
Added: 2005-11-16 License: GPL (GNU General Public License) Price:
1439 downloads
FSME 1.0.2

FSME 1.0.2


FSME is a graphical tool to develop general finite state machines. more>>
FSME is a graphical tool to develop general finite state machines.
Developed automatas are stored in files simular to Qt Designer. Theyre converted to C++ in the same way as UIC does.
You can navigate FSME by selecting element in the tree, or clicking diagram elements.
The Object Editor is context sensitive, displaying a form appropriate to the element selected.
It includes 3 packages:
- FSME - a graphical FSM editor
- FSMC - source code generator (like UIC)
- FSMD - debugger/tracer
Enhancements:
- Fixed bug with loop arrows. Now loop arrow has at least two control points.
- Added true and false constants.
- Added Apply button in the new state editor, which displays help message how to live correctly
- pyfsmc writes file encoding to hint Python about unicode strings encoding
- preliminary print support
- minor changes to compile on gcc 3.4
<<less
Download (0.17MB)
Added: 2005-06-13 License: GPL (GNU General Public License) Price:
1600 downloads
Libqrencode 1.0.2

Libqrencode 1.0.2


Libqrencode is a C library for encoding data in a QR Code symbol. more>>
Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robustness.
Libqrencode supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are not supported:
- ECI and FNC1 mode
- Structured Append Feature
- Micro QR Code
- QR Code model 1
<<less
Download (0.34MB)
Added: 2007-03-25 License: LGPL (GNU Lesser General Public License) Price:
949 downloads
libproclist 1.0.2

libproclist 1.0.2


libproclist is a very simple and easy to use C library that returns the process listing using ps. more>>
libproclist is a very simple and easy to use C library that returns the process listing using ps.

It is very portable and is known to work on Linux, Irix, AIX, Solaris and OpenBSD. libproclist doesnt, however, work for FreeBSD.

Usage:

The installation is as simple as `configure, `make and `make install.

The interface of the library is:

struct pl_procinfo
{
pid_t pid;
pid_t ppid;
uid_t euid;
gid_t egid;
char *tty;
char *cmd;
};

struct pl_procinfo **pl_proclist;
int pl_proclist_count;

/*
Get the process list.
Return:
-1: Internal error
0: Error executing ps
>0: Number of processes
*/
int pl_get_proclist();

Just call pl_get_proclist() and it will allocate the pl_proclist table which will contain pl_proclist_count elements. Each element is a process.
<<less
Download (0.13MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1087 downloads
Nanoserv 1.0.2

Nanoserv 1.0.2


Nanoserv is a sockets daemon toolkit for PHP 5.1+. more>>
Nanoserv is a sockets daemon toolkit for PHP 5.1+. Nanoserv is object oriented and features native support for TCP with SSL/TLS and UDP connections, multiplexing and forking listeners, handlers for raw connections, line input, HTTP, SMTP, XML-RPC, Syslog, transparent inter-process communications with forked handlers, and more.
Main features:
- 100% object oriented
- native support for TCP with SSL/TLS and UDP connections
- multiplexing and forking listeners
- handlers for raw connections, line input, HTTP, SMTP, XML-RPC, Syslog, ...
- transparent inter process communications with forked handlers
- and probably more ...
<<less
Download (0.020MB)
Added: 2006-08-23 License: LGPL (GNU Lesser General Public License) Price:
1161 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5