summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-28Fix usage of the common::module_dir.intrigeri
2015-02-20Merge branch 'master' into 'master'Micah
Merge with cmaisonnneuve and immerda This version should be compatible with the cleaned up common module. See merge request !1
2015-02-20lint templates/master.cf.debian-8.erbJerome Charaoui
2015-02-20fix module dependency comment in transport and virtualJerome Charaoui
2015-02-20rename jessie master.cf template to use version integerJerome Charaoui
2015-02-20Merge branch 'master' of https://git-ipuppet.immerda.ch/module-postfixJerome Charaoui
2015-02-20convert to file resources to stdlib's file_lineJerome Charaoui
2014-11-28Add Debian jessie template, is unchanged from earlier versionJerome Charaoui
2014-07-09properly finish the lsb transition and remove very old templatesmh
2014-07-09get rid off lsb factsmh
2013-10-21cannot reassign variable valid_fqdn (Bug #4125)varac
Omitting the parameter "valid_fqdn" for postfix::satellite won't work, even if the machine has a fqdn: Cannot reassign variable valid_fqdn at /srv/leap/puppet/modules/postfix/manifests/satellite.pp:32 this will fix it, it does: * make the string in /etc/mailname configurable, defaults to $::fqdn * postfix::satellite's parameter valid_fqdn is passed to class postfix's parameter "myorigin" and "mailname" see https://leap.se/code/issues/4125 for more information.
2013-08-29allow postfix installation to be preseeded (https://leap.se/code/issues/3584)varac
2013-05-20mention the url to the issue about the services' init scriptGabriel Filion
this way we can follow up on the situation, put pressure on the community to get this fixed, and remove our hack when it's fixed.
2013-05-20debian's service provider has some issues if the script is absent, we can ↵mh
workaround this problem using the trick of this patch
2013-04-23README: add note about the need to set a global Exec path (#3807)Micah Anderson
2013-04-23README: add postfix::disable and fix section headersMicah Anderson
2013-04-23setting package correctly to absentmh
2013-04-23add disable classmh
2013-04-23Update README to be more fully fleshed outMicah Anderson
2013-04-13Syntax fixSilvio Rhatto
2013-01-27Switching to site_postfix conventionSilvio Rhatto
2013-01-25Fixing missing delimiterSilvio Rhatto
2013-01-25Switching to parametrized classesSilvio Rhatto
2013-01-21Removing path from postfix::configSilvio Rhatto
2013-01-21Updating header_checks_snippet to use concatSilvio Rhatto
2013-01-21Merge branch 'master' of ssh://labs.riseup.net/shared-postfixSilvio Rhatto
Conflicts: manifests/definitions/header_checks_snippet.pp manifests/header_checks.pp manifests/header_checks_snippet.pp manifests/init.pp manifests/tlspolicy.pp manifests/virtual_regexp_snippet.pp
2012-12-30Move external class inclusion after sanity checks.intrigeri
2012-12-30Remove useless copy/pasted check.intrigeri
This define has no $value parameter, so this check does not make any sense.
2012-12-30Fix wrong define and directory name in documentation.intrigeri
2012-12-30Use the concat module instead of the concatenated_file defined (Closes: #4074)intrigeri
2012-12-21Setting postfix_use_submission (2)Silvio Rhatto
2012-12-21Setting postfix_use_submissionSilvio Rhatto
2012-12-21Adding postfix_use_smtps parameterSilvio Rhatto
2012-04-12Add path to postfix::config exec command to avoid failure (#3807)Silvio Rhatto
2012-04-07Changing firma pathSilvio Rhatto
2012-04-07Initial firma supportSilvio Rhatto
2012-04-07Adding mlmmj support (2)Silvio Rhatto
2012-04-07Adding mlmmj supportSilvio Rhatto
2012-04-07Adding transport_regexp and virtual_regexp managementSilvio Rhatto
2012-04-07put classes and defines in the proper placemh
To take advantage of puppet's autoloading feature, which will be mandatory sooner or later. We move all the files in their appropriate place.
2012-04-06Merge branch 'master' of git://labs.riseup.net/shared-postfixSilvio Rhatto
2012-02-16Use proper variable scopemh
Facts should be addressed with $::fqdn and so on.
2012-02-16put classes and defines in the proper placemh
To take advantage of puppet's autoloading feature, which will be mandatory sooner or later. We move all the files in their appropriate place.
2012-01-31Making dovecot honor recipient_deliver - http://wiki.dovecot.org/LDA/PostfixSilvio Rhatto
2011-10-06Add master.cf template for Debian sid.intrigeri
Imported from postfix 2.8.3-1.
2011-09-13Document the two new variables in the READMEGabriel Filion
Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2011-09-11Make 'myorigin' customizableGabriel Filion
Not all sites use their fqdn as the 'myorigin' value. The new $postfix_myorigin variable makes it possible to specify a custom value for this option. When no values are specified, keep the default behaviour of using $fqdn as the value for myorigin. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2011-09-11Parametrize value of inet_interfacesGabriel Filion
We don't always want to have postfix listen to all interfaces. Since the config generally defaults to listening on all interfaces, make that the default value. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2011-07-14Merge branch 'feature/debian_wheezy' of ↵Silvio Rhatto
git://gaffer.ptitcanardnoir.org/puppet-module-postfix
2011-07-13Merge branch 'master' of git://gaffer.ptitcanardnoir.org/puppet-module-postfixSilvio Rhatto