Displaying 20 results from an estimated 10000 matches similar to: "How to interpret quota log entries?"
2008 Aug 04
1
Quota does not apply.
Hello list:
I am try to run quota plugin but only works a part.
The users are virtual and his homedir and mbox are in NFS server, INDEX files are in local disk.
Quota only is applied to global home, if I configure a low global quota and sent an mail to my e-mail, quota works fine, mail is temporally deferred.
But, if I configure a high global quota and a small quota for INBOX, sent a mail that
2008 Oct 01
1
Unknown dict module: mysql
Hi
I'm trying to set up the dict/expiry plugins, but the dict server always
tells me it can't find the modules although they should be there and
compiled in.
System is: Centos 5.2 64 bit, Using rpm from
http://atrpms.net/dist/el5/dovecot/
dovecot --version
1.1.3
Relevant config:
dict {
quotadict = mysql:/etc/dovecot-dict-quota.conf
expire = mysql:/etc/dovecot-dict-expire.conf
}
2009 Mar 16
2
v1.2.beta2: Fatal: io_loop_handle_add: epoll_ctl(1, 10): Bad file descriptor
Hi Timo,
I'm playing with Dovecot v1.2.beta2 currently. When the dict process was
started via deliver(?) and Dovecot is killed (kill $PID_OF_DOVECOT)
after delivering only one message, it logs:
Fatal: io_loop_handle_add: epoll_ctl(1, 10): Bad file descriptor
If the dict process was not started or deliver has delivered more than
one message, the error doesn't occur.
I'm not using
2009 Jan 22
2
Sieve filters forwarding erratic after upgrade to 1.1.8
On 22.01.2009 20:42 David Anderson wrote:
> Upon upgrading Dovecot from 1.1.7 to 1.1.8, one of my sieve filters
> (generated with avelsieve) no longer works.
Please show the filter rule.
> The filter is intended to redirect to another address when the header
> from contains something like @example.com. However, it simply never
> performs the redirection.
Here it works:
Jan 22
2012 Oct 10
1
I need a quota expert
I'm having problems with dovecot quota configuration.
If I Include the driver mysql in dovecot-sql.conf I'm getting this error:
dovecot: dict: Error in configuration file /etc/dovecot/dovecot-sql.conf line 1: Unknown setting: driver
dovecot: dict: Failed to initialize dictionary 'quotadict'
If I Don't include it:
dovecot: auth(default): Fatal: sql: driver not set in
2009 May 12
2
Deliver hangs after reloading the Dovecot configuration
Hello Timo,
deliver hangs after reloading the Dovecot configuration.
How to reproduce:
1. start dovecot
2. deliver a message via deliver
3. modify dovecot.conf:plugin {quota_rule}
4. kill -HUP $PID_of_dovecot
5. deliver the next message via deliver
Dovecot v1.2.beta2 died in this case with a panic:
file dict-process.c: line 152 (dict_listener_input): assertion failed:
2013 Mar 05
1
Maildir or Mdbox and expunge messages.
Hello.
I tested dovecot's work with expunge messages on Mdbox over strace (see
at tail of message). As I can see dovecot process opens old storage m.*
file, reads it content, opens new temporary file, writes in this one
content and rename this new one to m.(*+1).
How fast this algorithm works on system with about 10000 users and 5Tb
data? I will use mdbox_rotate_interval for delayed expunge
2009 Jan 19
0
Reject message if user is over quota. 2/3 solution for Postfix w/ PostgreSQL
Hi,
according to the both discussions in the last few days I've tried to
find a solution for Postfix with a PostgreSQL back-end.
Its working nice for regular recipient addresses like user at example.com
and addresses with an extension like user+foo at example.com.
Alias addresses are currently ignored.
* An alias may expand into multiple destinations. If one of this
destinations is
2009 Feb 19
1
dict quota
Hi
Actually I use quota. But I would like to use dict quota car with dict
quota it is possible to view the used quota.
But I do not understand the configuration off dict quota.
if the quota is stored in mysql wich do I have to specify quota values
in plugin section as chown in the dovecot web site? exemples:
dict {
quotadict = mysql:/etc/dovecot-dict-quota.conf
}
plugin {
# v1.0: 10MB and
2010 Oct 13
1
dovecot-lda segfaults (debug)
Hello list,
When trying to deliver a big message (which over-quota user limit), I always get segmentation faults.
Others common delivers work fine. This only happens with messages,
which over-quota user limit.
Here is more details:
/var/log/maillog:
...
** user at fakedomain.ua R=virtual_user T=dovecot_virtual_delivery: Child process of dovecot_virtual_delivery transport (running command
2010 May 10
2
per domain quota
Hi
I'am using dovecot with quota_rule stored in mysql user table, and quota
usage stored in mysql dict
###### Quota #############
dict {
quotadict = mysql:/usr/local/etc/dovecot-quota.conf
}
plugin {
quota = dict:user::proxy::quotadict
quota_rule2 = Trash:storage=10%%
quota_rule3 = Sent:ignore
#quota_rule = *:storage=10M
}
###################################
2011 Mar 16
1
dovecot 1.2 quota with local users
Hello,
I got problem with setting quota from mysql for local users. In database
are only information with quota. Password are store in passwd/shadow.
My database have only simple info like in wiki description. Table created
with:
CREATE TABLE quota (
username varchar(100) not null,
bytes bigint not null default 0,
messages integer not null default 0,
primary key (username)
);
In
2014 Jul 16
0
Resource Temporarily Unavailable on replicator-doveadm
We're running 2.2.13 on two servers with replication. Still trying to get
my replication tweaked correctly and I?m noticing a bunch of these errors
for the same users over and over again:
dsync-server(user at host.com): Error:
write(/var/run/dovecot/replicator-doveadm) failed: Resource temporarily
unavailable
The 5-7 that I see all have quite a number of individual mailboxes (20+),
I?m
2014 Oct 27
1
doveadm throws Panic: file dsync-mailbox-tree-fill.c: line 65
Running 2.2.15 on FreeBSD 10.0.
Forcing replication with: doveadm replicator replicate -f user at host.com
on one user that I've seen some syslogs show up to see what's going on.
Other users are fine.
When I run the above command on the one user it produces a core dump. See
below for syslog output and full backtrace:
syslog output:
Oct 26 22:44:09 d3cstorage dovecot: dsync-server(user
2013 Apr 02
1
LDAP: error with iterate_query
Hello.
Used 2.2.rc3.
Try LDAP search:
# ldapsearch -LLL -D "uid=dovecot,ou=Services,o=m" -b "ou=C,o=m" -w 1 -s
subtree "(objectClass=mailUser)" mail
dn: uid=test,dc=m.u,ou=C,o=m
mail: test at m.u
dn: uid=basov,dc=m.u,ou=C,o=m
mail: basov at m.u
mail: wow at m.u
dn: uid=postmaster,dc=m.u,ou=C,o=m
mail: postmaster at m.u
dn: uid=ogo,dc=rest.com,ou=C,o=m
mail: ogo
2009 Feb 03
1
dict, quota, mysql and postfixadmin
Hello all
I am trying to get quota working with dict and mysql but i get an error.
This is my dovecot.conf file ( relevant part ) i hope ;-)
######################
protocol imap {
listen = *:143
imap_client_workarounds = delay-newmail outlook-idle netscape-eoh
tb-extra-mailbox-sep
imap_max_line_length = 65536
mail_plugins = quota imap_quota
}
protocol pop3 {
listen = *:110
2008 Sep 26
2
imap-quota not working
Hello,
imap-quota plugin always returns empty quota:
a1 GETQUOTA ""
* QUOTA "" ()
a1 OK Getquota completed.
a2 GETQUOTAROOT INBOX
* QUOTAROOT "INBOX"
a2 OK Getquotaroot completed.
quota_rule and quota_rule2 for this user are defined in db as following:
'*:storage=5000000'
'*:messages=50000'
Quota for LDA is working OK.
I am using
2010 Apr 09
1
Dovecot 1.2.11, Quota and SQL
Hello,
I have a problem :(...
I try to define User Quotas in Dovecot (in my DB mySQL) but default
quotas (in my dovecot.conf) are always set for all users.
I've defined default quota to 500M. I set 0 to one account in my DB but
when i see my logs, this account have a 500M quota !
Could you help me ?
My configuration :
# 1.2.11: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.18-xenU i686
2016 Dec 16
1
service(indexer-worker): child 18977 killed with signal 11 (core dumped)
Hello to everybody,
first of all: thanks a lot for your hard work and for this nice piece
of software!
After many search about the following SIGSEGV, I decide to post the backtrace
and I hope to have avoided duplicated thread.
The problem arise after I enable clucene fts. I tryed the clucene ports version
(I am using OpenBSD) and a fixed version from github
(Blue-Rocket/clucene::feature/pod)
2013 Mar 03
1
tcpwrap: Fatal: master: service(tcpwrap): child $PID killed with signal 11
Hi Timo,
today I've started Dovecot v2.2.rc2 (976bf9e69367) for the first time.
/var/log/mail.log:
Mar 3 14:28:33 mail dovecot: master: Dovecot v2.2.rc2 (976bf9e69367) starting up
Mar 3 14:28:38 mail dovecot: master: Error: service(tcpwrap): command startup failed, throttling for 2 secs
Mar 3 14:28:38 mail dovecot: tcpwrap: Fatal: master: service(tcpwrap): child $PID killed with signal