Thursday, February 25, 2010

IndiMail

IndiMail

IndiMail is a mailing solution built using following packages qmail, serialmail, qmailanalog, dotforward, fastforward, mess822, daemontools, ucspi-tcp, Courier IMAP/POP3, Bogofilter - A Bayesian Spam Filter, Fetchmail, other useful utilities (pack, unpack, altermime, ripmime, flash). IndiMail also provides Management of Virtual domains. Lot of the integration has been done by modifying some of the core components. IndiMail works on 32 / 64 bit Unix platforms.
The power of IndiMail lies in the ability to distribute the users across multiple hosts in a non-proprietary, simple way. You can have multiple hosts hosting a domain placed anywhere and tied up by IndiMail. This allows you to migrate seamlessly from a proprietary solution like Lotus Notes or MS Exchange to IndiMail. Just install the proxy IMAP/POP3 and point the MX record to IndiMail.
Though IndiMail uses the power of qmail, it has multiple queues (called a queue collection). The collection allows IndiMail to process a very high incoming rate of mails. The system ids, configuration files used by IndiMail are all configurable through a set of environment variables. This gives the ability of a single installation of IndiMail have a different behavior for each queue, sender, recipient, source host, destination host.
Download

SQLTools for Oracle

SQLTools for Oracle

SQLTools is a light weighted and robust tool for ORACLE database development. It includes a text editor, an sql console and a couple of sql utilities. You can use it for dial-up connection and it will work as fast as SQLPlus. It is small and not required an installation so SQLTools will help you anywhere because it is small enough for floppy and available for downloading on the Web. SQLTools is free and probably going to be a public source project.
SQLTools is:
  • Powerful editor (actually it'll be more powerful in the next release), which supports drag & drop, syntax highlighting, code template expansion, etc. It is possible to find a database object under cursor and get its description. Context sensitive help provides information about the current sql statement.
  • SQL console, which is embedded in the editor. It supports DML & DDL statements and provides additional information about database statistics and timing.
  • Object Browser is designed for getting any object DDL definition. One of useful features is support group operations, for example, you can select and disable a set of constraints in one operation.
  • Extract Schema utility, which loads all objects definition and stores on local disk.
Download