forked from mauro/ansible-role-postfix
log a stdout
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
- name: Configurar main.cf
|
||||
postconf:
|
||||
parameter:
|
||||
maillog_file: /dev/stdout
|
||||
mydestination: >-
|
||||
{{ postfix_unix_domains |
|
||||
union( [ ansible_fqdn, 'localhost.localdomain', 'localhost'] ) |
|
||||
|
||||
Reference in New Issue
Block a user