You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postfix: disable the authentication on the port 25
This will disable user authentication on the port 25 (smtp), as users
should user the submission protocol, on port 587 and starttls.
---
ROLE=postfix ansible-playbook -t facts,config install.yml
---
Once you have run the role, make sure to run the following roles as
well: opendkim and opendmarc.
---
ROLE=opendkim ansible-playbook -t facts,postfix install.yml
ROLE=opendmarc ansible-playbook -t facts,postfix install.yml
---
And if you are using rspamd:
---
ROLE=rspamd ansible-playbook -t facts,postfix install.yml
---
0 commit comments