opensmtpd: support relaying mail
This commit is contained in:
parent
b252e451f6
commit
be8e47119f
3 changed files with 22 additions and 0 deletions
|
@ -1,7 +1,15 @@
|
|||
# this role is currently for alpine linux only
|
||||
|
||||
- name: Install mail server
|
||||
package:
|
||||
name: opensmtpd
|
||||
|
||||
- name: Configure mail server
|
||||
template:
|
||||
dest: /etc/smtpd/smtpd.conf
|
||||
src: smtpd.conf.j2
|
||||
notify: restart smtpd
|
||||
|
||||
- name: Enable mail server
|
||||
service:
|
||||
name: smtpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue