Redirect roundcube logs to syslog

This commit is contained in:
Myve 2024-08-19 02:08:47 +00:00
commit 41e5941d01
3 changed files with 10 additions and 21 deletions

View file

@ -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