Convert back to INET sockets for milters
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user