mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-27 20:45:56 +00:00
aliases: Implement "via" aliases
This patch implements "via" aliases, which let us explicitly select a server to use for delivery. This feature is useful in different scenarios, such as a secondary MX server that forwards all incoming email to a primary. For now, it is experimental and the syntax and semantics are subject to change.
This commit is contained in:
54
test/t-22-forward_via/expected-chain-1
Normal file
54
test/t-22-forward_via/expected-chain-1
Normal file
@@ -0,0 +1,54 @@
|
||||
Authentication-Results: primary
|
||||
;spf=pass (matched mx)
|
||||
;dkim=pass header.b=???????????? header.d=dodo
|
||||
Received-SPF: pass (matched mx)
|
||||
Received: from *
|
||||
by primary (chasquid) with ESMTPS
|
||||
tls TLS_*
|
||||
(over SMTP, TLS-1.3, envelope from "chain-1-4+fwd_from=chain-1-3+fwd_from=user222=dodo=kiwi@dodo")
|
||||
; *
|
||||
Authentication-Results: secondary
|
||||
;spf=pass (matched mx)
|
||||
;dkim=pass header.b=???????????? header.d=dodo
|
||||
Received-SPF: pass (matched mx)
|
||||
Received: from *
|
||||
by secondary (chasquid) with ESMTPS
|
||||
tls TLS_*
|
||||
(over SMTP, TLS-1.3, envelope from "chain-1-3+fwd_from=user222=dodo@kiwi")
|
||||
; *
|
||||
Authentication-Results: external
|
||||
;spf=pass (matched mx)
|
||||
;dkim=pass header.b=???????????? header.d=dodo
|
||||
Received-SPF: pass (matched mx)
|
||||
Received: from *
|
||||
by external (chasquid) with ESMTPS
|
||||
tls TLS_*
|
||||
(over SMTP, TLS-1.3, envelope from "user222@dodo")
|
||||
; *
|
||||
Authentication-Results: primary
|
||||
;spf=pass (matched mx)
|
||||
;dkim=pass header.b=???????????? header.d=dodo
|
||||
Received-SPF: pass (matched mx)
|
||||
Received: from *
|
||||
by primary (chasquid) with ESMTPS
|
||||
tls TLS_*
|
||||
(over SMTP, TLS-1.3, envelope from "user222@dodo")
|
||||
; *
|
||||
Received: from localhost
|
||||
by secondary (chasquid) with ESMTPSA
|
||||
tls TLS_*
|
||||
(over submission+TLS, TLS-1.3, envelope from "user222@dodo")
|
||||
; *
|
||||
DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed;
|
||||
d=dodo; s=sel-secondary-1; t=*
|
||||
h=subject:from:subject:date:to:cc:message-id;
|
||||
bh=*
|
||||
b=*
|
||||
*
|
||||
Subject: Los espejos
|
||||
|
||||
Yo que sentí el horror de los espejos
|
||||
no sólo ante el cristal impenetrable
|
||||
donde acaba y empieza, inhabitable,
|
||||
un imposible espacio de reflejos
|
||||
|
||||
Reference in New Issue
Block a user