aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
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
2011-07-13Removing fileserver source for tls policy snippetsSilvio Rhatto
2011-06-20Add master.cf template for Debian Wheezy.intrigeri
Imported from postfix 2.8.3-1.
2011-03-05Support hiding the originating IP in email relayed for an authenticated SASL ↵intrigeri
client. Untested as I've no Puppet-managed relaying email server yet. Reference: https://we.riseup.net/debian/anonymizing-postfix
2011-03-05Add support for managing header_checks.intrigeri
This support is modeled after the existing TLS policy management: the header_cheks file is produced by merging snippets shipped by the Puppet fileserver, a site-module and/or postfix::header_checks_snippet defines.
2011-02-26Enhance tls_policy documentation.intrigeri
2011-02-23Fixing tls policy snippets source orderSilvio Rhatto
2011-02-23Additional source for tls policy snippetsSilvio Rhatto
2011-02-20Remove inclusion of non-existent class amavisd-newSilvio Rhatto
2011-02-20Merge branches 'review' and 'master'Silvio Rhatto
2011-02-20Merge branch 'master' of ↵reviewSilvio Rhatto
git://gaffer.ptitcanardnoir.org/puppet-module-postfix into review
2011-02-15Trying to avoid resource definition error at mailalias wrapperSilvio Rhatto
2010-12-15Rather use bsd-mailx on Debian.intrigeri
It is smaller than the feature-bloated heirloom-mailx.
2010-12-14Remove bashism.intrigeri
In POSIX, string equality is tested using '='.
2010-11-10Add support for managing Postfix TLS policy.intrigeri
2010-11-10mailx is a virtual package in Squeeze. Better install heirloom-mailx.intrigeri
This one is a real package, available in Lenny and Squeeze.
2010-11-10Fix documentation to match actual behaviour.intrigeri
2010-11-10Make indentation of postfix-amavis consistent with the rest of the module.intrigeri
2010-11-10Merge remote branch 'nadir/master'intrigeri
Conflicts: manifests/classes/postfix.pp
2010-11-02postfix socket synced with master.pp templatevarac
2010-11-02 -> as in templatevarac
2010-11-02define mailalias -> define postfix::mailaliasvarac
2010-11-02merge with git://labs.riseup.net/shared-postfixvarac
2010-10-18Documentation fix.intrigeri
2010-10-18Bugfix: set defaults for all variables used in templates.intrigeri
At least puppet 2.6.0 demands this.
2010-10-18Add master.cf template for Debian Squeeze.intrigeri
2010-10-18Add the possibility to append arbitrary text to master.cf templates.intrigeri
2010-09-23Correct mailalias wrapper definitionJerome Charaoui
2010-09-23Add debian lenny master.cf templateJerome Charaoui
2010-09-23Add mailalias resource wrapperJerome Charaoui
2010-09-14Fixing deprecation issueSilvio Rhatto
2010-08-24Adding sympa transportsSilvio Rhatto
2010-08-23Schleuder configurationSilvio Rhatto
2010-08-17Group and ownership for hash filesSilvio Rhatto
2010-08-15Adding source parameter at postfix::hashSilvio Rhatto
2010-08-08Introducing postfix_use_dovecot_ldaSilvio Rhatto
2010-08-08Group for main.cf and master.cfSilvio Rhatto
2010-08-06Optional amavisd configurationSilvio Rhatto
2010-07-10Allowing 'all' for postfix_smtp_listenSilvio Rhatto
2010-02-09postfix: added support for CentOS and UbuntuMarc Fournier
Based on a suggestion and patch from Nick Anderson. Thanks !
2009-12-22Breaks backward compat: A few $postfix_ng_ variables were changed into ↵Francois Deppierraz
$postfix_ variables
2009-12-17added postfix::amavis, no relayhost needed for postfix::mtaVarac
2009-08-28postfix: ensure had no default value in definitions.Marc Fournier
2009-08-28postfix: added/reformated documentationMarc Fournier