Displaying 20 results from an estimated 1000 matches similar to: "Master user and proxying"
2018 Sep 17
2
Using both starttls and ssl in passdb on proxy results in timeouts
Hi List,
I have a dovecot which proxies to different backends depending on an entry in a mysql-database. The mysql-query sets ?ssl? to ?any-cert? and this works fine. But this causes me a problem: sieve-backends only support STARTTLS and if I set ?ssl? to ?any-cert? (or yes), it will attempt a TLS-connection to the sieve-backends, which fails.
My attempt was to alter the query to include
2007 Feb 19
2
NTLM oddities
Started implementing the MasterUser changes to my config files so I can
finally offer SPA for pop3/imap.
Things are working fine with the MasterUser (horray!), however one of my
guys started using SPA with Outlook Express and started getting another
users mailbox.
Turns out to be related to NTLM. His Outlook express is configured for the
username of 'johnsmith'. However, you'll see
2008 Nov 19
2
CRAM-MD5 and proxy_maybe
When using proxy_maybe CRAM-MD5 authentication fails when the connection
is proxied. Is this expected behavior? Is proxy_maybe too simplified for
this case?
We're using SQL so I could rewrite the query with IFs to fake
proxy_maybe and return the password as NULL and nologin as Y, but if it
works that way couldn't it work with proxy_maybe?
This works:
password_query = \
SELECT NULL AS
2010 May 07
2
Problems with the IMAP proxy after upgrading from dovecot 1.1.16 to 1.211
We have frequent timeout problems after upgrading our imap servers
from dovecot 1.1.16 to dovecot 1.2.11. One server acts as proxy only,
and the other one is the "real" imap server". The credentials for the
proxy service are stored in a remote MYSQL database.
There were no trouble with dovecot 1.1.16. But now, with the most
recent version, we get frequent login failures. It
2016 Jun 16
2
Recipient delimiter and lmtp proxying
Hi,
I'm attempting to proxy lmtp using director to hash to the same backend
as pop3/imap. My pop3/imap users are of the form:
username
and my lmtp users are of the form:
<username at domain>
Where domain is fairly redundant but does carry some useful information.
Now, I can proxy lmtp using user=%{username} and
destuser=%{orig_user}, and this all appears to work correctly.
2013 May 22
1
problem with proxy setup
Hi all,
i have some troubles in the implementation of my proxyconfiguration.
i have two kind of users, the first will be proxied to a dovecot backend
with masteruser-login, the other one will be proxied to another
non-dovecot imapserver with nopassword.
Everything looks to work if i use passwd-file like this:
user1:{PLAIN}pass1:::::::proxy=y host=192.168.1.1
destuser=user1*masteruser
2012 Oct 30
1
POP3 Proxy : user format not accepted
Hello,
I want to use Dovecot as a POP3 proxy (http://wiki.dovecot.org/HowTo/ImapProxy). All is working fine on my sample platform, except that I have plenty (several thousands) of users that login using local_part#domain, instead of local_part at domain, which is an old setting on my POP3 server. And in that case, Dovecot returns 'Authentication failed'.
Here is my proxy table :
2018 Sep 18
0
Using both starttls and ssl in passdb on proxy results in timeouts
I tried some more things, such as setting starttls=NULL or ssl=NULL, which does the same as setting it to ?no?. Interestingly, if I set ssl=NULL and don?t set starttls at all, it still tries an SSL connection to the backend.
Is there no way to use starttls or ssl depending on a variable? It could also be possible that I have starttls-backends and ssl-backends which would be a similar use-case to
2018 Mar 26
1
destuser setting useless on LMTP proxy
I tried setting the "destuser" setting on the LMTP director as follows, to preserve the original envelope rcpt:
protocol lmtp {
auth_socket_path = director-userdb
passdb {
driver = ...
override_fields = destuser=%{orig_user}
}
}
The passdb driver would return the appropriate "user" for each alias. Suppose, for example, user1 has emails user1 at domain.tld,
2020 Aug 31
3
Dovecot Proxy
Hello everyone,
it's my first post here on this mailing list and I hope, I make it right.
I posted a question on
https://serverfault.com/questions/1031441/dovecot-as-proxy-with-submission
and nobody was able to answer it. So I decided to push that question
here (I'm talking about any new dovecot version and I've tested it with
2.3.4.1 (f79e8e7e4)).
I try to run a dovecot proxy
2006 Dec 17
1
Proxy with MasterUser + Authentication issues
Per Timo's direction, I decided to give the MasterUser a try in connecting
my proxy to my destination server.
This might allow for the use of 'secure password' for my clients that like
to check that box by default.
A couple of problems I'm running into running RC15:
#1: My Proxy's SQL password_query line:
password_query = SELECT a.clearpasswd AS password, v.storeIP AS host,
2013 Oct 07
2
Proxy to gmail not working
Hi,
I've been trying to build a password forwarding proxy to Gmail without
success... The SSL connection to Dovecot is happening no problem (as far as
I can tell), but for some reason the conversation between Dovecot and Gmail
is getting timed out.
I know this is supposed to be simple... :-( But could somebody please
give me some help by pointing what I'm not doing right?
No matter
2020 Sep 01
1
Dovecot Proxy
Hi Philon,
now, it's time for "Mahlzeit" ;-)
Sorry, that I read the wiki1 instead of wiki2. I thought the 1 means
that it is server one of ... my fault. Also not reading the first line
above the menu. My focus was really on the content. ;-)
Also my problem with the doc of Dovecot2 proxy is, that the document
https://doc.dovecot.org/configuration_manual/authentication/proxies/
2008 Aug 14
2
Proxy logging destuser
Hi All
My first post to the list, so "hello world"!
Having searched the list archives and the wiki for an answer to this, I
don't think it is possible. However, let me ask nonetheless...
Is it possible for a Dovecot proxy's login process (IMAP and POP3) to
include the "destuser", i.e. the uid used to authenticate to the backend
IMAP/POP3 server, in its logging?
2011 Mar 13
3
Master user creds for proxy stored statically/locally?
I have successfully set up the master user on the destination server
(2.0.11) and tests have worked. now I'm working on the proxy
Before I had the proxy just forward everything to the backend and had the
destination server do the authentication.
My authentication is done via LDAP but not really sure how to append the
master user and password to the users credentials after authentication is
2008 Jan 25
2
proxy logging
Hi, I'm testing dovecot 1.1.beta14 on two debian etch with
drbd+ocfs2[active/active], I use qmail+vpopmail(userdb) and three
front-end with openbsd 4.2 with dovecot 1.1.beta14 as proxy with passdb
sql through vpopmail database.
Is posible to add logs into vpopmail.vlog from proxys?, like "update
vlog blah blah..." or in other sql database?
I tried with post login scripting but I
2020 Sep 01
0
Dovecot Proxy
Hi Thoralf,
I?d say first of all you should read the current docs for 2.x not the archived stuff. ?> https://wiki2.dovecot.org/ - (It?s even mentioned in bold in the header)
Then to front multiple backends perhaps you want to take a look at Dovecot Director. ?> https://wiki2.dovecot.org/Director
About SMTP I?m not sure why you would want to rely on Dovecot for that. I only do Postfix with
2012 Jan 06
1
ACL with IMAP proxying
Hello,
I'm trying to use ACLs to restrict subscription on public mailboxes, but
I went into trouble.
My setup is made of two servers, and users are shared between them via a
proxy. User authentication is done with LDAP, and credentials aren't
shared between the mailservers. Instead, the proxies are using master
password.
The thing is that when the ACLs are checked, it actually doesn't
2011 Mar 25
1
Ignored proxy_maybe var and no local login when "host = Proxy FQDN"
Hi help is preciated,
PROBLEM
The dovecot-ldap.conf of "proxy server A" is working when the "host"
attribute is the FQDN of other server:
pass_attrs = uid=user,userPassword={SSHA}password,\
=proxy_maybe=,maildrop=host,=port=143,=destuser=%u,=starttls=any-cert
pass_filter = (&(objectClass=posixAccount)(uid=%u))
CASES
When the "host" attribute is the
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