- Update el8 master.cf to match 8.4 latest changes.
- Add support for RHEL8.
- Expanded TLS and client-TLS directives (#28, @adamcstephens).
- Cosmetic cleanups to main.cf templates.
- Fix ordering of postfix::file resources (#18).
- Fix wrong smtps_content_filter parameter default (#32, @gwarf).
- Add support for smtp_generic_maps (#53, @KlavsKlavsen).
- Fix spampd options (#46, @chihoko).
- Add mailbox_size_limit.
- Allow mynetworks to also be an array.
- Allow inet_interfaces to also be an array.
- Change from Modulefile to metadata.json.
- Add Debian support for spampd (#26, @timogoebel).
- Content filter SMTPS, add more parameters (#27, @tjnicholas).
- Add FreeBSD support (#23, @fraenki).
- Add transport_maps, canonical_maps & relocated_maps (#24, @fraenki).
- Add extension support for dovecot+virtual users (#19, @winks).
- Add new TLS directives (#21, Steffen Zieger).
- Support a few more main.cf directives (#15, RedRampage).
- Add extra_main_parameters to support any extra main.cf directives.
- Add smtp client sasl auth configuration (aellert).
- Fix dovecot directory for Debian (Florian Anderiasch).
- Fix first run errors on master.cf and main.cf's parent directory (#12).
- Don't notify service when updating db files, it's useless (#14).
- Reverse the el5/el6 logic to have the RHEL6 templates be the default now.
- Update fallback_relay= to smtp_fallback_relay= in el5 master template (#4).
- Add support for changing the key/crt file location and names.
- Add setgid_group option in main.cf (Karsten Schöke).
- Update templates where @ variable prefixes were still missing.
- Add Debian osfamily support (Vadim Lebedev).
- Move service_restart to params to have only one osfamily conditional.
- Fix the leftover $title from where we had a definition.
- Update README and use markdown.
- Change to 2-space indent.
- Use el6 templates for CentOS too.
- Improve postfix::dbfile documentation.
- Fix postfix::dbfile absent by also removing the *.db file.
- Change postfix::server to be a parametrized class.
- Clean up postfix::file.
- Fix body_checks template generation.
- Add smtpd_sasl_auth support for dovecot auth.
- Make spampd more configurable.
- Add support for header_checks lines.
- Enhance support for local dovecot delivery.
- Fix scope of used facts.
- Clean up the postfix module to match current puppetlabs guidelines.