Stalwart: Difference between revisions
Add mx1 domain config |
|||
Line 53: | Line 53: | ||
challenge = "dns-01"; | challenge = "dns-01"; | ||
contact = "user1@example.org"; | contact = "user1@example.org"; | ||
domains = [ "example.org" ]; | domains = [ "example.org" "mx1.example.org" ]; | ||
provider = "cloudflare"; | provider = "cloudflare"; | ||
secret = "%{file:/etc/stalwart/acme-secret}%"; | secret = "%{file:/etc/stalwart/acme-secret}%"; | ||
Line 126: | Line 126: | ||
* Record type: SRV, Name: _imaps._tcp | * Record type: SRV, Name: _imaps._tcp | ||
* Record type: SRV, Name: _submissions._tcp | * Record type: SRV, Name: _submissions._tcp | ||
* Record type: TLSA, Name: _25._tcp, Value: Only the one starting with "3 1 1" required | * Record type: TLSA, Name: _25._tcp.example.org., Value: Only the one starting with "3 1 1" required | ||
* Record type: TLSA, Name: _25._tcp.mx1.example.org., Value: Only the one starting with "3 1 1" required | |||
* Record type: TXT, Name: 202409e._domainkey | * Record type: TXT, Name: 202409e._domainkey | ||
* Record type: TXT, Name: 202409r._domainkey | * Record type: TXT, Name: 202409r._domainkey |