blob: 7b5d9b0fb68c13d123dee84dfb8e341c1c028220 (
plain)
1
2
3
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
|