mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-12 02:28:20 +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.
|
||||
|
||||
@ -199,6 +199,6 @@ In some situations, a separate mail log is required (e.g. for legal reasons). Po
|
||||
syslog server that stores the log files to a volume. It can be configured by the following options:
|
||||
|
||||
- ``POSTFIX_LOG_SYSLOG``: (default: ``disabled``) set to ``local`` to enable a local syslog server for postfix
|
||||
- ``POSTFIX_LOG_FILE``: The file to log the maillog to
|
||||
- ``POSTFIX_LOG_FILE``: The file to log the mail log to
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user