docker-postfix/unit-tests
Bojan Čekrlić cf2b2be0d3 Remove references to hash: databases
With upgrade to Alpine 3.13, support for `hash:` and `btree:` has
beenremoved from Alpine.

As such `hash:<file>` references do not work any more.

[Alpine](https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0)
explains it like this:

> Oracle has changed the license of BDB to AGPL-3.0, making it unsuitable
> to link to packages with GPL-incompatible licenses. Since the old version
> is no longer maintained, the db package is now deprecated. Alpine Linux
> packages are being transitioned to alternatives or, where no alternatives
> exist, removed entirely.

This, unfortunately, will mean that the new version of `docker-postfix`
might not be backwards-compatible, if you're using your own postfix
configuration. Sorry. :-(
2021-02-07 23:07:39 +01:00
..
dkim_auto_generate.bats Fix for #38 2020-10-24 21:24:18 +02:00
docker-compose.yml Larger refactoring of the codebase + DKIM_SELECTOR 2020-06-29 19:03:24 +02:00
Dockerfile Remove dependency on cyrus-sasl-plain 2021-02-07 22:52:45 +01:00
get_dkim_selector.bats Larger refactoring of the codebase + DKIM_SELECTOR 2020-06-29 19:03:24 +02:00
opendkim_custom_commands.bats Add the option to log to rsyslog as plain or JSON and restructure tests 2020-07-01 13:50:08 +02:00
postfix_custom_commands.bats Remove references to hash: databases 2021-02-07 23:07:39 +01:00
test-multi-comment.bats Remove references to hash: databases 2021-02-07 23:07:39 +01:00
xoauth2_support.bats Add XOAuth2 support for GMail (#42) 2020-11-06 10:52:17 +01:00