Puppet Class: nftables::rules::out::pop3

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

Summary

allow outgoing pop3

Overview



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

class nftables::rules::out::pop3 {
  nftables::rule {
    'default_out-pop3':
      content => 'tcp dport {110, 995} accept',
  }
}