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:
10
test/t-22-forward_via/external/chasquid.conf
vendored
Normal file
10
test/t-22-forward_via/external/chasquid.conf
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
smtp_address: "127.0.0.20:1025"
|
||||
submission_address: ":3587"
|
||||
submission_over_tls_address: ":3465"
|
||||
monitoring_address: ":3099"
|
||||
|
||||
mail_delivery_agent_bin: "test-mda"
|
||||
mail_delivery_agent_args: "external:%to%"
|
||||
|
||||
data_dir: "../.data-external"
|
||||
mail_log_path: "../.logs/external-mail_log"
|
||||
2
test/t-22-forward_via/external/domains/kiwi/aliases
vendored
Normal file
2
test/t-22-forward_via/external/domains/kiwi/aliases
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Part 3 of chain-1 (see run.sh for the full structure).
|
||||
chain-1-3: chain-1-4@dodo via secondary
|
||||
Reference in New Issue
Block a user