[Dovecot] home_location or smth like that
hi dovecot list help me please
dovecot-1.0.r27 exim lda virtual users in ldap base
i decided to start using the sieve pluging so i have to make the homes
(now my homeDirectory in ldapbase is /nonexistent).
there is a lot of users, so i dont wonna to make changes in every ldap
record + imho the hard link to userhome in ldap - its a not good idea.
so is there any way to make it easy?
may be like home_location = bla-bla-bla/%n/home in dovecot.conf (or in
dovecot-ldap.conf )
sorry for my english
-- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
On Wed, 2007-03-21 at 11:30 +0200, razor wrote:
hi dovecot list help me please
dovecot-1.0.r27 exim lda virtual users in ldap base
i decided to start using the sieve pluging so i have to make the homes
(now my homeDirectory in ldapbase is /nonexistent).
Do you need to have separate UID and GID for the users? If not, you could use static userdb: http://wiki.dovecot.org/UserDatabase/Static
21.03.07 в 20:00 Timo Sirainen в своём письме писал(а):
On Wed, 2007-03-21 at 11:30 +0200, razor wrote:
hi dovecot list help me please
dovecot-1.0.r27 exim lda virtual users in ldap base
i decided to start using the sieve pluging so i have to make the homes (now my homeDirectory in ldapbase is /nonexistent).
Do you need to have separate UID and GID for the users? If not, you could use static userdb: http://wiki.dovecot.org/UserDatabase/Static
thanx for your answer, Timo ! but i have a static GID but the UIDs are differs
i looked in this url and it seems i couldnt use a static userdb -(
my config :
... passdb ldap { args = /usr/local/etc/dovecot-ldap.conf } userdb prefetch { }
userdb ldap { args = /usr/local/etc/dovecot-ldap.conf } ...
is there any another suggestion ?
-- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
On 22.3.2007, at 7.58, razor wrote:
i decided to start using the sieve pluging so i have to make the
homes (now my homeDirectory in ldapbase is /nonexistent).Do you need to have separate UID and GID for the users? If not, you could use static userdb: http://wiki.dovecot.org/UserDatabase/Static
thanx for your answer, Timo ! but i have a static GID but the UIDs are differs .. is there any another suggestion ?
Currently there's no other easy way. You could write a plugin that
sets the HOME environment the way you want and load it..
participants (2)
-
razor
-
Timo Sirainen