mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-18 01:36:19 +00:00
Redirect roundcube logs to syslog
This commit is contained in:
parent
78ab422503
commit
41e5941d01
3 changed files with 10 additions and 21 deletions
|
|
@ -486,4 +486,7 @@ cp /usr/local/bin/postwhite/postwhite.conf /etc
|
|||
#// Syslog
|
||||
#//
|
||||
###############
|
||||
echo 'mail.* /var/log/maillog' >/etc/syslog.conf
|
||||
cat >/etc/syslog.conf <<- 'syslog.conf'
|
||||
mail.info /var/log/maillog
|
||||
mail.* /var/log/maillog.debug
|
||||
syslog.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue