diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-09-07 16:10:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 16:10:20 +0200 |
commit | fe239bf1c458f62499f3cdaf66d9d48957375a73 (patch) | |
tree | 848260fbc2fd1afdf16023695e105150d4ce06db /.github/prepare_debian.sh | |
parent | aa76eece10aebfb9977614b0038fcdc742b3f104 (diff) | |
parent | 15d7ca8eb1edec26a44d361b57e53831f5c765f7 (diff) | |
download | monitoring-plugins-fe239bf.tar.gz |
Merge branch 'master' into compiler_warning_part_5
Diffstat (limited to '.github/prepare_debian.sh')
-rwxr-xr-x | .github/prepare_debian.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh index 9611670d..dcf778bc 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 |
117 | cron | 117 | cron |
118 | 118 | ||
119 | # start postfix | 119 | # postfix |
120 | cat <<EOD >> /etc/postfix/master.cf | ||
121 | smtps inet n - n - - smtpd | ||
122 | -o smtpd_tls_wrappermode=yes | ||
123 | EOD | ||
120 | service postfix start | 124 | service postfix start |
121 | 125 | ||
122 | # start ftpd | 126 | # start ftpd |