search for: authdb

Displaying 20 results from an estimated 36 matches for "authdb".

Did you mean: authd
2019 Jul 14
2
Authdb NSS module
Hello! Upgrading manual tells that authdb [NSS module was removed][1] some time ago. [1]: https://wiki2.dovecot.org/Upgrading/2.3#line-100 > userdb nss was removed. Use userdb passwd instead. Can this change be reverted? I'd like to use only libnss_sss.so.2 as dovecot userdb source. It's also essential for me to enable files...
2019 Jul 15
1
Authdb NSS module
...sssd queries are much faster and reliable. On July 15, 2019 6:49:18 AM GMT+03:00, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > >On 15/07/2019 02:54 Eugene via dovecot < dovecot at dovecot.org> wrote: > > > >Hello! > > >Upgrading manual tells that authdb [NSS module was removed][1] some >time ago. > > >[1]: https://wiki2.dovecot.org/Upgrading/2.3#line-100 > > >userdb nss was removed. Use userdb passwd instead. > >Can this change be reverted? > >I'd like to use only libnss_sss.so.2 as dovecot userdb source. I...
2019 Jul 15
0
Authdb NSS module
...ot.org">dovecot@dovecot.org</a>> wrote: </div> <div> <br> </div> <div> <br> </div> <div> Hello! </div> <div> <br> </div> <div> Upgrading manual tells that authdb [NSS module was removed][1] some time ago. </div> <div> <br> </div> <div> [1]: <a href="https://wiki2.dovecot.org/Upgrading/2.3#line-100" rel="noopener" target="_blank">https://wiki2.dovecot.org/Upgrading/2.3...
2015 Feb 02
1
managesieve & checkpassword authdb interface
Hello, does anybody knows what managesieve addon sets in SERVICE env when autentificating to checkpassword? thanks Pete
2006 Jul 10
2
Authentication error with corrections
Hi, Curtis (and the group), I tried setting up Dovecot's auth default section as you described, with both authdb and userdb set to 'passwd.' It let the authenticated session start on the POP side, but I got consistent authentication failures on the client side that the passwords didn't match. I don't have any more time to mess with it this morning, but I will make it a point to try 'shad...
2019 Aug 09
4
Auth driver
Greetings! I'm planning to implement a new auth driver. It's going to be, in concept, similar to the Lua and CheckPassword drivers, in that it allows an user program to carry out the authentication and user enumeration steps. The rationale is that such a solution would provide better decoupling between Dovecot and the user authentication and enumeration logic. Existing integrated logic
2020 Oct 29
2
dovecot quota-warning detection mail
...Behalf Of Gedalya Sent: Thursday, October 29, 2020 1:17 PM To: dovecot at dovecot.org Subject: Re: dovecot quota-warning detection mail Aha. Then it's not a straightforward case of just adding the domain name to the same username, you need to transform the username too. Dovecot's userdb / authdb allows you to return a "user" field, which sets a new username for dovecot to use. Depending on what you use as your authentication backend, you may be able to do the transformation at that layer. https://doc.dovecot.org/configuration_manual/authentication/user_extra_field / On 10/29/20...
2008 Nov 20
1
%d in deliver
.../doc/html/spec_html/index.html#toc0239, but basically I'd like to know the domain as well as the user, however deliver doesn't seem to pick this up. Is there any way that you could extend deliver to make it either pick up the domain (or correct username) from the command line, but not do an authdb lookup; or get it to read the domain from an environment variable (or be able to print the contents of an arbitrary environment variable in a formatted string)? Thanks, Mark -- Mark Zealey -- Shared Hosting Team Leader Product Development * Webfusion 123-reg.co.uk, webfusion.co.uk, donhost.co.uk...
2010 May 30
2
dovecot-2.0-pigeonhole/ManageSieve: wrong service name
Hi Stephan, ManageSieve uses the wrong? service name for the authdb lookup. With dovecot-1.2-managesieve the service name was changed from 'managesieve' to 'sieve'. So I altered my table layout in order to make the query "SELECT userid AS "user", password FROM dovecotpassword('%Ln', '%Ld') WHERE %Ls" work again....
2014 Sep 19
1
doveadm with multiple instances on same machine(s)
...rror: # doveadm auth lookup -a /var/run/dovecot-main/auth-userdb myuser doveadm(root): Error: passdb lookup failed for myuser: Configured passdbs don't support crentials lookups When I use the default lookup map, I just get the proxy settings that are configured in the director instance's authdb. # doveadm auth lookup myuser passdb: myuser user : myuser proxy : y nopassword: y In addition, "doveadm director map" can't map the username -I get the error: doveadm(root): Error: User listing returned failure doveadm(root): Error: user listing failed [then I get th...
2020 Oct 29
2
dovecot quota-warning detection mail
Gedalya-san You are currently logged in without a domain name. Currently, "abc-xyz-unyo-sekkei" users have been converted to "abc-xyz-unyo at example.co.jp". (There is no "sekkei" in the address.) Or just add "@example.co.jp"? When it comes to "abc-xyz-unyo-sekkei at example.co.jp" I can't send a mail. Thank you. morikawa -----Original
2015 Mar 13
1
Configuring Shared Mailbox Dictionaries
...ich the '%n' and '%d' components of username/email addresses are stored in separate columns. The SQL dictionary example in the Shared Mailboxes document [http://wiki2.dovecot.org/SharedMailboxes/Shared] assumes that the username is stored as a singular '%n@%d' key. In my authdb lookups, I use sqlite syntax to concatenate the '%n' and '%d' columns around a '@' character to find the user. Is it possible to implement an acl_shared_dict in some similar fashion? My second question, which is completely unrelated and more out of morbid curiosity than...
2004 Jul 23
2
RFE: MD5 encryption with for plain text passwords
Hi, due to compatibility issues with mail clients I think I have to use plain text authentication. In order to secure the passwords during their transport I'll use SSL encryption. After reading some documentation I think that I'll have to store the passwords as plain text in the authdb. That is something I dislike very much as it is a (imho) good tradition for unix to store only encrypted passwords for security reasons. I would like to see the possibility in dovecot to store the passwords for plain text authentication md5 encrypted. That should be easy to implement (just one md5...
2020 Oct 29
2
dovecot quota-warning detection mail
...day, October 29, 2020 1:17 PM > To: dovecot at dovecot.org > Subject: Re: dovecot quota-warning detection mail > > Aha. Then it's not a straightforward case of just adding the domain > name to the same username, you need to transform the username too. > Dovecot's userdb / authdb allows you to return a "user" field, which > sets a new username for dovecot to use. > Depending on what you use as your authentication backend, you may be > able to do the transformation at that layer. > > https://doc.dovecot.org/configuration_manual/authentication/user_...
2010 Feb 01
8
[Bug 1710] New: aix_setauthdb/aix_restoredb are not called in getpwnamallow() causing permanently_set_uid() to fail
https://bugzilla.mindrot.org/show_bug.cgi?id=1710 Summary: aix_setauthdb/aix_restoredb are not called in getpwnamallow() causing permanently_set_uid() to fail Product: Portable OpenSSH Version: 5.3p1 Platform: PPC OS/Version: AIX Status: NEW Severity: normal Priority: P2...
2007 Jul 30
4
MANAGESIEVE patch v5 for dovecot 1.0.2
Hello dovecot users, I have finally updated the MANAGESIEVE patch to fix the currently known small problems with the protocol implementation. Also, I included a proxy implementation based on imap-proxy.c. This patch is designed for dovecot release 1.0.2 and it will not apply cleanly to the 1.1 versions yet. Change Log V5 ------------- - Applied patch by Uldis Pakuls to fix
2007 Aug 02
1
Resend: How do I configure sendmail to accept emails for dovecot when dovecot has sql auth/user db.
...conf === driver = mysql connect = host=localhost dbname=dovecot user=root default_pass_scheme = PLAIN password_query = SELECT userPassword as password, user, concat("/var/ spool/dovecot/",substr(user,1,1),"/user/",user) as userdb_home, 97 as userdb_uid, 97 as userdb_gid FROM authdb WHERE user = '%n' and userPassword = '%w' user_query = SELECT concat("/var/spool/imap/",substr(user,1,1),"/ user/",user) as home, 97 as uid, 97 as gid FROM authdb WHERE user = '%n' FILE: /usr/share/sendmail-cf/mailer/dovecot.m4 === Mdovecot, P=/us...
2007 Aug 01
1
How do I configure sendmail to accept emails for dovecot when dovecot has sql auth/user db.
...conf === driver = mysql connect = host=localhost dbname=dovecot user=root default_pass_scheme = PLAIN password_query = SELECT userPassword as password, user, concat("/var/ spool/dovecot/",substr(user,1,1),"/user/",user) as userdb_home, 97 as userdb_uid, 97 as userdb_gid FROM authdb WHERE user = '%n' and userPassword = '%w' user_query = SELECT concat("/var/spool/imap/",substr(user,1,1),"/ user/",user) as home, 97 as uid, 97 as gid FROM authdb WHERE user = '%n' FILE: /usr/share/sendmail-cf/mailer/dovecot.m4 === Mdovecot, P=/us...
2005 Dec 16
1
Dovecot & pam_mkhomedir
Hi there, Does anyone have Dovecot working correctly with pam_mkhomedir, please? I seem to be going through quite a number of IMAP servers this week, trying to find one that will not only authenticate against a Windows domain but which will also create home directories for users the first time they log in. I'm using winbind to do the authentication & that seems to be doing the trick
2014 Jul 18
1
user@domain splitting not working
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 17 Jul 2014, Ricardo Branco wrote: > Also just to note that Postfix is not the problem here, that has now been > ruled out I compiled to current hg version of Dovecot: changeset: 17627:fd0616d553b0 tag: tip user: Timo Sirainen <tss at iki.fi> date: Fri Jul 11 16:49:35 2014 +0300 summary: