smtp.yml 413 B

12345678910111213141516
  1. - name: 'Regenerate aliases cache'
  2. command: 'newaliases'
  3. - name: 'Reload Postfix'
  4. command: 'postfix reload'
  5. - name: 'Rehash slowsmtp transport map'
  6. command: 'postmap /etc/postfix/transport_slowsmtp'
  7. - name: 'Rehash SASL credentials map'
  8. command: 'postmap /etc/postfix/sasl/credentials'
  9. - name: 'Rehash SASL sender relay map'
  10. command: 'postmap /etc/postfix/sasl/sender_relay'
  11. # vim: ft=yaml.ansible