mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
e5700e69c3
- RUN_DEPEND on Apache and Postfix - Drop custom FETCH_CMD and provide a mirror on my server - Add www to CATEGORIES - Adjust COMMENT and pkg-descr - move pkg-message to files/pkg-message.in, use macros and add it in SUB_FILES - Bump PORTREVISION for depends change.
26 lines
840 B
Plaintext
26 lines
840 B
Plaintext
To Install and use postfixadmin:
|
|
|
|
1. Create the MySQL Tables
|
|
--------------------------
|
|
In %%PREFIX%%/www/postfixadmin/DATABASE.TXT you can find the table
|
|
structure that you need in order to configure Postfix Admin and Postfix
|
|
in general to work with Virtual Domains and Users
|
|
|
|
2. Configure
|
|
------------
|
|
Check the %%PREFIX%%/www/postfixadmin/config.inc.php file. There you
|
|
can specify settings that are relevant to your setup.
|
|
|
|
The default password for the admin part of Postfix Admin is admin/admin.
|
|
This is specified in the .htpasswd file in the admin directory. Make sure
|
|
that the location of the .htpasswd file matches your path.
|
|
|
|
3. Configure Apache
|
|
-------------------
|
|
Add a line in your httpd.conf to allow the use of .htaccess file.
|
|
|
|
<Directory "%%PREFIX%%/www/postfixadmin">
|
|
Options Indexes
|
|
AllowOverride AuthConfig
|
|
</Directory>
|