opensmtpd: support relaying mail

This commit is contained in:
Timotej Lazar 2025-02-17 15:04:26 +01:00
parent b252e451f6
commit be8e47119f
3 changed files with 22 additions and 0 deletions

View file

@ -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