| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- ---
- exim_config_dir: /etc/exim4
- exim_config_file: "{{ exim_config_dir }}/exim4.conf"
- exim_user_name: Debian-exim
- exim_group_name: Debian-exim
- exim_trusted_user: ruth
- exim_mysql_hostname: localhost
- exim_mysql_database: email
- exim_mysql_user: postman
- exim_server_name: ivimey.org
- exim_message_size_limit: 64M
- exim_intercommand_delay: 1s
- exim_error_delay: 20s
- exim_mailman_transport: false
- exim_procmail_transport: false
- exim_imap_deliver: /var/run/dovecot/lmtp
- exim_virtual_domains:
- chbc:
- domains:
- - ch-bc.org.uk
- - chbc.cherryhinton.org.uk
- rewrites:
- - from: "*@ch-bc.org.uk"
- to: "${lookup{${local_part}}lsearch{/etc/exim4/chbc-rewrites} {$value}fail}"
- opts: Ffr
- ivimeyorg:
- domains:
- - ivimey.org
- rewrites:
- - from: "*@mail.ivimey.org"
- to: "${local_part}@${domain}"
- opts: q
- - from: "*@*.ivimey.org"
- to: "${local_part}@ivimey.org"
- opts: q
- - from: "*@localhost"
- to: "${local_part}@ivimey.org"
- opts: q
- ivimeycom:
- domains:
- - ivimey.com
- rewrites:
- - from: "*@*.ivimey.com"
- to: "${local_part}@ivimey.com"
- opts: q
- exim_relay_from_nets:
- - 127.0.0.1
- - 192.168.32.0/20
- exim_relay_to_domains: []
- exim_local_domains:
- - ivimey.org
- - cam.ivimey.org
- - ncurry.ivimey.org
- - mail.ivimey.org
- - ch-bc.org.uk
- - chbc.cherryhinton.org.uk
- exim_whitelist_hosts:
- - "{{ exim_config_dir }}/exim_whitelist_hosts"
- exim_blacklist_hosts:
- - "{{ exim_config_dir }}/exim_blacklist_hosts"
- exim_no_lookup_hosts:
- - 85.13.230.4
- - 213.171.217.146
- exim_no_greylist_hosts: []
- exim_whitelist_sender_file: "{{ exim_config_dir }}/whitelist_senders"
- exim_blacklist_sender_file: "{{ exim_config_dir }}/blacklist_senders"
- exim_bad_mailfrom_hosts: "{{ exim_config_dir }}/bad-mailfrom-hosts"
- exim_tls_certificate: /etc/letsencrypt/live/post.ivimey.org/fullchain.pem
- exim_tls_privatekey: /etc/letsencrypt/live/post.ivimey.org/privkey.pem
- exim_service_state: started
- exim_service_enabled: yes
- exim_dkim_known_signers:
- - gmail.com
- - paypal.com
- - ebay.com
- exim_dkim_canon: relaxed
- exim_dkim_selector: 20180629
|