mail-hosting-mirror/etc/rspamd/local.d/worker-fuzzy.inc

11 lines
205 B
PHP
Raw Normal View History

2022-05-15 19:39:39 +00:00
count = 1;
keypair {
privkey = "YOUR_PRIVATE_KEY";
type = "kex";
algorithm = "curve25519";
id = "YOUR_ID";
pubkey = "YPUR_PUBLIC_KEY";
encoding = "base32";
}
encrypted_only = true;