mirror of
https://github.com/casjaysdevdocker/postfix
synced 2025-12-01 16:13:12 -05:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
9
rootfs/tmp/etc/rsyslog.conf
Normal file
9
rootfs/tmp/etc/rsyslog.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
$ModLoad immark # provides --MARK-- message capability
|
||||
$ModLoad imuxsock # provides support for local system logging (e.g. via logger command)
|
||||
$IncludeConfig /etc/rsyslog.d/*.conf
|
||||
|
||||
mail.* /dev/stdout
|
||||
& /data/logs/postfix/mail.log
|
||||
mail.warn /data/logs/postfix/mail.warn
|
||||
mail.err /data/logs/postfix/mail.err
|
||||
*.* /dev/null
|
||||
Reference in New Issue
Block a user