similar to: Send folder disappeared

Displaying 20 results from an estimated 10000 matches similar to: "Send folder disappeared"

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 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
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
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
2019 Mar 23
0
Send folder disappeared
> On 23 March 2019 01:59 Esteban L via dovecot <dovecot at dovecot.org> wrote: > > > 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,
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
2020 Feb 09
5
Email Server Backup Strategy
Hello, Was thinking it would be wise to backup my server, in case anything "bad" ever happened, so that I could quickly get up to speed. 1. clone the whole drive -- which might be the best to ensure I keep the whole system working. 2. But, what about, if I just wanted to backup my Email server components? Postfix - which I think is just config files, and Dovecot - I think there is a
2016 Mar 23
2
attachement disappeared
Gentelmen, Is it possible for the attachment to dissappear? I've got an important email with a file attached and today the attachement is absent. -- Best regards, Sergey Schwartz Senior System Administrator Biblio Globus Tour Operator www.bgoperator.ru T: +7 495 5042500 ext 1532 E: sergey.schwartz at bgoperator.com
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 Jul 07
4
Dovecot Maildirs multi language
Hello, I'm hosting a few customers on a dovecot Server. Most users speak german and have german as their main language. I configured the IMAP Foldernames in a Dovecot configuration file like this: ##### root at srv04:~# cat /etc/dovecot/conf.d/105-mailboxes.conf imap_capability = +XLIST namespace inbox { inbox = yes location = separator = / mailbox "Entw?rfe" { auto
2018 May 19
2
Cannot delete folder
This sounds more like misconfiguration to me. Can you provide doveconf -n and full output of namei -vl /full/path/to/mailbox ---Aki TuomiDovecot oy -------- Original message --------From: Yves Goergen <nospam.list at unclassified.de> Date: 19/05/2018 18:51 (GMT+02:00) To: Dovecot Mailing List <dovecot at dovecot.org> Subject: Re: Cannot delete folder The issue still exists. Can
2013 Feb 05
4
Per user special-use folder names
Hi all, let me ask a question, please. Is it possible in dovecot to set up per user special-use folder names? Imagine situation with two users where first prefere another language that second. mailbox Sent { special_use = \Sent } for english speaking users and mailbox "Odeslan? po?ta" { special_use = \Sent } for czech speaking users. Thanks for your answers. Radek
2011 Dec 02
8
IMAP SPECIAL-USE extension
It's implemented now in dovecot-2.1 hg. It also deprecates autocreate plugin (but it still works the old way). The idea is that you can now do e.g.: mailbox Trash { auto = no special_use = \Trash } mailbox Drafts { auto = no special_use = \Drafts } mailbox Sent { auto = subscribe # autocreate, autosubscribe special_use = \Sent } mailbox Spam { auto = create # autocreate, but
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
2018 Mar 20
4
Fwd: Everything works except sending mail
Hi people, Version of my beloved Dovecot installation: 2.2.27 (c0f36b0) I moved from a OS X server to a Linux (Ubuntu) Headless server. All fun and good to play around with. Love almost everything. In the combination with Postfix and Dovecot I?m stuck to despair into oblivion. Everything works except I cannot send mail from my (OS X) Outlook client I keep getting: Connection to the
2019 Mar 17
2
How to create sent items, drafts and so on
Forgot to mention, you can also use 'auto=subscribe' to create & subscribe to the folders automatically. Aki > On 17 March 2019 12:17 Aki Tuomi via dovecot <dovecot at dovecot.org> wrote: > > > You can also tell dovecot to create the folders: > > > namespace { > inbox = yes > mailbox Sent { > auto=create > } > mailbox Trash
2015 Jun 30
2
Outlook 2013 not fetching new mail/synchronization issues
Am 30.06.2015 um 13:06 schrieb Dragos Pacher: > There is also an antivirus running on client with antispam module. I will > try to disable it and see > if there is any change. > > Pacher Dragos yeah most problems are depend to such software Best Regards MfG Robert Schetterer -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstra?e 15, 81669 M?nchen Sitz der
2020 Jun 07
2
How to use dovecot only as POP3 server / prevent it from creating .imap directories?
Dear all, on our mail server, I let sendmail deliver incoming messages to a file in mbox format called "inbox" in each user's home directory. Now I would like to use dovecot as POP3 server so that users can let their MUA download their messages via POP3. I do not want to use any IMAP functionality. The POP3 part works with the configuration shown below, but nevertheless there is a