mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 05:37:34 +03:00
Document DMARC support and it enable it by default
Despite being incomplete, it can be still be useful and provide protection for users. The missing part is the report generation, which is defined as a part of a minimal implementation by RFC 7489, though.
This commit is contained in:
parent
5ea9fa78df
commit
fbe99652b1
4 changed files with 22 additions and 2 deletions
1
dist/vim/syntax/maddy-conf.vim
vendored
1
dist/vim/syntax/maddy-conf.vim
vendored
|
@ -78,6 +78,7 @@ syn keyword maddyDispatchDir
|
|||
\ reject
|
||||
\ deliver_to
|
||||
\ reroute
|
||||
\ dmarc
|
||||
|
||||
" grep --no-file -E 'cfg..+\(".+", ' **.go | sed -E 's/.+cfg..+\("([^"]+)", .+/\1/' | sort -u
|
||||
syn keyword maddyModDir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue