fix setup steps and env example

This commit is contained in:
2024-07-07 12:31:25 -07:00
parent 609f416045
commit e47ee47b55
2 changed files with 24 additions and 13 deletions

View File

@ -1,18 +1,18 @@
# Mandatory: Server address of the SMTP server to use.
#SMTP_SERVER=
SMTP_SERVER=127.0.0.1
# Optional: (Default value: 587) Port address of the SMTP server to use.
#SMTP_PORT=
SMTP_PORT=1025
# Optional: Username to authenticate with.
#SMTP_USERNAME=
SMTP_USERNAME=
# Optional (Mandatory if SMTP_USERNAME is set): Password of the SMTP user. (Not needed if SMTP_PASSWORD_FILE is used)
#SMTP_PASSWORD=
SMTP_PASSWORD=
# Mandatory: Server hostname for the Postfix container. Emails will appear to come from the hostname's domain.
#SERVER_HOSTNAME=
SERVER_HOSTNAME=pmb
# Optional: This will add a header for tracking messages upstream. Helpful for spam filters. Will appear as "RelayTag: ${SMTP_HEADER_TAG}" in the email headers.
#SMTP_HEADER_TAG=