Rename extraVirtualAliases to aliases and update description

The extra and virtual parts are redundant and Postfix specific and not
at all required. Compare forwards for example.
This commit is contained in:
Martin Weinelt
2026-03-23 00:03:41 +01:00
parent 23364b04e8
commit 31c7607ef4
5 changed files with 18 additions and 19 deletions
+2 -2
View File
@@ -85,7 +85,7 @@
};
};
extraVirtualAliases = {
aliases = {
"single-alias@example.com" = "user1@example.com";
"multi-alias@example.com" = [
"user1@example.com"
@@ -494,7 +494,7 @@
# if this succeeds, it means that user1 received the mail that was intended for chuck.
client.fail("fetchmail --nosslcertck -v")
with subtest("extraVirtualAliases"):
with subtest("Test sending from alias address (mailserver.aliases)"):
client.execute("rm ~/mail/*")
# send email from single-alias to user1
client.succeed(