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.
|
- ---
-
- - name: postmap transport_maps
- command: postmap /etc/postfix/transport_maps
-
- - name: postmap virtual_alias_domains
- command: postmap /etc/postfix/virtual_alias_domains
-
- - name: postmap virtual_alias_maps
- command: postmap /etc/postfix/virtual_alias_maps
-
- - name: postmap virtual_mailbox_domains
- command: postmap /etc/postfix/virtual_mailbox_domains
-
- - name: postmap virtual_mailbox_maps
- command: postmap /etc/postfix/virtual_mailbox_maps
-
- - name: restart postfix
- service:
- name: postfix
- state: restarted
-
- - name: reload postfix
- service:
- name: postfix
- state: reloaded
|