Update to Postfix 3.7 and local sockets for milters

This commit is contained in:
2023-05-14 20:56:06 -05:00
parent d462b3b699
commit 14db4fad95
12 changed files with 188 additions and 138 deletions

View File

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