- name: reload postfix service: name: postfix state: reloaded - name: restart postfix service: name: postfix state: restarted - name: aliasmap command: /usr/bin/newaliases notify: reload postfix - name: postmap command: /usr/sbin/postmap /etc/postfix/mydestination_table /etc/postfix/network_table /etc/postfix/relay_recipients notify: reload postfix - name: virtualmap command: /usr/sbin/postmap /etc/postfix/virtual notify: reload postfix - name: credentialmap command: /usr/sbin/postmap /etc/postfix/credentials notify: reload postfix