diff options
author | Franz Schwartau <franz@electromail.org> | 2023-08-29 13:12:47 (GMT) |
---|---|---|
committer | Franz Schwartau <franz@electromail.org> | 2023-08-30 13:04:32 (GMT) |
commit | 06ebad83995921b622aecbd2111f1f6e6c62efc4 (patch) | |
tree | 699476868823ff57f95b8deec6c8df0c06f218db /.github/prepare_debian.sh | |
parent | 3a69b8c16a78953f89267238e74abc4c9e5dca7f (diff) | |
download | monitoring-plugins-06ebad83995921b622aecbd2111f1f6e6c62efc4.tar.gz |
check_smtp: add tests for --sslrefs/pull/1908/head
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 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 |
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 |