Posts

Showing posts from March, 2013

MAILZU WITH AMAVISD

       DOCUMENTATION FOR IMPLEMENTING MAILZU WITH AMAVISD-NEW : # cd /var/www/html/ Download Mailzu # wget http://nchc.dl.sourceforge.net/project/mailzu/mailzu/MailZu%200.8RC3/MailZu_0.8RC3.tar.gz # tar xzf MailZu_0.8RC3.tar.gz # mv MailZu_0.8RC3.tar.gz /usr/local/src/ # mv MailZu_0.8RC3 mailzu # cd mailzu/config # cp config.php.sample config.php # cp config.php.sample config.php.original # wget http://www200.pair.com/mecham/spam/mzcpatch.txt # patch -p0 < mzcpatch.txt Make a Database For Amavisd named as amavis and give all accesses to amavis user on all tables of amavis database and give it to password as amavis as : # mysql -u root -p Enter Password: mysql > create database amavis ; mysql > grant all privileges on amavis.* to amavis@localhost identified by 'amavis' ; mysql > exit Now try to login mysql Server as : # mysql -u amavis -pamavis amavis Now we have to add Schemas to amavis database . Copy below contents in a file and then redir