diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/NPTest.cache | 5 | ||||
| -rwxr-xr-x | .github/prepare_debian.sh | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/.github/NPTest.cache b/.github/NPTest.cache index 232305a7..d488d1b9 100644 --- a/.github/NPTest.cache +++ b/.github/NPTest.cache | |||
| @@ -25,8 +25,9 @@ | |||
| 25 | 'NP_HOST_TCP_POP' => 'pop.web.de', | 25 | 'NP_HOST_TCP_POP' => 'pop.web.de', |
| 26 | 'NP_HOST_TCP_PROXY' => 'localhost', | 26 | 'NP_HOST_TCP_PROXY' => 'localhost', |
| 27 | 'NP_HOST_TCP_SMTP' => 'localhost', | 27 | 'NP_HOST_TCP_SMTP' => 'localhost', |
| 28 | 'NP_HOST_TCP_SMTP_NOTLS' => '', | 28 | 'NP_HOST_TCP_SMTP_NOSTARTTLS' => '', |
| 29 | 'NP_HOST_TCP_SMTP_TLS' => '', | 29 | 'NP_HOST_TCP_SMTP_STARTTLS' => 'localhost', |
| 30 | 'NP_HOST_TCP_SMTP_TLS' => 'localhost', | ||
| 30 | 'NP_HOST_TLS_CERT' => 'localhost', | 31 | 'NP_HOST_TLS_CERT' => 'localhost', |
| 31 | 'NP_HOST_TLS_HTTP' => 'localhost', | 32 | 'NP_HOST_TLS_HTTP' => 'localhost', |
| 32 | 'NP_HOST_UDP_TIME' => 'none', | 33 | 'NP_HOST_UDP_TIME' => 'none', |
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 |
