feat: enable mail transport security policies
This commit is contained in:
parent
f9f75eb4cd
commit
c82a15b415
3 changed files with 27 additions and 3 deletions
|
|
@ -77,6 +77,22 @@
|
|||
'';
|
||||
};
|
||||
|
||||
"mta-sts.extremist.software" = {
|
||||
extraConfig = ''
|
||||
handle /.well-known/mta-sts.txt {
|
||||
header Content-Type "text/plain"
|
||||
respond `version: STSv1
|
||||
mode: enforce
|
||||
mx: mail.extremist.software
|
||||
max_age: 604800
|
||||
`
|
||||
}
|
||||
handle {
|
||||
respond 404
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
"search.extremist.software" = {
|
||||
extraConfig = ''
|
||||
rate_limit {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue