Projet

Général

Profil

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

root / manifests / rules / out / smtp.pp @ 020842af

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

1 19908f41 mh
# @summary allow outgoing smtp
2 0ba57c66 mh
class nftables::rules::out::smtp {
3 11bf7237 Steve Traylen
  nftables::rule {
4 0ba57c66 mh
    'default_out-smtp':
5
      content => 'tcp dport 25 accept',
6
  }
7
}