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
@@ -260,6 +260,13 @@ for domain in $DOMAINS; do
|
||||
OUTPUT="${OUTPUT} format console\n"
|
||||
OUTPUT="${OUTPUT} }\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
|
||||
OUTPUT="${OUTPUT}# Autodiscover/Autoconfig für $domain\n"
|
||||
|
||||
Reference in New Issue
Block a user