Changeset 3667 in MondoRescue for branches/3.3/ansible/roles/smtp
- Timestamp:
- Jun 7, 2017, 3:03:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/ansible/roles/smtp/handlers/main.yml
r3655 r3667 4 4 notify: 5 5 - restart postfix 6 - redo postalias 6 7 7 8 - name: restart postfix 8 9 service: name=postfix state=restarted 10 11 - name: redo postalias 12 command: /usr/sbin/postalias /etc/postfix/aliases
Note:
See TracChangeset
for help on using the changeset viewer.