Tag Archive: mail


Generate file list of message to be delete.
# zmmailbox -z -m admin@mdkl.gov.my s -l 1000 -t message "in:inbox content:root@mdkl" | awk '{ if(NR > 4){print}}' | cut -c7- | awk '{print $1","}' | tr -d '\n' > /tmp/delmessg

Delete message from list file : /tmp/todel
# zmmailbox -z -m admin@mdkl.gov.my dm `cat /tmp/todel`

iRedMail:Full-Featured Mail Server in 2 Minutes

iRedMail is a shell script that lets you quickly deploy a full-featured mail solution in less than 2 minutes. Since version 0.5, iRedMail supports Ubuntu 8.04, 9.04 (it supports both i386 and x86_64). Its object is to make a Linux mail server installation and configuration simple and easy to use. iRedMail supports both OpenLDAP and MySQL as backends for storing virtual domains and users.This tutorial shows how to use the OpenLDAP backend.

Now iRedmail provides two webmail programs, RoundCube and SquirrelMail, and both support MySQL and OpenLDAP and can change the password.

Project home page: http://code.google.com/p/iredmail/

Follow

Get every new post delivered to your Inbox.