mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 08:03:55 +01:00
Updated example in README.md to use the actual path from the Debian package.
This commit is contained in:
@ -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:}}
|
||||
|
||||
Reference in New Issue
Block a user