Puppet Class: nftables::rules::out::smtp_client

Defined in:
manifests/rules/out/smtp_client.pp

Summary

allow outgoing smtp client

Overview



2
3
4
5
6
7
# File 'manifests/rules/out/smtp_client.pp', line 2

class nftables::rules::out::smtp_client {
  nftables::rule {
    'default_out-smtp_client':
      content => 'tcp dport {465, 587} accept',
  }
}