🎉 Sympa is here!

This commit is contained in:
2020-07-06 14:13:35 +02:00
commit b685832d12
15 changed files with 1527 additions and 0 deletions

4
rsyslog.d/postfix.conf Normal file
View File

@ -0,0 +1,4 @@
# Create an additional socket in postfix's chroot in order not to break
# mail logging when rsyslog is restarted. If the directory is missing,
# rsyslog will silently skip creating the socket.
$AddUnixListenSocket /var/spool/postfix/dev/log

10
rsyslog.d/sympa.conf Normal file
View File

@ -0,0 +1,10 @@
#
# rsyslog configuration for sympa
#
:programname, contains, "sympa" /var/log/sympa.log
:programname, contains, "wwsympa" /var/log/sympa.log
:programname, contains, "archived" /var/log/sympa.log
:programname, contains, "bounced" /var/log/sympa.log
:programname, contains, "bulk" /var/log/sympa.log
:programname, contains, "task_manager" /var/log/sympa.log