Puppet Class: nftables::rules::out::imap
- Defined in:
- manifests/rules/out/imap.pp
Summary
allow outgoing imapOverview
| 2 3 4 5 6 7 | # File 'manifests/rules/out/imap.pp', line 2
class nftables::rules::out::imap {
  nftables::rule {
    'default_out-imap':
      content => 'tcp dport {143, 993} accept',
  }
} |