forked from infra/ansible
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 <kevin@scrye.com>
This commit is contained in:
parent
4cb953f9e5
commit
aaa5941e9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue