On 8/20/2010 2:51 AM, Mike Mimic wrote:
Hi!
--- On Thu, 8/19/10, Timo Sirainen<[email protected]> wrote:
Anyway, with v2.0 you can do:
service dict {
user = whatever
}
Thanks.
Mike
I had the same problem as you with 2.0; 1.2.x I couldn't get dict to
work at all for an error in the code. Here is how I fixed 2.0 though:
service dict {
unix_listener dict {
user = mail << same as what you put for service imap
mode = 0660
group = mail << same as what you put for service imap
}
}
Jerrale G.
SC Senior Admin