postfix-relay/.envrc.sample

15 lines
472 B
Plaintext

export SERVICE=postfix_relay
export DOMAIN=example.com
export STACK_NAME=postfix_relay
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"