Displaying 3 results from an estimated 3 matches for "passworddb".
2011 Jan 24
1
custom maildir location mapping
...ress being the username. In order to allow for a smooth
migration, I need to allow users to be able to login with their email
address as well as their (old) username for about a month or so.
I have all the usernames, email addresses and passwords stored in SQL and
I'm generating the userdb and passworddb manually.
Is there any way to create a userdb and passworddb so that users can login
with either username or email address and have dovecot locate their maildir
without an issue?
For example, I'd like to be able to login as either vlad or
vlad at vladville.com and have dovecot locate my maild...
2011 May 20
1
Global fields for passwd-file database
Is there a way to specify global fields for passwd-file DB? Currently
interested in "home" for userdb and "allow_nets" for passworddb.
The next doesn't work, of course:
passdb passwd-file {
args = username_format=%n allow_nets=127.0.0.1
/etc/dovecot/dovecot.passwd.%d
}
userdb passwd-file {
args = username_format=%n home=/var/mail/%d/%n
/etc/dovecot/dovecot.passwd.%d
}
--
Best regards,
Sergey Urushkin
2008 Apr 17
4
more than one ldap database.
If I have two databases in my ldap, ex: dc=dominio1,dc=it is the first
database and dc=dominio2,dc=it is the second one.
Can I put these two search bases in dovecot-ldap.conf?