Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / manifests / rules / out / imap.pp @ 51850192

Historique | Voir | Annoter | Télécharger (163 octets)

1
# @summary allow outgoing imap
2
class nftables::rules::out::imap {
3
  nftables::rule {
4
    'default_out-imap':
5
      content => 'tcp dport {143, 993} accept',
6
  }
7
}