Displaying 20 results from an estimated 2000 matches similar to: "POP/IMAP on proxy rip issue"
2012 Mar 15
3
v2.1.2 released
http://dovecot.org/releases/2.1/dovecot-2.1.2.tar.gz
http://dovecot.org/releases/2.1/dovecot-2.1.2.tar.gz.sig
There are a ton of proxying related improvements in this release. You
should now be able to do pretty much anything you want with Dovecot
proxy/director.
This release also includes the initial version of dsync-based
replication. I'm already successfully using it for @dovecot.fi
2012 Mar 15
3
v2.1.2 released
http://dovecot.org/releases/2.1/dovecot-2.1.2.tar.gz
http://dovecot.org/releases/2.1/dovecot-2.1.2.tar.gz.sig
There are a ton of proxying related improvements in this release. You
should now be able to do pretty much anything you want with Dovecot
proxy/director.
This release also includes the initial version of dsync-based
replication. I'm already successfully using it for @dovecot.fi
2012 Feb 25
1
Proxying improvements in v2.1.2
I just committed a couple of features that will make life easier for some types of proxying setups:
1. IMAP proxying has already for a while supported sending local/remote IP/port to backend server, which can use it for logging and other purposes. I've now implemented this for POP3 as well, although only the remote IP/port is forwarded, not local IP/port. I implemented this also for LMTP in
2019 Oct 22
2
More on problems with new install
It was the three passdb blocks you sent me.
On 10/22/2019 4:43 AM, Aki Tuomi via dovecot wrote:
> Can you show what you ended up pasting?
>
> Aki
>
> On 22.10.2019 11.34, Steve Matzura via dovecot wrote:
>> I pasted that block at the end of dovecot.conf, restarted, and got the
>> following in syslog:
>>
>> Oct 22 08:24:32 tgvprod dovecot[7290]: doveconf:
2011 Dec 29
1
Trouble with proxy_maybe and auth_default_realm
Hello,
I'm using proxy_maybe and auth_default_realm. It seems that when a user
logs in without the domain name, relying on auth_default_realm, and the
"host" field points to the local server, I get the Proxying loops to
itself error. It does work as expected - log on to the local server
without proxying, if the user does include the domain name in the login.
(IP's and
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
2008 Nov 26
3
Dovecot Proxy with MySQL auth
We are looking at deploying several pop/imap servers to house the mail for
15,000 or more mailbox accounts. We are contemplating on the design and are
looking at using MySQL auth (we already have a MySQL environment in place
for our user auth to live) and proxy_maybe so each server can proxy for all
the others and we just have a network load balancer distribute the incoming
connections to all of
2008 Jan 27
3
proxy configuration
Before I spend some time experimenting with what might be impossible,
maybe someone can just tell me (either "how" or that it's
impossible).
I'd like to get perdition out of my environment (mainly to have one
less moving part in my architecture). I'm looking at dovecot's
built-in proxying. In my setup, I don't have dedicated front-end
machines. A user can connect
2013 Feb 19
3
Dovecot 2.2. proxy_maybe and twice SSL connections
Hello.
1. I have two identically hosts
2. I have set up replication between two hosts
3. I have
'Y' AS proxy_maybe
in password_query.
4. password_query returns one of this one hosts
5. I set this parameters in dovecot config:
disable_plaintext_auth = yes
ssl = yes
auth_mechanisms = plain login
for enforce use encrypted connections by client programs.
2013 Nov 27
1
proxy_maybe & director incompatibility
Hi Folks,
I spent quite some time yesterday understanding how proxy works along with the director. I came to the conclusion that proxy_maybe and director cannot be used together, but this isn?t a true incompatibility so much as caused by the way things are handled and the order they are processed in.
The way proxy_maybe works is that it is processed by the auth provider once it gets the
2012 Nov 26
2
IMAP proxy - can it detect parodying to itself?
Hi all,
I have some IMAP servers fronted with separate perdition processes, and it would be ideal if I could collapse this down to having dovecot do both the IMAP proxying and the IMAP serving at the same time on the same IP addresses.
One of the fields in my LDAP entries contains the canonical name of the server that hosts their mailbox, and if I follow the manual at
2019 Mar 08
1
Suggestions for dovecot-submission (XCLIENT NAME attribute)
Hi,
Currently, Dovecot Submission doesn't forward NAME attribute when XCLIENT is enable:
Received: from server.example.org (localhost [1.2.3.4])
(Authenticated sender: test at example.org)
by localhost (Postfix) with ESMTPA id AAAAAAAAAA
for <user at domain.com>; Fri, 8 Mar 2019 12:28:02
Postfix adds a header with the sender IP address (1.2.3.4), but with localhost as hostname.
2010 Feb 01
1
proxy_maybe regex
Does anyone know if dovecot support regex lookups for proxy/proxy_maybe,
rather than mysql/ldap etc?
I've been comparing it with perdition to see which one might be better
for us to do layer7 username switching.
Perdition supports the ability to not have any auth/db looks, but rather
just a regex file that parses the usernames as they come in and forwards
to the particular machine on the
2018 Oct 09
1
Submission / Postfix / XCLIENT
Hi all,
while testing the new Dovecot Submission Proxy feature, which we greatly
appreciate and have been anticipating for a long time, some issues occured.
Dovecot is unable to submit mails via XCLIENT:
< XCLIENT ADDR=185.115.176.12PORT=39074
> 501 5.5.4 Bad ADDR syntax: 185.115.176.12PORT=39074
Postfix is unable to parse the XCLIENT command from Dovecot submission
proxy, as a
2019 May 24
4
Workaround for infinite loop in XCLIENT command bug
??????? Original Message ???????
On Friday, May 24, 2019 10:40 AM, Aki Tuomi via dovecot <dovecot at dovecot.org> wrote:
> Try setting login_trusted_networks=
Thank you Aki for your answer. Unfortunately on my Dovecot mailbox backend servers I already have login_trusted_networks set to the IP of my Dovecot LMTP proxy server.
> or just upgrade to 2.3.6?
I was hoping not to have to
2016 Jun 27
2
Suggestion: Split login_trusted_networks
Hi,
For the upcoming 2.3 development, I'd like to re-suggest this:
It seems the use of login_trusted_networks is overloaded.
Example:
* It's used for indicating which hosts you trust to provide XCLIENT
remote IP's. (like a proxy)
* It's used for indicating from which hosts you trust logins enough to
disable auth penalty. (like in a webmail)
Often these two uses cases have a
2010 Mar 11
3
IMAP proxy configuration
i know dovecot can act as IMAP and POP3 proxy ..... but i'm having
a hard time configuring it. Actually i'm using a simple dovecot
configuration with virtual users stored on MySQL. My dovecot-sql.conf is
pretty simple:
[root at correio dovecot]# cat dovecot-sql.conf
driver = mysql
connect = host=localhost dbname=DATABASE user=USERNAME password=PASSWORD
default_pass_scheme = PLAIN
#
2009 Dec 16
2
Dovecot 1.2.+
The Dovecot version is 1.2.8 and i am using an LDAP for a user database. The
problem is following... i would like to use a quota dictionary backend from
file rather than sql proxy for some reasons. Is it possible to get the full
path for dovecot-quota file location from LDAP like from mail variable
(/mailboxes/storage_01/domain.org/u/us/use/user/dbox/dovecot-quota)?
/etc/dovecot/dovecot-ldap.conf
2012 Mar 26
2
Error: Couldn't create namespace 'Share/' Dovecot 2.1.3 ldap
Mar 26 16:38:58 cartman dovecot: imap(miha at example.com): Error: Couldn't
create namespace 'Share/' for user miha-share at example.com: userdb didn't
return a home directory, but location used it (%h):
maildir:%%h/Maildir:INDEX=%h/index/Shared/%%u
Where is the problem, the same config worked with Dovecot 1.2.x
--
View this message in context:
2019 May 24
2
Workaround for infinite loop in XCLIENT command bug
Hello,
I am running Dovecot 2.3.5 package on OpenBSD 6.5 and it looks like this bug which has been fixed in 2.3.6 is hitting me:
lib-smtp: client: Fix infinite loop in XCLIENT command interaction with server
https://github.com/dovecot/core/commit/5d03f39b345127b80d145ee90772739baa7ab810
so I was wondering if there is any workarounds? Maybe like disabling the XCLIENT command from the config file