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.

24 Zeilen
520B

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