Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

27 Zeilen
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