bundles/postfix: also set alias_maps
All checks were successful
bundlewrap/pipeline/head This commit looks good
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:
parent
db317ec355
commit
eb431d8da8
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ recipient_delimiter = +
|
||||||
inet_protocols = all
|
inet_protocols = all
|
||||||
message_size_limit = ${node.metadata.get('postfix', {}).get('message_size_limit_mb', 10)*1024*1024}
|
message_size_limit = ${node.metadata.get('postfix', {}).get('message_size_limit_mb', 10)*1024*1024}
|
||||||
alias_database = hash:/etc/aliases
|
alias_database = hash:/etc/aliases
|
||||||
|
alias_maps = hash:/etc/aliases
|
||||||
|
|
||||||
% if 'relayhost' in node.metadata.get('postfix', {}):
|
% if 'relayhost' in node.metadata.get('postfix', {}):
|
||||||
relayhost = ${node.metadata['postfix']['relayhost']}
|
relayhost = ${node.metadata['postfix']['relayhost']}
|
||||||
|
|
Loading…
Reference in a new issue