Domain alignment ensures that the visible "From" domain matches the domain used for authentication (Return-Path). Proper alignment is crucial for DMARC compliance and helps prevent email spoofing by verifying that the sender domain is consistent across all authentication layers.
{headerAnalysis.domain_alignment.from_domain || '-'}{headerAnalysis.domain_alignment.from_org_domain}{headerAnalysis.domain_alignment.return_path_domain || '-'}{headerAnalysis.domain_alignment.return_path_org_domain}| When? | Present | Valid | Value | |
|---|---|---|---|---|
{name}
|
{#if check.importance} {check.importance} {/if} | {#if check.present && check.valid !== undefined} {:else} - {/if} |
{check.value || '-'}
{#if check.issues && check.issues.length > 0}
{#each check.issues as issue}
{issue}
{/each}
{/if}
|