aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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