diff --git a/tasks/main.yml b/tasks/main.yml index 6e41a49..e75cbdf 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -111,6 +111,7 @@ - name: Configurar main.cf postconf: parameter: + maillog_file: /dev/stdout mydestination: >- {{ postfix_unix_domains | union( [ ansible_fqdn, 'localhost.localdomain', 'localhost'] ) |