Hi,
I've built 64-bit dovecot 1.0.2 on Opensolaris to replace version
1.0.0rc10. It functions fine, but when I connect, it eats up all
available cpu. My guess is that the poll thread is running continuously.
Any ideas on what I should do to verify this or does anyone know of a fix?
Thanks,
Gary
Hi Hadmut,
You can use standard LDAP attributes. It's more than enough.
My configs:
dovecot.conf:
first_valid_uid = 8
last_valid_uid = 8
first_valid_gid = 12
last_valid_gid = 12
auth_username_format = %Lu
auth default {
mechanisms = plain
passdb ldap {
args = /etc/dovecot/dovecot-ld
Hi,
does dovecot define its own LDAP schema or should I create my own one?
(I want to provide IMAP boxes for virtual users that do not have a
Unix account on the mail server and thus do not want to use the
plain uid/gid entries of the posix account objectclass to avoid confusion
and accidentl
Hi Andreas,
Check mailing list archives. I asked same questions last week.
My Configuration:
mail_location = maildir:/home/mail/%d/%n
mail_extra_groups = mail
namespace public {
separator = /
prefix = Public/
location = maildir:/home/mail/public
}
namespace private {
separator = /
p