Displaying 20 results from an estimated 20000 matches similar to: "Limit maximum connections for user/IP on proxy"
2017 Mar 14
3
Dovecot 2.2.27 proxy - enforcing per client IP connection limits
Hi,
mail_max_userip_connections is only enforced at the backend level. The setting has no effect on proxy. If you want to force the limit then you can only do it in the backend.
Sami
> On 9 Mar 2017, at 12.05, Adi Pircalabu <adi at ddns.com.au> wrote:
>
> Quick follow-up: updated the proxies to 2.2.28, but I still couldn't find a way to limit the inbound IMAP connections per
2017 Mar 08
2
Dovecot 2.2.27 proxy - enforcing per client IP connection limits
Hi,
Trying to keep abusive/buggy IMAP clients at bay on a number of Dovecot
proxy servers, I've reconfigured them to use
"mail_max_userip_connections = 50" in the "protocol imap" section,
followed by restarting Dovecot. Yet, I'm still seeing 160+ established
connections from a single IP address for the same email account. Am I
missing anything?
# 2.2.27
2013 May 27
1
post-login script and original remote ip in proxy mode
Hi,
I am running dovecot on 3 qmail-ldap server backend.
dovecot configured to use auth_pop3 wrapper for authentication.
Users logins to the qmail-ldap pop3&imap pools randomly. If a user is
mailhost is not the connected server, dovecot proxies the connection to the
user mailhost. In this case, I can not get the original client IP address
via post-logins script on user host. I see only the
2017 Mar 20
1
Dovecot 2.2.27 proxy - enforcing per client IP connection limits
Sami Ketola writes:
>> Can anyone with Solr installed confirm/refute this: does installing
>> Solr keep iOS clients from roofing the connection count?
>
> I doubt it, but since IMAP SEARCH goes all the way down to the backends
> mail_max_userip_connections can be used to limit the number of
> connections.
Understood -- that's the current situation I'm in now.
2013 Mar 04
1
dovecot: imap-login: Maximum number of connections from user+IP exceeded (mail_max_userip_connections)
Hi, has anyone seen this issue before as I have not.
I'm a long time dovecot user and I don't see anything in the config that
should cause this.
The mail.log gets hit a lot of times with this same log message:
dovecot: imap-login: Maximum number of connections from user+IP exceeded
(mail_max_userip_connections)
I have noted that it is more evident when I try to mass delete many
2010 Dec 14
3
Converting asterisk h264 recordings
Hello,
We are setting up an asterisk system for voicemail with video possibilities.
We are not using the voicemail app, but rather writing our own dialplan
logic. The part of recording, and replaying, the voicemail works, and we
receive both an h264 and an wav-file. What I now wonder is how to convert
these into one file playable by a (standard) media player. I have not found
any real good
2012 Feb 27
1
POP/IMAP on proxy rip issue
I have a proxy setup for pop/imap. The proxies are defined in
login_trusted_networks = x.x.x.x and for the imap it works fine but for pop3
connections displays the ip address of proxy IP... Dovecots are both 1.2
from the debian repo deb http://xi.rename-it.nl/debian/
stable-auto/dovecot-1.2 main
thanks
--
View this message in context:
2017 Mar 15
0
Dovecot 2.2.27 proxy - enforcing per client IP connection limits
Thanks,
I thought this might be the case. Is there any solution to enforce this
on the proxy? If not, will a feature request be considered anytime soon?
I see the proxies as the first line of defense against IMAP "abuse" and
I think it's consistent having the same configurable option available on
both backends and the proxies.
---
Adi Pircalabu
On 14-03-2017 20:17, Sami Ketola
2011 Oct 19
5
Running as non-root
Hello.
I would like to run asterisk as an user other than root. I have seen some
tutorials on the web, but I would like to know if there is some ?official?
how-to for this. Is there?
I looked at a thread on reviewboard regarding this
(https://reviewboard.asterisk.org/r/654/). It was Paul Belangers work trying
to make the installation process take care of this. But the conclusion seem
to
2017 Mar 09
0
Dovecot 2.2.27 proxy - enforcing per client IP connection limits
Quick follow-up: updated the proxies to 2.2.28, but I still couldn't
find a way to limit the inbound IMAP connections per IP & username. I
know "mail_max_userip_connections" limit works for the mail stores, but
it doesn't seem to have any effect on the proxies. I'm using a mix of
Dovecot & Courier-IMAP servers as backends.
Basically I need to find a way to enforce
2008 Jan 23
1
Realtime problem host='dynamic' in 1.2.26.1
Hello!
We are using the 1.2 branch, and upgraded to 1.2.26.1. We ran into some
problems when using realtime for peers. We connect the PBX to a sip peer
at an ITSP, and when we try to dial the peer we get:
Jan 23 09:02:07 VERBOSE[2236] logger.c: -- Executing
Dial("SIP/dev02-08c36f28", "SIP/3246 at 989800-out||W") in new stack
Jan 23 09:02:07 DEBUG[2236]
2015 Jan 30
2
JITTERBUFFER function
WTF is a jitterbuffer?
Sent from my Verizon Wireless 4G LTE smartphone
-------- Original message --------
From: Matthew Jordan <mjordan at digium.com>
Date: 01/29/2015 10:41 AM (GMT-05:00)
To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com>
Subject: Re: [asterisk-users] JITTERBUFFER function
On Thu, Jan 29, 2015 at 4:56 AM,
2013 Aug 19
1
Maximum number of connections from user+IP exceeded
All of a sudden I am getting these errors on one of my accounts:
imap-login: Info: Maximum number of connections from user+IP exceeded (mail_max_userip_connections=10)
It was working fine last night when I went to bed, and is posting these errors nearly constantly (about one every second) when I checked mail after waking up this morning.
The account is question is my main account and has a lot
2014 Feb 18
1
Dynamically setting from domain when calling friends
Hello
I have a problem where I would like to be able to send an arbitrary SIP
domain when sending a call to a registered friend. By default the from
domain is set to the IP of the Asterisk server, but I would like to set it
to something else.
The case is that when a call from a foreign domain comes in to the Asterisk,
it will connect it to the callee (but with the domain changed). When
2011 Jul 19
1
Dovecot 1.2.17, Proxy and forwarding of remote ip
Hi
i have a nice working proxy setup and postlogin script that is doing logging
logs.
echo "$(date +%Y.%m.%d-%H:%M:%S), $USER, $IP, ${1}" >>
/var/log/mail/logins.info 2>&1
is it possible that i recieve a remote ip of user client on proxied internal
machine, cause i have only the proxy one, and that date is not a relevant to
me
thanx
t.
--
View this message in context:
2017 Mar 16
1
Dovecot 2.2.27 proxy - enforcing per client IP connection limits
On 16 Mar 2017, at 0.14, Adi Pircalabu <adi at ddns.com.au> wrote:
>
> I thought this might be the case. Is there any solution to enforce this on the proxy? If not, will a feature request be considered anytime soon? I see the proxies as the first line of defense against IMAP "abuse" and I think it's consistent having the same configurable option available on both
2009 Jul 27
1
Maximum number of connections from user+IP exceeded?
Where can I change this setting... Can't find this setting in dovecot.conf....
Regards,
BTJ
--
-----------------------------------------------------------------------------------------------
Bj?rn T Johansen
btj at havleik.no
-----------------------------------------------------------------------------------------------
Someone wrote:
"I understand that if you play a Windows CD
2015 Jan 29
2
JITTERBUFFER function
Hello!
I am going to use the JITTERBUFFER function in a SIP (and local channels)
only setup, but have some questions of how to use it:
1. Do I need to activate jbenable in sip.conf? Or is it enough to call
the JITTERBUFFER function?
2. What is the preferred way to invoke this function? Say I have
channel A which is not in need of buffering, while channel B do need it. If
A
2018 Oct 15
2
Problems with qouta_clone plugin
On Mon, 2018-10-15 at 15:31 +0300, Aki Tuomi wrote:
> You should add quota_clone to mail plugins.
>
> Aki
>
>
> On 15.10.2018 15:28, Christian Ejlertsen wrote:
> > Hello
> >
> > I'm having troubles getting the quota_clone plugin to work for me.
> > i?, trying to put the quota values into to to fields, messages and
> > usage_in_bytes, in the
2018 Oct 15
2
Problems with qouta_clone plugin
Hello
I'm having troubles getting the quota_clone plugin to work for me.
i?, trying to put the quota values into to to fields, messages and
usage_in_bytes, in the mysql database.
The quotas are getting written to the maildirsize file and can be
updated with the doveadm quota recalc -A or -u "*" command
But i can't seem to get it to trigger the quota_clone plugin, not even
an