PostfixadminIt is a Web-based Postfix mail sending server management tool. If you want to use it, you must learn how to install Postfixadmin. I hope this article will be useful to you!
PostfixAdmin is used to manage the databases that store virtual domains and virtual users, that is, the previously created 'vmail' database.
Download the latest version of PostfixAdmin from the SourceForge page of PostfixAdmin. Here we use postfixadmin-2.2.1.1.tar.gz as an example.
Decompress the postfixadmin-2.2.1.1.tar.gz to the Apache project directory (note, not the DocumentRoot directory) and set the following permissions:
Shell command:
- # chown -R root:root /var/www/postfixadmin-2.2.1.1/
-
- # chmod -R 755 /var/www/postfixadmin-2.2.1.1/
-
- # cd /var/www/postfixadmin-2.2.1.1/
-
- # mv setup.php setup.php.bak
PostfixAdmin will prompt the information in the motd *. txt file after logging on to the domain administrator, and clear it here:
Shell command:
- # chmod 0000 motd*.txt
The above article introduces how much you understand. Is it easy to install PostfixAdmin? Please share it with your friends!