Update to Postfix 3.7 and local sockets for milters
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user