blob: 8cc74c62c8ef6aca8ceb1faeefd1f95451eb633d (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | define mail::sympa::domain() {
  $subdomain = $name
  postfix::transport_regexp_snippet { "sympa_transport_regexp-${name}":
    content => template('mail/sympa/transport_regexp.erb'),
  }
  postfix::virtual_regexp_snippet { "sympa_virtual_regexp-${name}":
    content => template('mail/sympa/virtual_regexp.erb'),
  }
}
 |