Difference between revisions of "User:Paul/sandbox/Install Postfix Admin"

From UNPM.org Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Install Postfix Admin and the database schema ==
 
== Install Postfix Admin and the database schema ==
  
[http://sourceforge.net/projects/postfixadmin/ Postfix Admin] is a PHP based application that handles Postfix style virtual domains and users that are stored in the database. The application has a user-friendly web-based GUI.
+
[http://sourceforge.net/projects/postfixadmin/ Postfix Admin] is a PHP based application that handles Postfix style virtual domains and users that are stored in the database. The application has a user-friendly web-based GUI that makes user and domain management a snap.
  
 
  root@servername:~# wget <nowiki>https://sourceforge.net/projects/postfixadmin/files/postfixadmin/postfixadmin-2.91/postfixadmin-2.91.tar.gz/download</nowiki>
 
  root@servername:~# wget <nowiki>https://sourceforge.net/projects/postfixadmin/files/postfixadmin/postfixadmin-2.91/postfixadmin-2.91.tar.gz/download</nowiki>

Revision as of 02:22, 30 May 2014

Install Postfix Admin and the database schema

Postfix Admin is a PHP based application that handles Postfix style virtual domains and users that are stored in the database. The application has a user-friendly web-based GUI that makes user and domain management a snap.

root@servername:~# wget https://sourceforge.net/projects/postfixadmin/files/postfixadmin/postfixadmin-2.91/postfixadmin-2.91.tar.gz/download
root@servername:~# tar -xvf postfixadmin-2.91.tar.gz


root@servername:~#

External links

Postfix Admin | SourceForge

A Mailserver on Ubuntu 12.04: Postfix, Dovecot, MySQL | Ex Ratione