Skip to content

Commit

Permalink
docs: sendmail and postfix aren't dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerysong committed Nov 5, 2024
1 parent 437fdaa commit 1c0bba5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,15 @@ In order to build OpenARC, you will need:
work.
* make
* pkg-config or a compatible replacement.
* [OpenSSL](https://openssl.org) >= 1.0.0
* [OpenSSL](https://openssl.org/) >= 1.0.0
* Native implementations of `strlcat()` and `strlcpy()`,
[libbsd](https://libbsd.freedesktop.org/), or some other library that
provides them.
* [Libidn2](https://gitlab.com/libidn/libidn2)

If you are building the filter, you will also need:

* [sendmail](https://sendmail.org) >= 8.13.0, or
[Postfix](https://www.postfix.org/) >= 2.3 and libmilter.
* [libmilter](https://sendmail.org/)
* (optional) [Jansson](https://github.com/akheron/jansson) >= 2.2.1 for full
`SealHeaderChecks` support.

Expand Down

0 comments on commit 1c0bba5

Please sign in to comment.