You've already forked ansible-role-directadmin
Initial commit
This commit is contained in:
21
tasks/config/mail/exim.yml
Normal file
21
tasks/config/mail/exim.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
- name: Ensure /etc/exim is present
|
||||
file:
|
||||
path: /etc/exim
|
||||
state: directory
|
||||
|
||||
- name: Add plusaddressing to Exim
|
||||
copy:
|
||||
dest: /etc/exim/local_part_suffix.conf
|
||||
content: |
|
||||
local_part_suffix = +*
|
||||
local_part_suffix_optional
|
||||
notify:
|
||||
- "directadmin : Restart Exim"
|
||||
|
||||
- name: Ensure Exim custom strings configured
|
||||
template:
|
||||
src: templates/exim/strings.conf.custom.j2
|
||||
dest: /etc/exim.strings.conf.custom
|
||||
notify:
|
||||
- "directadmin : Restart Exim"
|
||||
Reference in New Issue
Block a user