postfix-relay/.envrc.sample

16 lines
469 B
Plaintext
Raw Normal View History

2020-10-29 17:42:06 +00:00
export APP=postfix_relay
2020-09-26 09:17:53 +00:00
export STACK_NAME=postfix_relay
2020-10-05 23:52:00 +00:00
export DOMAIN=example.com
2020-09-26 09:17:53 +00:00
export LETS_ENCRYPT_ENV=production
2020-09-26 14:18:02 +00:00
# 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"
2020-09-27 11:15:18 +00:00
# Replace *.example.com with example.com in outgoing mail
#export MASQUERADED_DOMAINS="example.com"