summaryrefslogtreecommitdiff
path: root/playbooks/roles/mail/templates/volumes/data/dms/config/dovecot.cf
blob: 62d05509126914cc1440a6e9e577b0905f0cd67a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
haproxy_trusted_networks = {{ homelab_network }}

service imap-login {
  inet_listener imap {
    haproxy = yes
  }

  inet_listener imaps {
    haproxy = yes
  }
}

service pop3-login {
  inet_listener pop3 {
    haproxy = yes
  }

  inet_listener pop3s {
    haproxy = yes
  }
}

service managesieve-login {
  inet_listener sieve {
    haproxy = yes
  }
}