This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
postfix-relay/.envrc.sample

16 lines
469 B
Plaintext

export APP=postfix_relay
export STACK_NAME=postfix_relay
export DOMAIN=example.com
export LETS_ENCRYPT_ENV=production
# Postfix options, see
# https://github.com/bokysan/docker-postfix#configuration-options
#export TZ=Europe/London
#export INBOUND_DEBUGGING=1
# $DOMAIN will be added by default, specify any more here:
#export EXTRA_SENDER_DOMAINS="app.example.com"
# Replace *.example.com with example.com in outgoing mail
#export MASQUERADED_DOMAINS="example.com"