infra/roles/exim4/templates/passwd.client

11 lines
317 B
Plaintext

# 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
{% if exim4_sendonly_username != '' %}
*:{{ exim4_sendonly_username }}:{{ exim4_sendonly_password }}
{% endif %}