Displaying 20 results from an estimated 10000 matches similar to: "dovecot.sieve shows up as a mailbox"
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 Mar 21
0
dovecot.sieve shows up as a mailbox
This because you have a very common misconfiguration, which is that your mail_home and mail_location are pointing to same directory, and that lead into this problem.
Solution is of course to use:
mail_home = /var/mail/vmail/%d/%n
mail_location = maildir:~/Mail
Aki
> On 21 March 2019 16:48 Esteban L via dovecot <dovecot at dovecot.org> wrote:
>
>
> Hello,
>
> Config
2020 Feb 27
2
max number of connections per ip
I have been haunted by the following error message or months, that we
see using Thunderbird.
Unable to connect to your IMAP server.
You may have exceeded the maximum number of connections to this server.
If so, use the Advanced IMAP Server Settings dialogue to reduce the
number of cached connections.
If I change my location, via a VPN, the error message goes away and I
can connect.
I have
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
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 Nov 19
2
Dovecot can't log in Virtual user - please help
Hello
Im having issues login to dovecot using imap through telnet.
Im running Linux 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u1 (2019-09-20) x86_64 GNU/Linux
Im totally new to setting up mailservers. I havesetup a postfix for SMTP and it can receive emails. Postfix version is mail_version = 3.1.12
I have also installed Dovecot version:2.2.27 (c0f36b0) My configuration is such that POSTFIX is
2019 Mar 22
2
Send folder disappeared
Hello,
Dovecot 2.2.27
I have a strange issue, where my "Send" folder was absent in my
mailbox. It had been there before, fully functioning. Then, it was
gone.
I went into:
vi /etc/dovecot/conf.d/15-mailboxes.conf
And, noticed that my mailbox for Sent was no longer automatically
subscribed, so I changed it, and restarted dovecot.
> # For \Sent mailboxes there are two widely used
2019 Nov 20
1
Dovecot can't log in Virtual user - please help
Hello
Actually im not using PAM at all. So yes its true i could drop that.
But i see that you have put additional empty double colons in your passwd file which i didn't.
So maybe this is the issue?
I will try.
Thank you
________________________________
From: Aki Tuomi <aki.tuomi at open-xchange.com>
Sent: Tuesday, November 19, 2019 10:49 PM
To: Andrej Rehak <andrej.rehak at
2017 Mar 05
5
Transitioning away from mail_location = maildir:~
Hi,
I have been using this setup for years:
mail_home = /var/mail/vhosts/%d/%n
mail_location = maildir:~
I have since learned that mail_home and mail_location should be
different. I plan to use this:
mail_home = /var/mail/vhosts/%d/%n
mail_location = maildir:~/mail
I would like the transition to be transparent for my email clients. I
don't want mail/directories/sieve_scripts to
2019 Oct 01
2
Lost mails with sieve "duplicate" extension in case of failure
Hi!
we just experienced the following issue:
We have a global sieve_before script using the duplicate extension.
require ["duplicate", "imap4flags"];
if duplicate {
discard;
}
Now the storage of our mailbox store got full and lmtp deliveries
started to fail.
This resulted in logs like this:
Sep 25 16:14:56 mail-rc1 dovecot: lmtp(USERNAME): Error:
2018 Feb 22
2
replication and .dovecot.lda-dupes
Hi list,
this question was already posted a few years ago
(https://www.dovecot.org/list/dovecot/2014-November/098585.html). I
already asked the original queriest and he told me, that he never got an
solution or workaround but it was not important enough for him.
When using replication in conjunction with sieve vacations, the
.dovecot.lda-dupes file is not synced with the other server. So when
2017 Oct 28
2
Quota warning executable can not log to /dev/stdout
I'm running dovecot 2.2.27 in a alpine based docker container and want
to log to /dev/stdout. I therefore added this setting:
log_path = /dev/stdout
Logging works fine so far.
Now I've added a quota-warning script. With the log_path setting above
the script creates warnings like:
Oct 28 10:27:01 quota-warning: Error: Can't open log file /dev/stdout:
No such device or
2017 Sep 05
2
pam authentication
Sure :) thanks
cat /var/log/dovecot/[...]
Sep 05 13:26:02 auth: Debug: auth client connected (pid=30131)
Sep 05 13:26:02 auth: Debug: client in: AUTH 1 PLAIN
service=imap secured session=JK0Bfm9YuqfAqAFk
lip=192.168.1.100 rip=192.168.1.100 lport=143
rport=42938 resp=AG1heEBmdWNrYXJvdW5kLm9yZwBQYW5kb3JhMjAwMA==
(previous base64 data may contain
2019 Jan 06
3
Dovecot no logs by sieve user script
Dear mailinglist,
I have the problem that I had to migrate a setup and since then my user's sieve script does
no longer log anything.
I have sieve_user_log unset and sieve points to a folder (ready for ManageSievev service).
In the old config I had sieve point to the symlink and sieve_dir point to the folder of all
scripts. As sieve_dir is deprecated I use the sieve directive only (see
2019 Dec 01
3
Fast searching from android device with Dovecot/Maildir
Hello,
I am using dovecot as an imap server, mail is stored in mail directories.
Configuration is below.
One mail directory has about 14 Gb of mail in the inbox and .Sent
directories.
Searching from an Android phone with gmail is slow or doesn't work (it
times out).
Is there a configuration for Dovecot that can improve this? A better
e-mail client
for Android?
Thanks,
John
root at
2018 Feb 17
1
trying to enable sieve
i'm trying to enable sieve on my dovecot installation, but it seems i'm
missing something.
Managesieve is ok, i can mange script, but they have no effect at all
i've got no error in logs, but no filter is applied
here is my dovecot conf :
# 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.16 (fed8554)
# OS: Linux 4.9.0-4-amd64 x86_64 Debian 9.3 ext4
dict {
2018 Nov 14
2
huge increase in storage activity afther dovecot upgrade
Hi,
we upgraded our servers from version 2.2.13 to 2.2.27. After the upgrade we
notice a 10x increase in traffic with the nfs storage an errors like this
in the logfile:
Nov 12 09:48:16 mail dovecot: imap(...): Error: Corrupted index cache file
/.../dovecot.index.cache: invalid record size
Nov 12 09:48:16 mail dovecot: imap(...): Error:
unlink(/.../dovecot.index.cache) failed: No such file or