Displaying 20 results from an estimated 40000 matches similar to: "max number of connections per ip"
2020 Feb 27
3
max number of connections per ip
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
Is your server behind proxy maybe? Can you see in logs that you get different IPs?
</div>
<div>
<br>
</div>
<div>
Maybe check with `doveadm who` how many connections you have?
</div>
<div>
2020 Feb 28
3
[EXT] Re: max number of connections per ip
You can usually see from doveadm who or logs if your router/whatever is doing NAT.
Which would be the reason why 500 connections wouldn't be enough.
Aki
> On 27/02/2020 23:21 Esteban L <esteban at little-beak.com> wrote:
>
>
>
> It's not behind a proxy (unless the router is acting as a proxy?). Could it be that my router is doing some Hairpin NAT tomfoolery? The
2020 Feb 28
1
[EXT] max number of connections per ip
Here is mine and I have no issue if they client is netted.
Remo
protocol imap {
imap_client_workarounds = "delay-newmail"
mail_plugins = $mail_plugins imap_quota
mail_max_userip_connections = 50
}
> On Feb 28, 2020, at 8:21 AM, Esteban L <esteban at little-beak.com> wrote:
>
> Ok. That is a nice command.
>
> I am able to see connections. It doesn't
2019 Jan 27
1
auth-worker: Error: double free or corruption (fasttop)
Hi,
Sorry fo my late answer. The hole disty are stripped. I must first
rebuild all with debug symbols.
Here comes the complete gdb backtrace:
(gdb) bt full
#0 0x00007f49738486f7 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x00007f497384a091 in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x00007f497389220f in __libc_message () from
2018 Oct 15
1
Problems with qouta_clone plugin
On Mon, 2018-10-15 at 15:36 +0300, Aki Tuomi wrote:
>
> >
> > It is :)
> >
> > > protocol imap {
> > > mail_max_userip_connections = 1000
> > > mail_plugins = " quota notify replication imap_quota last_login
> > > quota_clone"
> > > }
>
> But that will only affect imap protocol. You should add it globally,
2019 Jun 06
3
Last Login Plugin Help
Hi,
I'm configuring Last_Login plugin whith Mysql back end and all works fine.
I just wonder to track besides time_stamp, user and domain, the remote
IP and proto (imap or pop3)
I tried in dovecot.conf:
plugin {
...
...
??? # Track last login time on imap and pop3
??? last_login_dict = proxy::lastlogin
??? last_login_key = last-login/%u/%d/%r
}
dict {
...
??? lastlogin =
2019 Apr 14
2
Fwd: Problem with solr working, but not indexing
2018 Oct 27
2
maildirlock time unit?
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 27 October 2018 at 21:32 Kris von Mach <
<a href="mailto:mach@swishmail.com">mach@swishmail.com</a>> wrote:
</div>
<div>
2019 Mar 21
3
dovecot.sieve shows up as a mailbox
Hello,
Config infos below.
Short version, I am getting this weird anomaly on my main email
account. Such that, "dovecot.sieve" is showing up as a mailbox in my
various email clients (e.g. k-9 (mobile), and Evolution).
I have tried deleting the "rogue folder" with doveadm, but it just
returns.
Anyone have any suggestions where I can track this down.
dovecot --version
2019 Mar 30
5
dovecot ssl error message from my own connections
Hello all,
Just a minor thing. Not a big deal, because everything works fine, and
I feel secure with my setup.
But, I get this error message pretty much throughout the day/night,
which appears to come from my own mail clients (desktop or mobile).
I would like to resolve it, because it must me something (that is not
good--that I may not understand), that may have other ramifications.
So, here it
2019 Jan 20
2
auth-worker service failed since recent MariaDB upgrade
Hello,
I rebuilt mariadb and dovecot with debug symbols.
The backtrace is this:
Program terminated with signal SIGABRT, Aborted.
#0 0x00007fb040e0cd7f in raise () from /usr/lib/libc.so.6
(gdb) bt full
#0 0x00007fb040e0cd7f in raise () from /usr/lib/libc.so.6
No symbol table info available.
#1 0x00007fb040df7672 in abort () from /usr/lib/libc.so.6
No symbol table info available.
#2
2019 Apr 11
2
auth-worker unknown user
pam(foobar at example.com,192.0.1.1,<9zMTUUCGNfHZzMpL>): unknown user (SHA1 of given password: ff75068c2f4d700a49dae204d56477a5ffa5d23d)
The password is correct, i.e. 'echo -n 'passed' | openssl dgst -sha1' matches.
The user is setup correctly in /etc/dovecot/users (the /etc/dovecot/users was copied from another known-good server, so the syntax is correct and appropriate
2020 Feb 27
0
max number of connections per ip
It's not behind a proxy (unless the router is acting as a proxy?). Could
it be that my router is doing some Hairpin NAT tomfoolery? The router is
generic, so I run into that from time to time with my webserver.
I tried doveadm who, but didn't see anything too peculiar. There is the
expect half dozen or so users on common IPs.
On 27.02.20 21:49, Aki Tuomi wrote:
> Is your server behind
2020 Feb 28
0
[EXT] Re: max number of connections per ip
Ok. That is a nice command.
I am able to see connections. It doesn't seem remotely close to 500,
though.
If I understand things correctly, dovecot makes connections PER folder,
and keeps making more connections via IDLE (I am not entirely sure how
idle works, other than it keeps sockets open)?
For example, in my case, I have about a dozen users, which combined
equals around 80 folders.
If
2019 Apr 12
2
Mailbox INBOX: Opening INBOX failed: Mailbox doesn't exist: INBOX. Maybe master user + namespace problem?
2019 Mar 20
2
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
fts_squat was deprecated in 2.1. There's a high likelihood it is buggy in a variety of ways in any recent Dovecot release.
michael
> On March 20, 2019 at 1:21 PM Benjamin Godbersen via dovecot <dovecot at dovecot.org> wrote:
>
> Hi everyone,
>
> I have now updated to dovecot 2.3.4.1 - unfortunately the issue still persists. Can anyone help me figure out if
2020 Feb 27
0
max number of connections per ip
I have tried a lot of different things, still no success. =(
here is my dove -n if anyone could help that would be great:
# 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.16 (fed8554)
# OS: Linux 4.9.0-12-amd64 x86_64 Debian 9.12
auth_debug = yes
auth_debug_passwords = yes
auth_mechanisms = plain login
auth_verbose = yes
auth_verbose_passwords = yes
mail_home =
2019 Jan 30
3
"unknown user - trying the next userdb" Info in log
On 30 Jan 2019, at 10:57 am, Stephan Bosch <stephan at rename-it.nl <mailto:stephan at rename-it.nl>> wrote:
>
> Op 30/01/2019 om 00:06 schreef James Brown via dovecot:
>>
>>> On 30 Jan 2019, at 9:24 am, Stephan Bosch <stephan at rename-it.nl <mailto:stephan at rename-it.nl>> wrote:
>>>
>>>
>>>
>>> Op 29/01/2019
2019 Jan 19
2
sieve issue after upgrad
i recently upgraded a server from dovecot 2.1 to 2.3
unfortunately sieve does not appear to be working. The user scripts have
not changed, and neither has the dovecont config. using managesieve
allows me to create new sieve files and setting one as default updates
the link in ~/ to point to the correct file, but the .dovecot.svbin file
is not changed (unless i run sievec
2018 Feb 24
2
Really slow IMAP performance
Please could you help me to understand and fix why my dovecot IMAP
performance is so bad? I've read through a lot of the
performance-related material on the website, but I don't think that any
of it could account for slowness at the level that I am seeing.
The simplest scenario is moving a message from my Inbox to another IMAP
folder. Using Gnus as the client, the whole UI freezes for