diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-09-04 12:22:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-04 12:22:26 +0200 |
commit | b1a60bac4b5aa70f9c81212d8abac22086707e37 (patch) | |
tree | 215dc55006d28ed4a9b0cf1361560b9c3ec0eccb /.github/prepare_debian.sh | |
parent | 621e2b7e8bca3936660213430b73bb9d7a68cbe3 (diff) | |
parent | 06ebad83995921b622aecbd2111f1f6e6c62efc4 (diff) | |
download | monitoring-plugins-b1a60bac4b5aa70f9c81212d8abac22086707e37.tar.gz |
Merge pull request #1908 from franzs/feature_check_smtp_ssl_test
Add tests for connecting with TLS in check_smtp.t
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 |