[Dovecot] dovecot authentication & exim in rc27
[introduction: new to the list, used dovecot w/exim as MTA in simple ways for 2 years, blah blah blah]
i'm trying to get exim to use dovecot auth with a copy of rc27 and am missing something that's probably quite simple.
specifically, how does one configure the authenticators in dovecot.conf for rc27? the auth section of the default config file installed in rc27 doesn't entirely look like what i'm seeing in other documentation; instead of
auth default {
}
i'm seeing
auth = default
followed by lots of standard flags prefixed by auth_, but i don't see how to set up the socket. i have the following; dovecot starts and doesn't complain but it doesn't create the socket either:
auth_socket listen { client { path = /var/run/dovecot/auth-client mode = 0660 user = exim group = exim } }
any suggestions?
thanks, richard
On Sun, 2007-03-25 at 18:16 -0400, Richard P. Welty wrote:
what i'm seeing in other documentation; instead of
auth default {
}
i'm seeing
auth = default
Then you're looking at v0.99.x version's configuration file.
followed by lots of standard flags prefixed by auth_, but i don't see how to set up the socket. i have the following; dovecot starts and doesn't complain but it doesn't create the socket either:
I guess Dovecot's reading different config file than you think. Check the location with:
dovecot -n|head -1
participants (2)
-
Richard P. Welty
-
Timo Sirainen