This website works better with JavaScript.
Explore
Help
Sign In
lub
/
mailu
Watch
1
Star
0
Fork
You've already forked mailu
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f3f0b98755
main
dynamic-resolution
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f3f0b98755'
${ noResults }
mailu
/
services
/
rspamd
/
conf
/
dkim_signing.conf
4 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use rspamd as a milter service instead of deprecated rmilter
7 years ago
try_fallback = true;
path = "/dkim/$domain.$selector.key";
Disable esld when signing with dkim, fixes #435
7 years ago
use_esld = false;