All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
8 lines
286 B
Django/Jinja
8 lines
286 B
Django/Jinja
# password file used when the local exim is authenticating to a remote
|
|
# host as a client.
|
|
#
|
|
# see exim4_passwd_client(5) for more documentation
|
|
#
|
|
# Example:
|
|
### target.mail.server.example:login:password
|
|
{{ exim_smarthost_host }}:{{ exim_smarthost_user }}:{{ exim_smarthost_password }}
|