mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +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:
27
test/t-22-forward_via/expected-primary-user111@dodo
Normal file
27
test/t-22-forward_via/expected-primary-user111@dodo
Normal file
@@ -0,0 +1,27 @@
|
||||
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