Initial commit of exim collection
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
commit
8e9e00c15d
15 changed files with 317 additions and 0 deletions
12
roles/exim/templates/email-addresses.j2
Normal file
12
roles/exim/templates/email-addresses.j2
Normal file
|
@ -0,0 +1,12 @@
|
|||
# This is /etc/email-addresses. It is part of the exim package
|
||||
#
|
||||
# This file contains email addresses to use for outgoing mail. Any local
|
||||
# part not in here will be qualified by the system domain as normal.
|
||||
#
|
||||
# It should contain lines of the form:
|
||||
#
|
||||
#user: someone@isp.com
|
||||
#otheruser: someoneelse@anotherisp.com
|
||||
{% for mail in exim_mail_addresses %}
|
||||
{{ mail.user }}:{{ mail.from }}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue