bundles/postfix: also set alias_maps
All checks were successful
bundlewrap/pipeline/head This commit looks good

fixes "warning: dict_nis_init: NIS domain name not set - NIS lookups disabled"
This commit is contained in:
Franzi 2021-02-06 10:24:19 +01:00
parent db317ec355
commit eb431d8da8
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -12,6 +12,7 @@ recipient_delimiter = +
inet_protocols = all
message_size_limit = ${node.metadata.get('postfix', {}).get('message_size_limit_mb', 10)*1024*1024}
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
% if 'relayhost' in node.metadata.get('postfix', {}):
relayhost = ${node.metadata['postfix']['relayhost']}