doc(README): add description of additional env vars
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5a58b50ad8
commit
1381fddb73
36
README.md
36
README.md
@ -24,7 +24,7 @@ prefix `POSTFIXADMIN_`. You can take an example
|
|||||||
from the upstream project.
|
from the upstream project.
|
||||||
|
|
||||||
| name | default |
|
| name | default |
|
||||||
| ----------------------------------- | --------------------------- |
|
| ----------------------------------- | ------------------------------------------- |
|
||||||
| `POSTFIXADMIN_ADMIN_EMAIL` | |
|
| `POSTFIXADMIN_ADMIN_EMAIL` | |
|
||||||
| `POSTFIXADMIN_ADMIN_SMTP_PASSWORD` | |
|
| `POSTFIXADMIN_ADMIN_SMTP_PASSWORD` | |
|
||||||
| `POSTFIXADMIN_ADMIN_NAME` | |
|
| `POSTFIXADMIN_ADMIN_NAME` | |
|
||||||
@ -43,6 +43,11 @@ from the upstream project.
|
|||||||
| `POSTFIXADMIN_ENCRYPT` | `md5crypt` |
|
| `POSTFIXADMIN_ENCRYPT` | `md5crypt` |
|
||||||
| `POSTFIXADMIN_SMTP_SERVER` | `localhost` |
|
| `POSTFIXADMIN_SMTP_SERVER` | `localhost` |
|
||||||
| `POSTFIXADMIN_SMTP_PORT` | `25` |
|
| `POSTFIXADMIN_SMTP_PORT` | `25` |
|
||||||
|
| `POSTFIXADMIN_SMTP_CLIENT` | |
|
||||||
|
| `POSTFIXADMIN_SHOW_FOOTER_TEXT` | `YES` |
|
||||||
|
| `POSTFIXADMIN_FOOTER_TEXT` | `Return to change-this-to-your.domain.tld` |
|
||||||
|
| `POSTFIXADMIN_FOOTER_LINK` | `http://change-this-to-your.domain.tld` |
|
||||||
|
| `POSTFIXADMIN_FETCHMAIL` | `YES` |
|
||||||
|
|
||||||
### POSTFIXADMIN_ADMIN_EMAIL
|
### POSTFIXADMIN_ADMIN_EMAIL
|
||||||
|
|
||||||
@ -175,3 +180,32 @@ are documented
|
|||||||
To login into the `setup.php` page is the setup password required. This can be
|
To login into the `setup.php` page is the setup password required. This can be
|
||||||
defined via the variable `POSTFIXADMIN_SETUP_PASSWORD`. The password will not be
|
defined via the variable `POSTFIXADMIN_SETUP_PASSWORD`. The password will not be
|
||||||
configured in the `config.local.php` as plain text. It will be encrypted.
|
configured in the `config.local.php` as plain text. It will be encrypted.
|
||||||
|
|
||||||
|
### POSTFIXADMIN_SMTP_CLIENT
|
||||||
|
|
||||||
|
Hostname (FQDN) of the server hosting PostfixAdmin used in the `HELO` when
|
||||||
|
sending emails from PostfixAdmin. The value of the environment will be
|
||||||
|
configured as the following config setting: `$CONF['smtp_server']` and is empty
|
||||||
|
by default.
|
||||||
|
|
||||||
|
### POSTFIXADMIN_SMTP_SERVER
|
||||||
|
|
||||||
|
Hostname (FQDN) of your mail server. The default value is `localhost`. The value
|
||||||
|
of the environment will be configured as the following config setting:
|
||||||
|
`$CONF['smtp_server']`.
|
||||||
|
|
||||||
|
### POSTFIXADMIN_SMTP_PORT
|
||||||
|
|
||||||
|
Port of your mail server. The default value is `25`. The value of the
|
||||||
|
environment will be configured as the following config setting:
|
||||||
|
`$CONF['smtp_port']`.
|
||||||
|
|
||||||
|
### POSTFIXADMIN_SHOW_FOOTER_TEXT
|
||||||
|
|
||||||
|
Enable or disable via `YES` or `NO` the footer text displayed on all sites. Use
|
||||||
|
`POSTFIXADMIN_FOOTER_TEXT` and `POSTFIX_FOOTER_LINK` to customize the text.
|
||||||
|
|
||||||
|
### POSTFIXADMIN_FETCHMAIL
|
||||||
|
|
||||||
|
Enable or disable via `YES` or `NO` the fetchmail tab. It has nothing todo with
|
||||||
|
the fetchmail cron job.
|
||||||
|
Loading…
Reference in New Issue
Block a user