Addition/Install.PostfixAdmin.For.MySQL.Backend

From iRedMail

(Difference between revisions)
Jump to: navigation, search
(Created page with 'iRedMail-0.7.0 removed PostfixAdmin, but you can install it to work with MySQL backend manually. '''TO BE CONTINUED.'''')
Line 1: Line 1:
iRedMail-0.7.0 removed PostfixAdmin, but you can install it to work with MySQL backend manually.
iRedMail-0.7.0 removed PostfixAdmin, but you can install it to work with MySQL backend manually.
-
'''TO BE CONTINUED.'''
+
=Download PostfixAdmin and extract=
 +
{{cmd|<pre>
 +
#
 +
# ---- On RHEL/CentOS ----
 +
cd /var/www
 +
wget  http://www.iredmail.org/yum/misc/postfixadmin-2.3.2.tar.gz
 +
tar zxvf postfixadmin-2.3.2.tar.gz
 +
ln -s postfixadmin-2.3.2 postfixadmin
 +
 
 +
</pre>}}

Revision as of 05:37, 10 March 2011

iRedMail-0.7.0 removed PostfixAdmin, but you can install it to work with MySQL backend manually.

Download PostfixAdmin and extract

Terminal:
#
# ---- On RHEL/CentOS ----
cd /var/www
wget  http://www.iredmail.org/yum/misc/postfixadmin-2.3.2.tar.gz
tar zxvf postfixadmin-2.3.2.tar.gz
ln -s postfixadmin-2.3.2 postfixadmin

Personal tools