Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
674e5d6a
Commit
674e5d6a
authored
Jul 24, 2013
by
Raphaël Pinson
Browse files
Doc for init
parent
6dfc690f
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
674e5d6a
...
...
@@ -4,12 +4,13 @@
# This class provides a basic setup of postfix with local and remote
# delivery and an SMTP server listening on the loopback interface.
#
# Parameters:
# === Parameters
#
# [*alias_maps*] - (string)
#
# [*inet_interfaces*] - (string)
#
# [*ldap*] - (boolean)
# [*ldap*] - (boolean)
Whether to use LDAP
#
# [*ldap_base*] - (string)
#
...
...
@@ -31,7 +32,7 @@
#
# [*master_submission*] - (string)
#
# [*mta*] - (boolean)
# [*mta*] - (boolean)
Whether to use as MTA
#
# [*mydestination*] - (string)
#
...
...
@@ -43,23 +44,23 @@
#
# [*root_mail_recipient*] - (string)
#
# [*satellite*] - (boolean)
# [*satellite*] - (boolean) Whether to use as a satellite
# (implies MTA)
#
# [*smtp_listen*] - (string)
# [*smtp_listen*] - (string)
The SMTP listen interface
#
# [*use_amavisd*] - (boolean)
# [*use_amavisd*] - (boolean)
Whether to setup for Amavis
#
# [*use_dovecot_lda*] - (boolean)
# [*use_dovecot_lda*] - (boolean)
Whether to setup for Dovecot LDA
#
# [*use_schleuder*] - (boolean)
# [*use_schleuder*] - (boolean)
Whether to setup for Schleuder
#
# [*use_sympa*] - (boolean)
# [*use_sympa*] - (boolean)
Whether to setup for Sympa
#
# Example
usage:
#
===
Example
s
#
# node 'toto.example.com' {
# $postfix_smtp_listen = '192.168.1.10'
# include postfix
# class { 'postfix':
# smtp_listen => '192.168.1.10',
# }
#
class
postfix
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment