소스 검색

ARC signing instead of DKIM signing.

The original commit:
198dca66a ARC signing instead of DKIM signing.
was unintended "reverted" in:
3288513eb [Config] Reasonable default settings for ARC
tags/2.1
Kristian Klausen 4 년 전
부모
커밋
da895eeae7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      conf/modules.d/arc.conf

+ 1
- 1
conf/modules.d/arc.conf 파일 보기

@@ -47,7 +47,7 @@ arc {
symbol_sign = "ARC_SIGNED";
# Whether to fallback to global config
try_fallback = true;
# Domain to use for DKIM signing: can be "header", "envelope" or "recipient"
# Domain to use for ARC signing: can be "header", "envelope" or "recipient"
use_domain = "recipient";
# Whether to normalise domains to eSLD
use_esld = true;

Loading…
취소
저장