Displaying 1 result from an estimated 1 matches for "superseecret".
Did you mean:
supersecret
2012 Feb 14
1
doveadm director proxy
...ll proxy trough our
directors, following the recipie at:
http://wiki2.dovecot.org/Director#Doveadm_server
So on the backends I have:
service doveadm {
inet_listener {
port = 24245
address = *
}
}
doveadm_proxy_port = 24245
local 192.168.42.0/24 {
doveadm_password = suPerSeecret
}
I assume the "local" line is supposed to point at my local network..?
On the directors I have the same, plus:
protocol doveadm {
auth_socket_path = director-userdb
}
When testing "doveadm quota" on the directors, it complained
quota plugin not being loaded, so I add...