summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/tls.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/tls.pp b/manifests/tls.pp
index 98ccd4f..5de2249 100644
--- a/manifests/tls.pp
+++ b/manifests/tls.pp
@@ -10,4 +10,8 @@ class mail::tls {
ensure => present,
source => "puppet://$server/files/postfix/tls_policy",
}
+
+ ssl::check { "$domain":
+ port => '25',
+ }
}