mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-10 16:46:08 +00:00
Support TLS and STARTTLS for mail
This commit is contained in:
@@ -23,5 +23,6 @@ if args["TLS"] and not all(os.path.exists(file_path) for file_path in args["TLS"
|
||||
args["TLS_ERROR"] = "yes"
|
||||
|
||||
|
||||
convert("/conf/tls.conf", "/etc/nginx/tls.conf", args)
|
||||
convert("/conf/nginx.conf", "/etc/nginx/nginx.conf", args)
|
||||
os.system("nginx -s reload")
|
||||
|
||||
Reference in New Issue
Block a user