Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Amin Vakil
infrastructure
Commits
a9d48ad8
Verified
Commit
a9d48ad8
authored
May 16, 2022
by
Kristian Klausen
🎉
Browse files
mta_sts: Use CRLF line terminators per the RFC[1]
[1]
https://datatracker.ietf.org/doc/html/rfc8461#section-3.2
parent
eac26bfc
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/mta_sts/templates/nginx.d.conf.j2
View file @
a9d48ad8
...
...
@@ -33,7 +33,7 @@ server {
location = /.well-known/mta-sts.txt {
default_type text/plain;
# Remember to bump the MTA-STS id in tf-stage1/archlinux.tf
return 200 'version: STSv1\nmode: enforce\nmax_age: 2592000\nmx: {{ config.mx | join('\\nmx: ')}}\n';
return 200 'version: STSv1\
r\
nmode: enforce\
r\
nmax_age: 2592000\
r\
nmx: {{ config.mx | join('\\
r\\
nmx: ')}}\
r\
n';
}
location / {
...
...
tf-stage1/archlinux.tf
View file @
a9d48ad8
...
...
@@ -194,7 +194,7 @@ locals {
"_smtp._tls.master-key"
=
{
value
=
"v=TLSRPTv1;rua=mailto:postmaster@archlinux.org"
}
"_smtp._tls.lists"
=
{
value
=
"v=TLSRPTv1;rua=mailto:postmaster@archlinux.org"
}
# Generated with: date +%Y%m%d01
"_mta-sts"
=
{
value
=
"v=STSv1; id=202205160
1
"
}
"_mta-sts"
=
{
value
=
"v=STSv1; id=202205160
2
"
}
"@"
=
{
value
=
"v=spf1 ip4:
${
hcloud_server
.
machine
[
"mail.archlinux.org"
].
ipv4_address
}
ip6:
${
hcloud_server
.
machine
[
"mail.archlinux.org"
].
ipv6_address
}
~all"
}
"mail"
=
{
value
=
"v=spf1 ip4:
${
hcloud_server
.
machine
[
"mail.archlinux.org"
].
ipv4_address
}
ip6:
${
hcloud_server
.
machine
[
"mail.archlinux.org"
].
ipv6_address
}
~all"
}
"aur"
=
{
value
=
"v=spf1 ip4:
${
hcloud_server
.
machine
[
"mail.archlinux.org"
].
ipv4_address
}
ip6:
${
hcloud_server
.
machine
[
"mail.archlinux.org"
].
ipv6_address
}
~all"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment