Install postfixadmin
Installing postfixadmin package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install postfixadmin
postfixadmin package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | postfixadmin |
version | 2.3.7-1 |
description | Virtual mail hosting interface for Postfix |
subsection | admin |
website | postfixadmin.sourceforge.net |
maintainer | Norman Messtorff |
Uninstall postfixadmin
To remove just postfixadmin package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove postfixadmin
Uninstall postfixadmin and it’s dependent packages
To remove the postfixadmin package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove postfixadmin
Purging postfixadmin
If you also want to delete configuration and/or data files of postfixadmin from Debian Sid then this will work:
sudo apt-get purge postfixadmin
To delete configuration and/or data files of postfixadmin and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove postfixadmin