mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-05 22:14:26 +08:00
Create README.md
This commit is contained in:
parent
f7b23291f8
commit
6e51cf7244
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# docker-postfix
|
||||
Simple postfix relay host for your Docker containers. Based on Alpine Linux.
|
||||
|
||||
ENV vars
|
||||
$HOSTNAME= Postfix myhostname
|
||||
$RELAYHOST= Host that relays your msgs
|
||||
$MYNETWORKS= allow domains from per Network ( default 127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 )
|
||||
$ALLOWED_SENDER_DOMAINS = domains sender domains
|
Loading…
Add table
Reference in a new issue