Puppet Class: profile::mail::smarthost::wmcs

Defined in:
modules/profile/manifests/mail/smarthost/wmcs.pp

Overview

SPDX-License-Identifier: Apache-2.0 sets up a mail smarthost for Wikimedia cloud environment



3
4
5
6
7
8
9
10
11
12
# File 'modules/profile/manifests/mail/smarthost/wmcs.pp', line 3

class profile::mail::smarthost::wmcs {

    include network::constants

    class { '::profile::mail::smarthost':
        relay_from_hosts       => $network::constants::labs_networks,
        root_alias_rcpt        => 'root@wmflabs.org',
        envelope_rewrite_rules => [ '*@*.eqiad.wmflabs  root@wmflabs.org  F' ],
    }
}