How to Quick-Start With Latest PostfixAdmin on Ubuntu 15.04 Vivid 32-64bit Easy Guide

March 17, 2015 | By the+gnu+linux+evangelist.

Linux Ubuntu 15.04 Latest Postfixadmin Quick Start

The Linux Ubuntu Tutorial shows you Step-by-Step How to Install and Getting-Started with the Latest Postfix-Admin Web Interface for Mail Virtual Aliases and Domains Administration on Ubuntu 15.04 Vivid Vervet i386/amd64 GNU+Linux.

Postfix Admin is a Web based Interface used to Manage Mailboxes, Virtual Domains and Aliases. It also features support for vacation/out-of-the-office messages.

Posfix-Admin Require PHP, a Web-Server and a Database Server Installation so in the Quick Start Guide below we Propose Link to LAMP Stack Installation on Linux Ubuntu.

Installing Latest Posfixadmin on Ubuntu 15.04 Vivid - Featured
  1. How to Install Postfix Mail Server for Ubuntu.

    Postfix MTA Installation Guide
  2. Open a Shell Session
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    Getting-Started with Postfixadmin for Ubuntu 15.04 Vivid - Open Terminal

    In case first see: Terminal QuickStart Guide.

  3. Download Latest Postfix-Admin for Ubuntu-based Systems

    PosfixAdmin .deb All Package
  4. Checking/Installing GDebi Package Installer.

    which gdebi

    If Not there then:

    sudo apt-get install gdebi gdebi-core

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  5. Postfix Admin Installation

    sudo chmod +x ~/Downloads/postfixadmin*all.deb
    sudo gdebi ~/Downloads/postfixadmin*all.deb

    Choose the WebServer to Run the Postfix Admin Web Interface:
    (Use Tab to Switch & Space-Bar to Select then Enter Only to Confirm!)
    Installing Latest Posfixadmin on Ubuntu 15.04 Vivid - Choosing Web Server
    Confirm to Create a PostfixAdmin Database:
    Installing Latest Posfixadmin on Ubuntu 15.04 Vivid - Choosing Web Server
    Choose the Database Server Type:
    Installing Latest Posfixadmin on Ubuntu 15.04 Vivid - Choosing Web Server
    Give the DB Admin Pass:
    Installing Latest Posfixadmin on Ubuntu 15.04 Vivid - Choosing Web Server
    Set the PostfixAdmin DB Admin Pass:
    Installing Latest Posfixadmin on Ubuntu 15.04 Vivid - Choosing Web Server

  6. Setting Access to the postfixadmin MySQL DB.

    Login on MySQL as ‘root’:

    mysql -uroot -p

    Giving Permissions to the ‘postfix’ & ‘postfixadmin’ Users:

    GRANT SELECT ON postfixadmin.* TO postfix@localhost IDENTIFIED BY '[postfixPass]';
    GRANT SELECT, INSERT, DELETE, UPDATE ON postfixadmin.* TO postfixadmin@localhost IDENTIFIED BY '[postfixPass]';

    Change the ‘postfixPass’!

  7. Postfix-Admin Configuration and Quick Start

    PosfixAdmin Quick Start Guide

QuickChic Theme • Powered by WordPress