Files
ansible_linux_setup/roles/setup/templates/passwd.client.j2
2021-03-03 18:07:10 +00:00

9 lines
244 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
*:{{smtp_auth_user}}:{{smtp_auth_pass}}