summaryrefslogtreecommitdiffstats
path: root/.github/prepare_debian.sh
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2023-09-07 14:10:20 (GMT)
committerGitHub <noreply@github.com>2023-09-07 14:10:20 (GMT)
commitfe239bf1c458f62499f3cdaf66d9d48957375a73 (patch)
tree848260fbc2fd1afdf16023695e105150d4ce06db /.github/prepare_debian.sh
parentaa76eece10aebfb9977614b0038fcdc742b3f104 (diff)
parent15d7ca8eb1edec26a44d361b57e53831f5c765f7 (diff)
downloadmonitoring-plugins-fe239bf1c458f62499f3cdaf66d9d48957375a73.tar.gz
Merge branch 'master' into compiler_warning_part_5refs/pull/1870/head
Diffstat (limited to '.github/prepare_debian.sh')
-rwxr-xr-x.github/prepare_debian.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh
index 9611670..dcf778b 100755
--- a/.github/prepare_debian.sh
+++ b/.github/prepare_debian.sh
@@ -116,7 +116,11 @@ service snmpd start
116# start cron, will be used by check_nagios 116# start cron, will be used by check_nagios
117cron 117cron
118 118
119# start postfix 119# postfix
120cat <<EOD >> /etc/postfix/master.cf
121smtps inet n - n - - smtpd
122 -o smtpd_tls_wrappermode=yes
123EOD
120service postfix start 124service postfix start
121 125
122# start ftpd 126# start ftpd