Posts

Showing posts from June, 2013

Postfix Mail Server With Mysql

Postfix Mail Server With Mysql [root@smtp ~]# yum install http* php* mysql* -y Download Postfixadmin Tar URL => http://downloads.sourceforge.net/project/postfixadmin/postfixadmin/postfixadmin-2.3.2/postfixadmin-2.3.2.tar.gz?r=&ts=1295671941&use_mirror=citylan [root@smtp ~]# cd Desktop/ [root@smtp Desktop]# cp postfixadmin-2.3.2.tar.gz /var/www/html/ [root@smtp ~]# cd /var/www/html [root@smtp html]# tar -xvf postfixadmin-2.3.2.tar.gz [root@smtp html]# cp -a postfixadmin-2.3.2 mailadmin [root@smtp html]# cd mailadmin/ [root@smtp mailadmin]# cp config.inc.php config.inc.php-org [root@smtp mailadmin]# vim config.inc.php ( This is postfixmailserver configuration file ) $CONF['database_password'] = 'postfix'; $CONF['admin_email'] = 'postmaster@new.com '; $CONF['encrypt'] = 'cleartext'; 'abuse' => 'abuse@new.com&