|
1 | 1 | --- |
2 | | -postfix::params::aliasesseltype: ~ |
3 | | -postfix::params::seltype: ~ |
4 | | -postfix::params::mailx_package: 'mailx' |
5 | | -postfix::params::master_os_template: "postfix/master.cf.default.erb" |
6 | | -postfix::params::restart_cmd: '/etc/init.d/postfix reload' |
7 | | -... |
| 2 | +postfix::alias_maps: hash:/etc/aliases |
| 3 | +postfix::amavis_procs: 2 |
| 4 | +postfix::confdir: "/etc/postfix" |
| 5 | +postfix::conffiles: {} |
| 6 | +postfix::configs: {} |
| 7 | +postfix::hashes: {} |
| 8 | +postfix::inet_interfaces: all |
| 9 | +postfix::inet_protocols: all |
| 10 | +postfix::ldap: false |
| 11 | +postfix::ldap_packages: [] |
| 12 | +postfix::lookup_table_type: hash |
| 13 | +postfix::mail_user: vmail |
| 14 | +postfix::mailaliases: {} |
| 15 | +postfix::mailman: false |
| 16 | +postfix::mailx_ensure: present |
| 17 | +postfix::mailx_package: mailx |
| 18 | +postfix::maincf_source: puppet:///modules/postfix/main.cf |
| 19 | +postfix::manage_aliases: true |
| 20 | +postfix::manage_conffiles: true |
| 21 | +postfix::manage_mailname: true |
| 22 | +postfix::manage_mailx: true |
| 23 | +postfix::manage_root_alias: true |
| 24 | +postfix::maps: {} |
| 25 | +postfix::master_bounce_command: bounce |
| 26 | +postfix::master_defer_command: bounce |
| 27 | +postfix::master_entries: [] |
| 28 | +postfix::master_os_template: postfix/master.cf.default.erb |
| 29 | +postfix::mta: false |
| 30 | +postfix::mydestination: "$myhostname, localhost.$mydomain, localhost" |
| 31 | +postfix::mynetworks: 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 |
| 32 | +postfix::myorigin: "%{facts.networking.fqdn}" |
| 33 | +postfix::postfix_ensure: present |
| 34 | +postfix::restart_cmd: "/etc/init.d/postfix reload" |
| 35 | +postfix::root_group: root |
| 36 | +postfix::root_mail_recipient: nobody |
| 37 | +postfix::satellite: false |
| 38 | +postfix::service_enabled: true |
| 39 | +postfix::service_ensure: running |
| 40 | +postfix::smtp_listen: 127.0.0.1 |
| 41 | +postfix::transports: {} |
| 42 | +postfix::use_amavisd: false |
| 43 | +postfix::use_dovecot_lda: false |
| 44 | +postfix::use_schleuder: false |
| 45 | +postfix::use_sympa: false |
| 46 | +postfix::virtuals: {} |
0 commit comments