You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
599B

  1. ---
  2. - name: postmap transport_maps
  3. command: postmap /etc/postfix/transport_maps
  4. - name: postmap virtual_alias_domains
  5. command: postmap /etc/postfix/virtual_alias_domains
  6. - name: postmap virtual_alias_maps
  7. command: postmap /etc/postfix/virtual_alias_maps
  8. - name: postmap virtual_mailbox_domains
  9. command: postmap /etc/postfix/virtual_mailbox_domains
  10. - name: postmap virtual_mailbox_maps
  11. command: postmap /etc/postfix/virtual_mailbox_maps
  12. - name: restart postfix
  13. service:
  14. name: postfix
  15. state: restarted
  16. - name: reload postfix
  17. service:
  18. name: postfix
  19. state: reloaded