e8716e742e
If we move these into a subdir, it cleans up the number of things we nave to files match on. Stop running disable-puppet-agent in base. We run it in run-puppet which should be fine. Change-Id: Ia16adb96b11d25a097490882c4c59a50a0b7b23d
29 lines
770 B
YAML
29 lines
770 B
YAML
exim_aliases: {}
|
|
exim_local_domains: '@'
|
|
exim_queue_interval: 30m
|
|
exim_queue_run_max: 5
|
|
exim_dnslookup_router: |
|
|
driver = dnslookup
|
|
domains = ! +local_domains
|
|
transport = remote_smtp
|
|
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
|
|
no_more
|
|
exim_system_aliases_router: |
|
|
driver = redirect
|
|
allow_fail
|
|
allow_defer
|
|
data = ${lookup{$local_part}lsearch{/etc/aliases}}
|
|
file_transport = address_file
|
|
pipe_transport = address_pipe
|
|
exim_localuser_router: |
|
|
driver = accept
|
|
cannot_route_message = Unknown user
|
|
check_local_user
|
|
transport = local_delivery
|
|
exim_routers:
|
|
- dnslookup: '{{ exim_dnslookup_router }}'
|
|
- system_aliases: '{{ exim_system_aliases_router }}'
|
|
- localuser: '{{ exim_localuser_router }}'
|
|
exim_transports: []
|
|
exim_enable_spf: false
|