diff options
Diffstat (limited to 'doc/markdown/modules/dmarc.md')
-rw-r--r-- | doc/markdown/modules/dmarc.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markdown/modules/dmarc.md b/doc/markdown/modules/dmarc.md index c69fa3015..f71eb6f91 100644 --- a/doc/markdown/modules/dmarc.md +++ b/doc/markdown/modules/dmarc.md @@ -20,7 +20,7 @@ Please mention, that rspamd itself cannot send reports, it merely stores suffici DMARC configuration is very simple: -~~~nginx +~~~ucl dmarc { servers = "localhost:6390"; key_prefix = "dmarc_"; # Keys would have format of dmarc_domain.com @@ -41,4 +41,4 @@ When a message violates DMARC policy, rspamd adds the following information to ` where results are `true` or `false` meaning allow and reject values accordingly. Unixtime and IP are inserted in text form. Keys are therefore `lists` in redis terminology. -Keys are inserted to redis servers when a server is selected by hash value from sender's domain.
\ No newline at end of file +Keys are inserted to redis servers when a server is selected by hash value from sender's domain. |