mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
Added info about syslog, because question is asked in #66
This commit is contained in:
parent
4bcfc81830
commit
485848bdaf
1 changed files with 2 additions and 1 deletions
|
@ -276,7 +276,8 @@ Others:
|
|||
Examples:
|
||||
filename = "log-{date:Y-m-d}.txt"
|
||||
filename = "{date:Y-m-d}/{user:domain}/{user:email}_{user:uid}.log"
|
||||
filename = "{user:email}-{date:Y-m-d}.txt"'),
|
||||
filename = "{user:email}-{date:Y-m-d}.txt"
|
||||
filename = "syslog"'),
|
||||
|
||||
'auth_logging' => array(false, 'Enable auth logging in a separate file (for fail2ban)'),
|
||||
'auth_logging_filename' => array('fail2ban/auth-{date:Y-m-d}.txt'),
|
||||
|
|
Loading…
Reference in a new issue