mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-02 23:17:26 +02:00
copy (and not parse) mta sts override config
This commit is contained in:
parent
b02ceab72f
commit
05c79b0e3c
@ -76,7 +76,7 @@ for map_file in glob.glob("/overrides/*.map"):
|
||||
os.remove(destination)
|
||||
|
||||
if os.path.exists("/overrides/mta-sts-daemon.yml"):
|
||||
conf.jinja("/overrides/mta-sts-daemon.yml", os.environ, "/etc/mta-sts-daemon.yml")
|
||||
shutil.copyfile("/overrides/mta-sts-daemon.yml", "/etc/mta-sts-daemon.yml")
|
||||
else:
|
||||
conf.jinja("/conf/mta-sts-daemon.yml", os.environ, "/etc/mta-sts-daemon.yml")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user