Displaying 20 results from an estimated 9000 matches similar to: "warning regarding quota and mboxes"
2013 Apr 07
1
[Dovecot-de] Dovecot Quota via policy service abfragen
Hallo Waffenmeister!
Ralf Hildebrandt <Ralf.Hildebrandt at charite.de> wrote:
> > Apr 7 14:07:52 delta postfix/qmgr[19078]: 1D8921B31260: from=<anmeyer at anup.de>, size=1492149, nrcpt=1 (queue active)
> > Apr 7 14:07:53 delta postfix/pipe[19091]: 1D8921B31260: to=<miles at anup.de>, relay=dovecot, delay=2542, delays=2542/0.01/0/0.29, dsn=4.3.0, status=deferred
2012 Dec 19
1
setting mail_home and vacation
Hello!
dovecot version 2.1.7
I set up vacation with sieve. We have mboxes and maildirs and in dovecot.conf
mail_location = mbox:/var/spool/vhosts/%d/dovecotprivate/%n:INBOX=/var/spool/vhosts/%d/%n
Error: User archiv at xyz.de doesn't have home dir set, disabling duplicate database
Dec 19 20:37:03 lda(archiv at xyz.de): Error: sieve: sieve script file path ~/.dovecot.sieve is relative to
2018 Dec 26
2
Problem with different certificates
Hello!
Dovecot manages different domains. Today I renewed the certifiactes from letsencrypt
and since that time, dovecot does not recognized the certs for different domains anymore:
This is part of my config:
ssl = yes
ssl_cert = < /etc/letsencrypt/live/bitcorner.de/fullchain.pem
ssl_key = < /etc/letsencrypt/live/bitcorner.de/privkey.pem
local 37.120.166.21 { # instead of IP you can also
2012 Dec 14
1
need help with dovecot-lda
Hello all!
Some month ago I upgraded our dovecot installation from version 1.0.5
to version 2.1.7 without having any trouble. Postfix is delivering
email directly per virtual transport to the maildirs and mailboxes of
the users in /var/spool/vhosts/domains/....
Now I want to use dovecot-lda and created a new entry in the master.cf
of postfix.
dovecot unix - n n - -
2012 Dec 04
1
Maidir layout : why and how ?
Hello Timo,
I've been using dovecot from many years now using Maildir mailbox format with
default layout (Maildir++, everthing in a single directory).
What would be the reason(s) to convert to Layout=fs ? I can only think of one :
to allow dots in mailbox names. And even in that case, I guess I still have the
option to use the litescape plugin.
Besides, how would one process to do the
2018 Jun 22
1
sievescript is not working
Benny Pedersen <me at mlfix.junc.eu> schrieb am 22.06.18 um 03:32:26 Uhr:
> ratatouille skrev den 2018-06-21 20:25:
>
> > # sieve-test ./managesieve.sieve ./testfile -D
> > sieve-test(andreas): Debug: sieve: Pigeonhole version 0.4.2
> > initializing
> > sieve-test(andreas): Debug: sieve: include: sieve_global_dir is not
> > set; it is currently not
2013 Mar 21
1
loop when I enable
Hello!
I have a nasty problem with a loop when I enable quota_warning. The
mailbox fills up with thousands of email within seconds. This happens
only with mbox'es retrieved with POP3.
2018 Jun 21
2
sievescript is not working
Hello!
I have a problem with a sieve-script which works for one domain but not for another one.
Both domains are hostet on the same server running dovecot and postfix.
This is the script that works:
require ["vacation"];
# rule:[Out of office]
if true
{
vacation :days 1 :addresses "a.meyer at nimmini.de" :subject "absent" "Ich bin nicht da.";
}
2013 Oct 18
2
Question to sieve symlink
Hello!
A Server running openSUSE 12.3 and dovecot version 2.1.13.
In the log I find
Oct 19 00:23:23 managesieve(anmeyer at anup.de): Warning: sieve-storage: Active sieve script symlink /var/spool/vhosts/anup.de/anmeyer/.dovecot.sieve is broken: invalid/unknown path to storage (points to /var/spool/vhosts/anup.de/anmeyer/.sieve/managesieve.sieve).
But the link is ok and when I login to roundcube
2008 Mar 28
2
mbox with sub-folders and messages?
Hi,
Is it possible to have dovecot configured to use mbox format and yet
have folders that contains sub-folders and messages? I'm thinking of
a simple setup where any files directory with extension .sbd are
presented to the IMAP client without the extension. So if you have a
mbox file named BOX01 and a directory name BOX01.sdb would show has one
on the client side (note: that is the way
2012 Jun 08
2
per user quota
Hello!
I activated quota
plugin {
quota = maildir:User quota
quota_rule = *:storage=1GB
# 10% of 1GB = 100MB
quota_rule2 = Trash:storage=+10%%
}
But when I want to do per user quota in the passwd-file
...vhosts/anup.de/anmeyer::userdb_mail=maildir:~/userdb_quota_rule=*:bytes=10G
I get this in the logfile and can't login:
Jun 08 22:25:52 imap(anmeyer at anup.de): Error:
2009 Apr 26
4
dovecot 1.2 plugin virtual and shared namespace with thunderbird
Hi Timo,
using latest dovecot 1.2 and latest thunderbird
i noticed if using virtual plugin
like here with mysql
http://wiki.dovecot.org/Plugins/Virtual
everthing works like expected
until i add a shared namespace
Tb then looses its subscriptions
under imap to the private namespace
only the shared namespace gets shown up , any idea?
I dont see something special in the logs why this happens
--
2009 Mar 21
1
dovecot with IMAP and POP3 mixed
Hello!
I tried to setup dovecot to work with IMAP and POP3 but when I connect
with Squirrelmail, I get an error saying CREATE "INBOX.Sent"
reason: Mailbox doesn't allow inferior mailboxes
# dovecot --version
1.0.5
# dovecot -n
# 1.0.5: /etc/dovecot/dovecot.conf
log_path: /var/log/dovecot
protocols: imap imaps pop3
ssl_disable: yes
login_dir: /var/run/dovecot/login
2005 May 30
4
Script to convert mboxes to maildirs?
Does anybody know of a script of a simple method of
converting mbox mail stores to maildirs? I'm moving
from an old pop3 system to imap and after installing
about half our office with mboxes have found that mbox
does not support subfolders which some people like to
use.
Is there any simple way of converting? I can go to
each individual account and "manually" convert swaping
data
2020 Sep 25
2
Shared folders using mbox format
Hi,
I'd like to create a shared folder to be used with an Outlook client
and a Thunderbird client. We're currently using mboxes.
I've read the documentation here about creating a shared folder:
https://wiki.dovecot.org/SharedMailboxes/Shared
It doesn't make reference to how to do this using mbox format. Is it
possible? Should we convert to Maildir? Perhaps there's a way to
2014 May 11
2
questions about process_limit
Hello all!
# dovecot --version
2.1.17
Sometimes I have this in the logfile:
May 11 16:55:52 master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped
May 11 17:35:03 master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped
May 11 17:36:27 master: Warning: service(imap-login): process_limit (100)
2005 Dec 31
1
Questions regarding quota
Hi,
I have some trouble trying to test the quota plugin.
First off all, it says in the wiki: "Dovecot 1.0 supports quota using a
quota plugin. It's currently discussed in Dovecot LDA page and it
supports only very simple quota calculation which is suitable only for
mboxes. Maildir++ quota support will come later."
Does that mean that it won't work at all with Maildir++, or
2018 Dec 27
0
Problem with different certificates
What problem are you seeing? It uses the correct SSL certs when I
connect.
prompt> gnutls-cli --port 993 mail.nimmini.de
Processed 149 CA certificate(s).
Resolving 'mail.nimmini.de:993'...
Connecting to '46.38.231.143:993'...
- Certificate type: X.509
- Got a certificate list of 2 certificates.
- Certificate[0] info:
- subject `CN=nimmini.de', issuer `CN=Let's Encrypt
2007 Apr 21
6
Mixing MBOX and Maildir?
Is it possible to have some folders be mbox and some be maildir format?
Why you might ask? Sometime for diagnostics I have the Exim MTA archive
certain messages in MBOX format and then I want to copy them into an
imao folder to look at them with Thunderbird. When I used MBOX all I had
to do was copy the file into a folder and it worked. So what I'd like to
do is have a folder with a
2009 Jan 07
4
v1.1.8 released
http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz.sig
Most importantly mbox bugfixes. v1.1 should finally be as stable with
mboxes as it was with v1.0. Hopefully we'll also soon have the first
v1.2 beta release and the final v1.2.0 somewhat soon after that.
- mbox: Several bugfixes. Fixes "next message unexpectedly lost"