Projet

Général

Profil

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

root / manifests / rules / smtp_submission.pp @ 4470f70c

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

1
# manage in smtp submission
2
class nftables::rules::smtp_submission {
3
  nftables::rule {
4
    'default_in-smtp_submission':
5
      content => 'tcp dport 587 accept',
6
  }
7
}