Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • b24
  • ll-workflow
  • FJ_LL_Tbl_Contrat
  • ll-rgpd
  • alc-scindage-donnees-pj
  • b23
  • alc-filtre-type-intervenant
  • ll-sans-mdb5
  • formules-ancienne-infra
  • ll-apiplatform
  • php84
  • ll-formules
  • alc-intervenant-dmep
  • ll-suppr-v_vol-s
  • b20
  • ll-postgresql
  • b23.0.1
  • b22
  • Dev_UM
  • 24.3
  • 24.2
  • 24.1
  • 24.0
  • 23.15
  • 24.0-beta19
  • 24.0-beta18
  • 24.0-beta17
  • 24.0-beta16
  • 24.0-beta15
  • 24.0-beta14
  • 24.0-beta13
  • 23.14
  • 24.0-beta12
  • 24.0-beta11
  • 24.0-beta10
  • 24.0-beta9
  • 24.0-beta8
  • 24.0-beta7
  • 24.0-beta6
40 results

OSE

  • Clone with SSH
  • Clone with HTTPS
  • Postfix Puppet Module

    Puppet Forge Version Puppet Forge Downloads Build Status Gemnasium By Camptocamp

    This module requires Augeas.

    Simple usage

    include postfix
    
    postfix::config { "relay_domains": value  => "localhost host.foo.com" }

    Exec paths

    In order to not have any path problem, you should add the following line in some globally included .pp file:

    Exec {
      path => '/some/relevant/path:/some/other:...',
    }

    For example:

    Exec {
      path => '/bin:/sbin:/usr/sbin:/usr/bin',
    }

    Classes

    postfix

    The top-level class, to install and configure Postfix.

    Definitions

    postfix::config

    Add/alter/remove options in Postfix main configuration file (main.cf)

    postfix::hash

    Creates Postfix hashed "map" files, and build the corresponding db file.

    postfix::transport

    Manages content in the transport map.

    postfix::virtual

    Manages content in the virtual map.