summaryrefslogtreecommitdiff
path: root/ansible/roles/mail-server/tasks/usertools.yml
blob: 899efa2f90fbf40cb188024f21570eef057d3266 (plain)
1
2
3
4
5
6
7
- name: install mail handling tools for users
  apt:
    name: "{{ item }}"
  with_items:
    - procmail
    - bogofilter
    - mutt