Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ <h2 id="postfix_files">postfix_files</h2>
<span id="cb4-3"><a href="#cb4-3" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">content</span><span class="kw">:</span><span class="at"> example.com user:password</span></span>
<span id="cb4-4"><a href="#cb4-4" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">postmap</span><span class="kw">:</span><span class="at"> </span><span class="ch">true</span></span>
<span id="cb4-5"><a href="#cb4-5" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> </span><span class="fu">name</span><span class="kw">:</span><span class="at"> sender_canonical_maps</span></span>
<span id="cb4-6"><a href="#cb4-6" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">content</span><span class="kw">:</span><span class="at"> /.+/ info@example.com</span></span></code></pre></div>
<span id="cb4-6"><a href="#cb4-6" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">content</span><span class="kw">:</span><span class="at"> /.+/ user@example.com</span></span></code></pre></div>
<p>This is a list of files that will be placed in /etc/postfix and that
can be converted into Postfix Lookup Tables if needed.</p>
<p>It's meant as a simple mechanism to configure things such as SASL
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

[1.8.1] - 2026-06-24
--------------------

### Other Changes

- refactor: use ansible.posix 2.1.X for EL7 compatibility [citest_skip] (#236)
- ci: Add config file for CodeRabbit with custom rules (#237)
- ci: Skip reviews for PRs with [citest_skip] in the title (#238)
- docs: fix broken quoting in postfix_files defaults (#239)
- test: remove unused files [citest_skip] (#240)

[1.8.0] - 2026-05-07
--------------------

Expand Down