Browse Source

managesieve implementation

pull/1/head
theonlydoo 9 years ago
parent
commit
9033da5f1a
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      roles/mail/templates/dovecot.conf

+ 7
- 1
roles/mail/templates/dovecot.conf View File

@ -29,7 +29,13 @@ service managesieve-login {
executable = /usr/lib/dovecot/managesieve-login
}
service managesieve {
executable = /usr/lib/dovecot/managesieve
inet_listener sieve {
port = 4190
}
process_min_avail = 0
service_count = 1
vsz_limit = 64 M
executable = /usr/lib/dovecot/managesieve-login
}
userdb {
args = /etc/dovecot/dovecot-mysql.conf

Loading…
Cancel
Save