mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-26 03:52:50 +02:00
Process code review remarks #1441
This commit is contained in:
parent
ca6ea6465c
commit
0de2ec77c6
@ -36,9 +36,6 @@ os.environ["FRONT_ADDRESS"] = system.get_host_address_from_environment("FRONT",
|
||||
os.environ["ADMIN_ADDRESS"] = system.get_host_address_from_environment("ADMIN", "admin")
|
||||
os.environ["ANTISPAM_MILTER_ADDRESS"] = system.get_host_address_from_environment("ANTISPAM_MILTER", "antispam:11332")
|
||||
os.environ["LMTP_ADDRESS"] = system.get_host_address_from_environment("LMTP", "imap:2525")
|
||||
|
||||
os.environ["LMTP_ADDRESS"] = system.get_host_address_from_environment("LMTP", "imap:2525")
|
||||
|
||||
os.environ["POSTFIX_LOG_SYSLOG"] = os.environ.get("POSTFIX_LOG_SYSLOG","disabled")
|
||||
|
||||
for postfix_file in glob.glob("/conf/*.cf"):
|
||||
|
@ -190,8 +190,8 @@ When using ``*_ADDRESS``, the hostnames must be full-qualified hostnames. Otherw
|
||||
resolve the hostnames.
|
||||
|
||||
|
||||
Maillog setitngs
|
||||
----------------
|
||||
Mail log settings
|
||||
-----------------
|
||||
|
||||
By default, all services log directly to stdout/stderr. Logs can be collected by any docker log processing solution.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user