Displaying 20 results from an estimated 9000 matches similar to: "userdb / user map with director"
2014 Jun 03
2
director with multiple instances
I'm experiencing some problems similar to those described in
http://dovecot.org/list/dovecot/2012-July/137250.html
except with 2.0.9.
Adding http://dovecot.org/list/dovecot/2012-July/084906.html
to the main config didn't seem to help, nor did setting the list of
director and backend servers to just the system itself.
I get a banner connecting to port 143:
[root at retr01 log]# telnet
2012 Jun 20
1
director map and mysql
hello!
Is "doveadm director map" command suppose to work when I store "host" value in mysql table?
It gives me nothing in output with no errors in log.
I've successfully setup directors with static passdb, and decided to give a try setup with storing host value in mysql table.
The proxying is actually working, I'm just unhappy with no output from "doveadm
2014 Sep 19
1
doveadm with multiple instances on same machine(s)
Couple questions about running doveadm with multiple instances... I have
Dovecot 2.2.13 on RHEL6 running across 3 boxes, each with a director and
main instance running. When I try to lookup something on the main
instance (which is handling user auth) via its auth-userdb socket
directly, I get an error:
# doveadm auth lookup -a /var/run/dovecot-main/auth-userdb myuser
doveadm(root): Error: passdb
2010 Jan 29
1
Master user and proxying
Hello list,
Still need your help configuring proxy infrastructure.
Today, I really struggle configuring master passwords forwarding.
What
I want:
master user can connect to any other account, on proxy.
Could
please somebody help me, I read both articles about this on wiki, but still
can't connect :(
What I did:
on proxy:
auth_master_user_separator=*
passdb sql {
args =
2023 Jan 12
0
director: pass different username to proxy than the one that is used for hashing
dovecot 2.3.13
Hi,
I'm looking for a way to make director use a user at domain that is
returned by the database for hashing but actually send the original
user at domain in the proxied request. I cannot seem to find a way.
I can change the name used for hashing by just returning a different
user from the db. but that user is also the one that is send in the
proxied request.
this is
2012 Apr 28
2
help with AES_DECRYPT and password lookup - mysql password_query
Hello-
Sorry if this is a noob question, but I cant seem to get my password_query to
work with dovecot + mysql. Im using 'Password verification by SQL server' at:
http://wiki2.dovecot.org/AuthDatabase/SQL
trying to modify it to work with my encrypted passwords in the DB.
Im using the following which isnt working:
password_query = SELECT NULL AS password, \
'Y' as
2012 Jun 10
1
director userdb problem
hello !
I'm trying to get users from dovecot director server:
doveadm director map
doveadm(root): Error: User listing returned failure
doveadm(root): Error: user listing failed
user mail server ip expire time
<unknown> 192.168.5.101 2012-06-10 21:54:06
in
2011 Sep 12
3
director ignoring director_mail_servers for lmtp connections
Hello,
Following Jan-Frode's advise I am trying this configuration:
{postfix} ---lmtp---> {director} ---lmtp---> {dovecot}
so I have two dovecot instances for director/proxy and lmtp delivery on ports 1024 and 24 respectively.
whilst for imap connections I can specify a pool of imap backend servers via 'director_mail_servers' it seems is not possible with lmtp.
Sep 12
2011 Jun 01
2
Dovecot 2 + Director: IMAP+GSSAPI and LMTP-proxying
Hi all,
I have a setup of some nodes running Dovecot 2.0.13 and Postfix 2.5.6
with storage in NFS and authentication happening with PAM.
Poking around in the wiki, I tried out different possibilities but now
I am stuck -- and are hoping for your (enlightening) comments and tips.
My planned setup for IMAP and LMTP is like this:
IMAP
====
1. A loadbalancer directs new sessions to a
2016 Apr 29
3
Password database extra fields and SQL
Hi everyone,
first post to the list, be gentle with me!
Perhaps I'm missing something here, but it appears to me that many
password database extra fields currently aren't much use inside SQL queries?
All boolean fields like nologin/nodelay/nopassword are set if the column
is present in the returned query, regardless of value (including NULL)
For example, say you have a query like:
2011 Sep 29
1
Panic: file lmtp-proxy.c: line 370 (lmtp_proxy_output_timeout): assertion failed: (proxy->data_input->eof)
Hello all,
today I got this crash from dovecot (2.0.14)
Sep 29 14:09:32 imap1 dovecot: lmtp(17693): Panic: file lmtp-proxy.c: line 370 (lmtp_proxy_output_timeout): assertion failed: (proxy->data_input->eof)
Sep 29 14:09:32 imap1 dovecot: lmtp(17693): Error: Raw backtrace: /usr/lib64/dovecot/libdovecot.so.0(+0x3f9aa)? [0x7f18f10299aa] -> /usr/lib64/dovecot/libdovecot.so.0(+0x3f9f6)
2009 May 17
2
Problem with domain part in user_query in dovecot 1.1.14
Hi.
I'm using dovecot 1.1.14 with pgsql.
I tried to configure dovecot to get the domain part in user_query by specifying different variants of auth_username_format variable such as %Lu, %Lu@%Ld, %Lu-at-%Ld and so on... So dovecot gets domain part in password_query, but not in user_query. I noticed the username is changed like this: kostas at mgupb.net->kostas in log. For some reason it
2015 May 06
1
lmpt director and ldap userdb
Hello,
I've been using dovecot for a long time, but now I'm having troubles
with I change I need to make.
I have a director server in front of two backend servers. All of these
servers are running dovecot 2.1.16. Redirection to backend servers are
based in an attribute of a ldap server. My users are defined in this
same ldap server.
At this moment, for user authentication we use
2015 Aug 08
0
Using a separate passdb per service
I'm not sure if this would work, but possibly having two separate
instances of dovecot with separate configs running may work for you.
http://wiki2.dovecot.org/RunningDovecot
On 08/07/15 11:04, Gerry wrote:
> Situation: one front-facing server running Dovecot as IMAP/POP3/
> ManageSieve proxy, a mixture of IMAP servers (Dovecot, Exchange, ...)
> in the back-end. Dovecot's
2015 Aug 07
4
Using a separate passdb per service
Situation: one front-facing server running Dovecot as IMAP/POP3/
ManageSieve proxy, a mixture of IMAP servers (Dovecot, Exchange, ...)
in the back-end. Dovecot's passdb does lookups against MySQL which
contains a simple user/host mapping, the actual authentication happens
on the back-end IMAP servers. The configuration is more or less as
described here:
2020 Sep 28
1
custom userdb server, Exim, and proxying
Hi all,
We have Exim using Dovecot for authentication. Dovecot, in turn, consults a custom internal server that answers Dovecot?s userdb queries.
When IMAP connections arrive, for some users we want to forward those connections--without authentication--to an external IMAP server. For these users, we return ?proxy_maybe? and ?nopassword? in the authn response from our userdb server. This tells
2014 May 04
0
Unknown user when sending internal email
I use MySQL to store my virtual users, domains and aliases.
My database is setup as follows:
|CREATE| |TABLE| |`dovecot_passwords` (|
|||`username` ||varchar||(100) ||NOT| |NULL||,|
|||`appname` ||varchar||(50) ||NOT| |NULL||,|
|||`||password||` varbinary(256) ||NOT| |NULL||,|
|||PRIMARY| |KEY| |(`username`,`appname`)|
|)
I then add a users:
|
|INSERT| |INTO| |dovecot_passwords (username,
2013 Oct 03
0
Proxy to gmail help
Hello,
I understand the matter of using Dovecot as a forward proxy to Gmail is
very popular (and even trivial), but my lack of Dovecot experience took me
to at point where I truly need your help...
I'm starting my task by trying to have something simple, where I can test
connectivity to Gmail by sending a telnet to our Dovecot server.
The Dovecot server accepts the telnet request, but for
2009 Jan 22
1
Update dovecot-1.0.13_1 --> dovecot-1.1.8 (AS proxy)
Hello List!
I?ve following problem after updating dovecot...
Error: (Empty password returned without nopassword)
Jan 21 15:56:15 test-mi dovecot: auth(default): new auth connection:
pid=83362
Jan 21 15:56:15 test-mi dovecot: auth(default): client in: AUTH 7
PLAIN service=imap lip=192.168.0.32 rip=192.168.0.86
lport=143 rport=2905 resp=AHRrdWV2NUBnb25lby5jb98AdGVzdHVzZXI1
2016 Apr 03
2
managesieve proxying not working
Hi,
I'm setting up the directors for proxying pop3/imap/lmtp/sieve. pop3/imap/lmtp proxying work fine, but sieve not working. The error messages in maillog look not using proxying but local passdb.
Error message:
Apr 03 12:09:25 managesieve-login: Info: Aborted login (no auth attempts in 0 secs): user=<>, rip=10.1.1.4, lip=10.1.1.201, session=<+SIcx4wvRQAKAQEE>
sql in