Convert back to INET sockets for milters

This commit is contained in:
2023-05-14 22:26:19 -05:00
parent 7d418da8ca
commit fe22263513
4 changed files with 12 additions and 10 deletions

View File

@@ -2,11 +2,13 @@
# vars file for ensure_postfix
milter_list:
- description: 'OpenDKIM'
destination: '/run/opendkim/opendkim.sock'
protocol: 'local'
hostname: 'localhost'
port: '8891'
protocol: 'inet'
- description: 'OpenDMARC'
destination: '/run/opendmarc/opendmarc.sock'
protocol: 'local'
hostname: 'localhost'
port: '8893'
protocol: 'inet'
package_list:
- name: 'opendkim'
state: 'present'