Compare commits
2 Commits
b2dfb76a7e
...
0ecaa2ce11
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ecaa2ce11 | |||
| 25c26e4f79 |
0
basic_setup/check_logins.py
Normal file → Executable file
0
basic_setup/check_logins.py
Normal file → Executable file
@@ -261,6 +261,13 @@ for domain in $DOMAINS; do
|
|||||||
OUTPUT="${OUTPUT} }\n"
|
OUTPUT="${OUTPUT} }\n"
|
||||||
OUTPUT="${OUTPUT}}\n\n"
|
OUTPUT="${OUTPUT}}\n\n"
|
||||||
|
|
||||||
|
# Mailadmin Block
|
||||||
|
OUTPUT="${OUTPUT}# MailAdmin UI\n"
|
||||||
|
OUTPUT="${OUTPUT}mailadmin.${domain} {\n"
|
||||||
|
OUTPUT="${OUTPUT} encode gzip\n"
|
||||||
|
OUTPUT="${OUTPUT} reverse_proxy mailadmin:3000\n"
|
||||||
|
OUTPUT="${OUTPUT}}\n\n"
|
||||||
|
|
||||||
# Autodiscover / Autoconfig Block
|
# Autodiscover / Autoconfig Block
|
||||||
OUTPUT="${OUTPUT}# Autodiscover/Autoconfig für $domain\n"
|
OUTPUT="${OUTPUT}# Autodiscover/Autoconfig für $domain\n"
|
||||||
OUTPUT="${OUTPUT}autodiscover.${domain}, autoconfig.${domain} {\n"
|
OUTPUT="${OUTPUT}autodiscover.${domain}, autoconfig.${domain} {\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user