You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-23 00:28:06 +02: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