--- /dev/null
+#!/bin/sh
+
+
+systemctl enable NetworkManager-wait-online.service
+systemctl start NetworkManager-wait-online.service
+systemctl enable crond.service
+systemctl start crond.service
+systemctl enable postfix.service
+systemctl start postfix.service
+
+systemctl enable logrotate.timer
+systemctl start logrotate.timer
--- /dev/null
+##########################################################################
+# $Id$
+##########################################################################
+
+########################################################
+# This was written and is maintained by:
+# Kirk Bauer <kirk@kaybee.org>
+#
+# Please send all comments, suggestions, bug reports,
+# etc, to kirk@kaybee.org.
+########################################################
+
+# What actual file? Defaults to LogPath if not absolute path....
+LogFile = remote/pki.log
+
+# If the archives are searched, here is one or more line
+# (optionally containing wildcards) that tell where they are...
+#If you use a "-" in naming add that as well -mgt
+Archive = remote/pki.log-*.gz
+
+# Keep only the lines in the proper date range...
+*ApplyStdDate
+
+# vi: shiftwidth=3 tabstop=3 et
--- /dev/null
+# Local configuration options go here (defaults are in /usr/share/logwatch/default.conf/logwatch.conf)
+Output = mail
+MailTo = siteadmin@useribm.hu
+MailFrom = logwatch@useribm.hu
+Service = "-postfix"
+Service = "-rsyslogd"
+Service = "-systemd"
--- /dev/null
+###########################################################################
+# ------------------------------------------------------------------------
+###########################################################################
+
+# You can put comments anywhere you want to. They are effective for the
+# rest of the line.
+
+# this is in the format of <name> = <value>. Whitespace at the beginning
+# and end of the lines is removed. Whitespace before and after the = sign
+# is removed. Everything is case *insensitive*.
+
+# Yes = True = On = 1
+# No = False = Off = 0
+
+Title = "Letsencrypt"
+
+# Which logfile group...
+LogFile = letsencrypt
+
+# Only give lines pertaining to letsencrypt (certbot)
+*OnlyService = certbot
+
+*RemoveHeaders =
+
+# vi: shiftwidth=3 tabstop=3 et
--- /dev/null
+#!/bin/bash
+
+
+# This is as nice script that will show you the lines you will
+# be processing and reporting on. It will first display the
+# standard environment variables and then it takes STDIN and
+# dump it right back out to STDOUT.
+
+# These are the standard environment variables. You can define
+# more in your service config file (see above).
+#echo "Date Range: $LOGWATCH_DATE_RANGE"
+#echo "Detail Level: $LOGWATCH_DETAIL_LEVEL"
+#echo "Temp Dir: $LOGWATCH_TEMP_DIR"
+#echo "Debug Level: $LOGWATCH_DEBUG"
+
+# Now take STDIN and dump it to STDOUT
+#cat
+
+
+grep -e '(skipped)' -e '(success)' | sort | uniq
constant(value=".log")
}
+module(load="imrelp")
module(load="imtcp")
module(load="imudp")
*.* action(type="omfile" DynaFile="remoteTemplate")
}
+input(type="imrelp" port="2514" ruleset="remoteRuleset")
input(type="imtcp" port="514" ruleset="remoteRuleset")
input(type="imudp" port="514" ruleset="remoteRuleset")
#!/bin/sh
-systemctl enable NetworkManager-wait-online.service
+systemctl disable crond.service
+systemctl disable postfix.service
+systemctl disable NetworkManager-wait-online.service
-systemctl enable logrotate.timer
+systemctl disable logrotate.timer
DISTRIBUTION=Fedora
DISTRIBUTION_VERSION=41
-SPEC_PACKAGES="rsyslog-doc"
+SPEC_PACKAGES="logwatch \
+ postfix \
+ rsyslog-doc"