mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-05 22:14:26 +08:00
Create sample.env
Added sample.env file for docker-compose.yml
This commit is contained in:
parent
03148d0339
commit
07f23512d6
1 changed files with 9 additions and 0 deletions
9
sample.env
Normal file
9
sample.env
Normal file
|
@ -0,0 +1,9 @@
|
|||
TZ=Asia/Hong_Kong
|
||||
HOSTNAME=smtp-relay
|
||||
RELAYHOST=smtp.gmail.com:587
|
||||
RELAYHOST_USERNAME=you@gmail.com
|
||||
RELAYHOST_PASSWORD=yourgmailapppassword
|
||||
RELAYHOST_USE_TLS=yes
|
||||
RELAYHOST_ATTACHMENT_SIZE=26214400
|
||||
ALLOWED_SENDER_DOMAINS=gmail
|
||||
MYNETWORKS=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,172.0.0.0/8
|
Loading…
Add table
Reference in a new issue