Stalwart: Difference between revisions
Enable administrative web interface |
Add note on DNSSEC |
||
Line 50: | Line 50: | ||
== Configuration == | == Configuration == | ||
=== DNSSEC === | |||
Ensure that DNSSEC is enabled for your primary and mail server domain. | |||
For example, check if DNSSEC is working correctly for your new TLSA record | |||
# nix shell nixpkgs#dnsutils --command delv _25._tcp.mx1.example.org TLSA @1.1.1.1 | |||
; fully validated | |||
_25._tcp.mx1.example.org. 10800 IN TLSA 3 1 1 7f59d873a70e224b184c95a4eb54caa9621e47d48b4a25d312d83d96 e3498238 | |||
_25._tcp.mx1.example.org. 10800 IN RRSIG TLSA 13 5 10800 20230601000000 20230511000000 39688 example.org. He9VYZ35xTC3fNo8GJa6swPrZodSnjjIWPG6Th2YbsOEKTV1E8eGtJ2A +eyBd9jgG+B3cA/jw8EJHmpvy/buCw== | |||
=== Administrative web frontend === | === Administrative web frontend === |