ansible-collection-exim/roles/exim/templates/passwd.client.j2
Nis Wechselberg 8e9e00c15d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial commit of exim collection
Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
2025-05-08 00:28:45 +02:00

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 }}