From aaa5941e9fa57c0fee7b332646ef4b2c3ce7ee41 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 11 Mar 2026 20:36:40 -0700 Subject: [PATCH] base / postfix / bastion: switch some maps back to hash These two maps are generated by a script, so we should adjust that script to make lmdb if we want to switch them. Signed-off-by: Kevin Fenzi --- roles/base/files/postfix/main.cf/main.cf.gateway | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/files/postfix/main.cf/main.cf.gateway b/roles/base/files/postfix/main.cf/main.cf.gateway index b32a980a67..04b9df6ff0 100644 --- a/roles/base/files/postfix/main.cf/main.cf.gateway +++ b/roles/base/files/postfix/main.cf/main.cf.gateway @@ -419,7 +419,7 @@ relay_domains = $mydestination # #alias_maps = dbm:/etc/aliases #alias_maps = hash:/etc/aliases -alias_maps = lmdb:/etc/aliases, lmdb:/etc/postfix/package-owner, lmdb:/etc/postfix/package-maintainers +alias_maps = lmdb:/etc/aliases, hash:/etc/postfix/package-owner, hash:/etc/postfix/package-maintainers #alias_maps = hash:/etc/aliases, nis:mail.aliases #alias_maps = netinfo:/aliases