| Subcribe via RSS

Fetchmail for DomainPOP

December 9th, 2008 | No Comments | Posted in Linux, Mail server


Fetchmail is a mail-retrieval and forwarding utility. Using fetchmail, we can retrieves emails from remote mail server and forwards it local mail server. People usually use fetchmail to retrieve emails at the mail server hosting provider and forwards it their local mail server. More »

Tags: , ,

Sample Crontab to Schedule Tasks

November 19th, 2008 | No Comments | Posted in Backup & Restore, Linux

If we have task that need to be executed periodically, then crontab can help us. Crontab is a very useful to run unattended scheduled tasks. The crontab file defines what is to be done and when. It consists of lines of text. Completely blank lines or lines starting with ‘#’ are ignored.
Here is an example of crontab file entry: More »