aboutsummaryrefslogtreecommitdiff
path: root/manifests/classes/postfix.pp
AgeCommit message (Collapse)Author
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.
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-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.
2010-12-15Rather use bsd-mailx on Debian.intrigeri
It is smaller than the feature-bloated heirloom-mailx.
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-10Merge remote branch 'nadir/master'intrigeri
Conflicts: manifests/classes/postfix.pp
2010-11-02 -> as in templatevarac
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-09-23Add debian lenny master.cf templateJerome Charaoui
2010-09-23Add mailalias resource wrapperJerome Charaoui
2010-09-14Fixing deprecation issueSilvio Rhatto
2010-08-08Group for main.cf and master.cfSilvio 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: added/reformated documentationMarc Fournier
2009-08-28postfix: selinux labels differ from one distribution to anotherMarc Fournier
2009-05-26force ownership/mode of {main,master}.cfMarc Fournier
2009-03-02master.conf hopefully doesn't change that much between releasesFrancois Deppierraz
2009-03-02postix-ng -> postfixFrancois Deppierraz
find . -type f -exec perl -pi -e 's/postfix-ng/postfix/' {} \;
2008-12-10Added selinux types.Marc Fournier
2008-12-03Initial import from bzr into github.Marc Fournier