Hi.

On Dovecot 1.2.x it is possible to run multiple auth daemons.
Is it possible on dovecot 2.0.x ?

(Setting "process_min_avail" for auth service gives this error message:
"doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: service(auth): process_min_avail is higher than process_limit")

Sample configuration for dovecot 1.2.8:
auth default {
  count = 10
  mechanisms = plain
  passdb ldap {
    args = /etc/dovecot/dovecot-ldap.conf
  }
  userdb ldap {
    args = /etc/dovecot/dovecot-ldap.conf
  }
  user = root
}
auth lda {
  mechanisms = plain
  passdb ldap {
    args = /etc/dovecot/dovecot-ldap.conf
  }
  userdb ldap {
    args = /etc/dovecot/dovecot-ldap.conf
  }
  user = root
  socket listen {
    master {
      path = /var/run/dovecot/auth-master
      mode = 0666
    }
  }
}

Reply via email to