Displaying 8 results from an estimated 8 matches for "excedida".
2011 Jan 13
1
Quota_rule in dovecot 1.1
...I configured my dovecot.conf to leave the "TRASH" folder outside the "quota",
but without
success ...
How do I proceed to give effect to my setup?
My dovecot.conf:
plugin {
quota = maildir
quota2 = maildir:user quota
*quota_rule = Trash:ignore*
quota_exceeded_message = Quota excedida. Por favor, exclua alguns emails!
quota_warning = storage=95%% /usr/local/bin/quota-warning.sh 95
quota_warning2 = storage=80%% /usr/local/bin/quota-warning.sh 80
}
My dovecot-sql.conf:
driver = mysql
connect = host=localhost dbname=mail user=mail password=mail
# The new name for MD5 is MD5-CRYPT...
2007 May 23
3
deliver rejection message
Currently the typical rejection message is:
---------
Your message was automatically rejected by Dovecot Mail Delivery Agent.
The following reason was given:
Quota exceeded.
---------
Then there is MDN + message headers in other MIME parts. But of course
there sucky clients that can't display MDNs and users get confused.
Any suggestions how to improve this message? I'm not sure if the
2011 Feb 28
1
Dovecot+Postfix+Mysql+quotas doesn't work
Hi !
I'm using postfix with mysql, dovecot and squirrelmail for WEBMAIL
In my dovecot.conf I've:
plugin {
quota = maildir:User quota
quota2 = maildir:Shared quota:ns=Public/
quota_rule = *:storage=400M
quota_rule2 = Trash:storage=100M
quota_exceeded_message = Quota excedida. Por favor, exclua alguns emails!
quota_warning = storage=95%% /usr/local/bin/quota-warning.sh 95
quota_warning2 = storage=80%% /usr/local/bin/quota-warning.sh 80
}
In my webmail, he informs me that I'm using the percentage of quota. But I
can't make the TRASH folder is ignored. That is, I...
2016 Sep 12
5
Sieve filtering SPAM and redirect
...ssdb {
? driver = pam
}
passdb {
? args = /etc/dovecot/dovecot-ldap.conf.ext
? driver = ldap
}
plugin {
? mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
? mail_log_fields = uid box msgid size
? quota = maildir
? quota_exceeded_message = Cota de armazenamento de e-mails excedida.  
Quota exceeded for mail store.
? quota_warning = storage=95%% quota-warning 95 %u
? quota_warning2 = storage=85%% quota-warning 85 %u
? quota_warning3 = storage=75%% quota-warning 75 %u
? sieve = ~/.dovecot.sieve
? sieve_before = /var/lib/dovecot/sieve/default.sieve
? sieve_default = /var/lib/do...
2008 Dec 10
3
Segfault on antispam plugin
...x/private/auth
      mode: 432
      user: postfix
      group: postfix
    master:
      path: /var/run/dovecot/auth-master
      mode: 384
      user: vmail
      group: vmail
plugin:
  sieve: ~/.dovecot.sieve
  acl: vfile:/etc/dovecot/dovecot-acls
  quota: maildir
  quota_exceeded_message: Quota excedida (caixa de entrada cheia)
  quota_rule: *:storage=100MB
  quota_rule2: Trash:storage=20%%
  quota_rule3: Spam:ignore
  quota_warning: storage=95%% /usr/libexec/dovecot/quota_warning.sh %u 95
  quota_warning2: storage=80%% /usr/libexec/dovecot/quota_warning.sh %u 80
  antispam_spam: Bloqueados
  anti...
2018 Apr 16
1
LDAP Homedir location: Needs dovecot restart after change it
...db {
   ? args = /etc/dovecot/dovecot-ldap.conf.ext
   ? driver = ldap
   }
   plugin {
   ? mail_log_events = delete undelete expunge copy mailbox_delete  
mailbox_rename
   ? mail_log_fields = uid box msgid size
   ? quota = maildir
   ? quota_exceeded_message = Cota de armazenamento de e-mails  
excedida. Quota exceeded for mail store.
   ? quota_warning = storage=95%% quota-warning 95 %u
   ? quota_warning2 = storage=85%% quota-warning 85 %u
   ? quota_warning3 = storage=75%% quota-warning 75 %u
   ? sieve = ~/.dovecot.sieve
   ? sieve_before = /var/lib/dovecot/sieve/default.sieve
   ? sieve_defau...
2011 Dec 14
2
Quota warnings not being sent
Hello,
I am running dovecot-2.0.13-1_128.el5 x86_64 RPM on CentOS 5.7 with the 
config shown below.
All accounts are virtual, hosted on LDAP Server.
My problem is that the quota warning mail is not sent as expected.
For example, in the logs I get:
Dec 12 08:42:40 vmail dovecot: lda(imaptester): Error: quota: 
net_connect_unix(/var/run/dovecot/quota-warning) failed: Permission 
denied
2016 Sep 12
2
Sieve filtering SPAM and redirect
....ext
>> ? driver = ldap
>> }
>> plugin {
>> ? mail_log_events = delete undelete expunge copy mailbox_delete
>> mailbox_rename
>> ? mail_log_fields = uid box msgid size
>> ? quota = maildir
>> ? quota_exceeded_message = Cota de armazenamento de e-mails excedida.
>> Quota exceeded for mail store.
>> ? quota_warning = storage=95%% quota-warning 95 %u
>> ? quota_warning2 = storage=85%% quota-warning 85 %u
>> ? quota_warning3 = storage=75%% quota-warning 75 %u
>> ? sieve = ~/.dovecot.sieve
>> ? sieve_before = /var/lib/dovec...