🦈🏠🐜 Initial Commit 🐜🦈🏠

This commit is contained in:
casjay
2024-10-22 10:52:49 -04:00
commit 7f3ee34983
45 changed files with 4623 additions and 0 deletions

View 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

View File

@@ -0,0 +1,21 @@
[supervisord]
user = root
nodaemon = true
logfile = /dev/null
logfile_maxbytes= 0
[program:rsyslog]
command = rsyslogd -n
autostart = true
autorestart = true
stdout_logfile = /dev/stdout
stderr_logfile = /dev/stderr
stdout_logfile_maxbytes = 0
stderr_logfile_maxbytes = 0
[program:postfix]
process_name = postfix
autostart = true
autorestart = true
directory = /etc/postfix
command = /usr/sbin/postfix -c /etc/postfix start-fg