mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-05 14:55:20 +02:00
Merge #1542
1542: Remove unused variables r=mergify[bot] a=dhoppe ## What type of PR? Cleanup. ## What does this PR do? This pull request will remove unused variables. I do not think @matst14 will update his pull request because his account seems to be quite inactive. ### Related issue(s) - Mention an issue like: #1112 #1437 - Auto close an issue like: closes #1112 #1437 ## Prerequistes None. Co-authored-by: Dennis Hoppe <github@debian-solutions.de>
This commit is contained in:
commit
05a7f7f93a
@ -21,13 +21,9 @@ def start_podop():
|
||||
])
|
||||
|
||||
# Actual startup script
|
||||
|
||||
os.environ["FRONT_ADDRESS"] = system.get_host_address_from_environment("FRONT", "front")
|
||||
os.environ["REDIS_ADDRESS"] = system.get_host_address_from_environment("REDIS", "redis")
|
||||
os.environ["ADMIN_ADDRESS"] = system.get_host_address_from_environment("ADMIN", "admin")
|
||||
os.environ["ANTISPAM_WEBUI_ADDRESS"] = system.get_host_address_from_environment("ANTISPAM_WEBUI", "antispam:11334")
|
||||
if os.environ["WEBMAIL"] != "none":
|
||||
os.environ["WEBMAIL_ADDRESS"] = system.get_host_address_from_environment("WEBMAIL", "webmail")
|
||||
|
||||
for dovecot_file in glob.glob("/conf/*.conf"):
|
||||
conf.jinja(dovecot_file, os.environ, os.path.join("/etc/dovecot", os.path.basename(dovecot_file)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user