From bb67fe5ba299d8695c478772e86775225d3b38a8 Mon Sep 17 00:00:00 2001 From: Heiko Reese Date: Sat, 11 Sep 2021 02:23:47 +0200 Subject: [PATCH] Updated example in README.md to use the actual path from the Debian package. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 837c53b..e4dc229 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ meson compile -C build meson test -C build ``` -5. Copy to final destination (feel free to pick another place than `/usr/local/lib/`): +5. Copy to final destination (feel free to pick another place than `/usr/lib/x86_64-linux-gnu/`): ```shell meson install -C build @@ -107,11 +107,11 @@ original header is usually provided in these cases). Add this snippet to your DA ``` warn log_message = Removing X-Originating-IP: header condition = ${if def:h_X-originating-IP: {1}{0}} - add_header = X-Orig-IP-PKK: ${dlfunc{/usr/local/lib/libexim-encrypt-dlfunc.so} \ + add_header = X-Orig-IP-PKK: ${dlfunc{/usr/lib/x86_64-linux-gnu/libexim-encrypt-dlfunc.so} \ {sodium_crypto_box_seal} \ {ktp1OEEItrgvSfpVTtu+ybyNjzuuN8OzCdfrGAJt4j8=} \ {$h_X-originating-IP:}} - add_header = X-Orig-IP-Pass: ${dlfunc{/usr/local/lib/libexim-encrypt-dlfunc.so} \ + add_header = X-Orig-IP-Pass: ${dlfunc{/usr/lib/x86_64-linux-gnu/libexim-encrypt-dlfunc.so} \ {sodium_crypto_secretbox_encrypt_password} \ {Insert your password here} \ {$h_X-originating-IP:}}