search for: quota_vsizes

Displaying 20 results from an estimated 108 matches for "quota_vsizes".

2017 Jan 24
2
Quota count does not work with lock_method=dotlock
On 24.01.2017 11:13, Tom Sommer wrote: > On 2017-01-18 15:27, mkliewe at gmx.de wrote: > >> dovecot crashes when I switch the quota tracking from dict to count. > > I have the same problem, but I use 'dict:file' as quota backend - > Maybe the error is due to quota_vsizes and not 'count'. > > // Tom Sommer Hi! What version of dovecot are you both using? Aki
2017 Jan 18
2
Quota count does not work with lock_method=dotlock
...dict:User quota::proxy::quota I'm using a mysql quota dictionary. Now I want to switch to the new "quota count" + "quota clone" combination. I'm loading the "quota_clone" plugin, and: #quota = dict:User quota::proxy::quota quota = count:User quota quota_vsizes = yes quota_clone_dict = proxy::quota It works on a maschine where I'm using NFS with lock_method=fcntl. It's crashing on another maschine where I'm using NFS with lock_method=dotlock. See below. Sadly I have to use dotlock, because of the NFS server. It looks like quota count...
2017 Jan 24
1
Quota count does not work with lock_method=dotlock
...e: >>> On 2017-01-18 15:27, mkliewe at gmx.de wrote: >>> >>>> dovecot crashes when I switch the quota tracking from dict to count. >>> >>> I have the same problem, but I use 'dict:file' as quota backend - >>> Maybe the error is due to quota_vsizes and not 'count'. >>> >>> // Tom Sommer >> >> Hi! >> >> What version of dovecot are you both using? > > 2.2.27 (c0f36b0) A gdb bt full would help if possible. See https://dovecot.org/bugreport.html for more details Aki Aki
2018 Sep 16
3
Quotas not working with roundcube
Hello, I'm trying to have quotas working with roundcube. When I'm logged into roundcube I see 0% quota which seems to correspond to disabled. However I did everything that I could to enable quotas https://wiki.dovecot.org/Quota # doveconf -n auth_mechanisms = cram-md5 loginauth_verbose = yes debug_log_path = /tmp/dovecot.log first_valid_uid = 1000 log_path = /var/log/dovecot.log
2019 Aug 11
2
doveadm / vsize
Hi, i want to keep track of user mailbox size, I'm using doveadm mailbox status -u <user> vsize INBOX for a given mailbox this is under reporting ( by a lot) is this recursive? what shoud i be using to get an accurate disk usage metric? thanks Paul. -- ------------------------- Paul Macdonald IFDNRG Ltd Web and video hosting ------------------------- t: 0131 5548070 m:
2018 Sep 17
2
Quotas not working with roundcube
...t find any info on quota = in the wiki. Please update: https://wiki2.dovecot.org/Quota :) Thanks, Reio On 17/09/2018 08:57, Aki Tuomi wrote: > You did everything except actually enable quota... =) > > Try adding this to your configuration > > quota = count:User quota > quota_vsizes = yes > > inside the plugin {} section. > > Aki > >> On 16 September 2018 at 21:58 Mik J <mikydevel at yahoo.fr> wrote: >> >> >> Hello, >> >> I'm trying to have quotas working with roundcube. >> When I'm logged into roundcube I...
2017 Apr 14
2
several misc questions, public folders and sharing, quota, ssl
...psieve_mailbox1_causes = COPY > imapsieve_mailbox1_name = Spam > imapsieve_mailbox2_before = file:/usr/lib/dovecot/sieve/report-ham.sieve > imapsieve_mailbox2_causes = COPY > imapsieve_mailbox2_from = Spam > imapsieve_mailbox2_name = * > quota = count:User quota > quota_vsizes = yes > recipient_delimiter = + > sieve = ~/.dovecot.sieve > sieve_dir = ~/sieve > sieve_extensions = +notify +imapflags > sieve_global_extensions = +vnd.dovecot.pipe +vnd.dovecot.execute > sieve_pipe_bin_dir = /usr/lib/dovecot/sieve > sieve_plugins = sieve_imapsi...
2016 Aug 24
2
maildirsize not correct
Thanks, but this is most probably different issue. My maildirsize is computed incorrectly even if I delete it completely and let dovead recompute it so expunging is not in the game. Is there any way how to track/debug the recomputation algorithm in dovecot? On Wed, Aug 24, 2016 at 12:02 AM, WJCarpenter <bill-dovecot at carpenter.org> wrote: > A long shot, but here's how I
2019 Feb 14
1
Quota count and clone questions
...ount = 100 seems to belong in 10-mail.conf.? That is where those var are shown. But: plugin { ? # 10MB quota limit ? quota = count:User quota ? quota_rule = *:storage=10M ? # This is required - it uses "virtual sizes" rather than "physical sizes" for quota counting: ? quota_vsizes = yes } I am having problems with.? Right now for quota I have: plugin { ??????? quota = dict:user::proxy::sqlquota ??????? trash = /etc/dovecot/dovecot-trash.conf.ext } How do I reconcile these two? Then for clone:? https://wiki.dovecot.org/Plugins/QuotaClone how does: mail_plugins = $mail...
2017 Apr 14
0
several misc questions, public folders and sharing, quota, ssl
...vecot/sieve/report-spam.sieve imapsieve_mailbox1_causes = COPY imapsieve_mailbox1_name = Spam imapsieve_mailbox2_before = file:/usr/lib/dovecot/sieve/report-ham.sieve imapsieve_mailbox2_causes = COPY imapsieve_mailbox2_from = Spam imapsieve_mailbox2_name = * quota = count:User quota quota_vsizes = yes recipient_delimiter = + sieve = ~/.dovecot.sieve sieve_dir = ~/sieve sieve_extensions = +notify +imapflags sieve_global_extensions = +vnd.dovecot.pipe +vnd.dovecot.execute sieve_pipe_bin_dir = /usr/lib/dovecot/sieve sieve_plugins = sieve_imapsieve sieve_extprograms stats_refre...
2019 Oct 11
2
Panic: file smtp-client-connection.c: line 1212 (smtp_client_connection_established): assertion failed: (!conn->connect_succeeded)
...il_crypt_save_version = 0 mail_log_events = copy delete expunge flag_change mailbox_create mailbox_delete mailbox_rename undelete save mail_log_fields = uid box msgid size from subject mail_replica = tcps:mda1-1.example.com quota = count quota_clone_dict = proxy::quota quota_rule = *:bytes=0 quota_vsizes = yes sieve = file:~/sieve;active=~/.dovecot.sieve sieve_after = /etc/dovecot/sieve- after sieve_before = /etc/dovecot/sieve-before sieve_global_extensions = +vnd.dovecot.pipe sieve_pipe_bin_dir = /usr/bin/ sieve_plugins = sieve_extprograms sieve_imapsieve}postmaster_address = postmaster at e...
2017 Apr 14
0
several misc questions, public folders and sharing, quota, ssl
...> imapsieve_mailbox1_name = Spam > > imapsieve_mailbox2_before = file:/usr/lib/dovecot/sieve/report-ham.sieve > > imapsieve_mailbox2_causes = COPY > > imapsieve_mailbox2_from = Spam > > imapsieve_mailbox2_name = * > > quota = count:User quota > > quota_vsizes = yes > > recipient_delimiter = + > > sieve = ~/.dovecot.sieve > > sieve_dir = ~/sieve > > sieve_extensions = +notify +imapflags > > sieve_global_extensions = +vnd.dovecot.pipe +vnd.dovecot.execute > > sieve_pipe_bin_dir = /usr/lib/dovecot/sieve >...
2020 Oct 27
2
imapsieve: setting imapsieve_url disables admin scripts
...psieve/report-spam.sieve ? imapsieve_mailbox3_causes = COPY ? imapsieve_mailbox3_name = Junk2 ? imapsieve_mailbox4_before = file:~/sieve/IMAP-Sent.sieve ? imapsieve_mailbox4_causes = APPEND COPY ? imapsieve_mailbox4_name = Sent ? quota = count:User quota:noenforcing ? quota_rule = *:storage=5120M ? quota_vsizes = yes ? sieve = file:~/sieve;active=~/.dovecot.sieve ? sieve_before = /etc/dovecot/sieve-global/fileinto-spam.sieve ? sieve_global_extensions = +vnd.dovecot.pipe +vnd.dovecot.environment ? sieve_pipe_bin_dir = /usr/local/lib/imapsieve ? sieve_plugins = sieve_imapsieve sieve_extprograms } pop3_fast_...
2017 Apr 14
4
several misc questions, public folders and sharing, quota, ssl
Hello, I'm running dovecot 2.29 on a freebsd 10.3 system. I'm wanting to optimize how the system is running and have a few misc questions. First ssl, is my cipher list good? I'm trying for pfs and wanting to ensure these cipherlist is appropriate: ssl_cipher_list = EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH Next, a new feature that I'm trying for is virtual folders that
2018 Mar 10
1
quota-status: Issues with uppercase recipient address
...e imapsieve_mailbox2_causes = COPY imapsieve_mailbox2_from = Junk imapsieve_mailbox2_name = * quota = count:User quota quota_grace = 10%% quota_rule2 = Trash:storage=+100M quota_status_nouser = DUNNO quota_status_overquota = 552 5.2.2 Mailbox is full quota_status_success = DUNNO quota_vsizes = yes sieve = /srv/mail/%d/%n/dovecot.sieve sieve_default = /srv/mail/dovecot/default.sieve sieve_extensions = +spamtest +spamtestplus sieve_global_extensions = +vnd.dovecot.pipe sieve_pipe_bin_dir = /usr/local/etc/dovecot/sieve sieve_plugins = sieve_imapsieve sieve_extprograms sieve_...
2016 Nov 30
0
Quota Clone not tracking unlimited quota
...case of unlimited quota(quota_rule = *:bytes=0) - Count quota is updating values * - Quota Clone plugin is not updating values in redis.* We have configured dovecot as mail_plugins = $mail_plugins quota quota_clone mail_log notify mailbox_list_index = yes plugin { quota = count:User quota quota_vsizes = yes quota_rule = *:bytes=0 quota_clone_dict = redis:host=127.0.0.1:port=6379 } -- Sincerely, Prakash P. Autade.
2017 Jan 24
0
Quota count does not work with lock_method=dotlock
On 2017-01-18 15:27, mkliewe at gmx.de wrote: > dovecot crashes when I switch the quota tracking from dict to count. I have the same problem, but I use 'dict:file' as quota backend - Maybe the error is due to quota_vsizes and not 'count'. // Tom Sommer
2017 Jan 24
0
Quota count does not work with lock_method=dotlock
...11:13, Tom Sommer wrote: >> On 2017-01-18 15:27, mkliewe at gmx.de wrote: >> >>> dovecot crashes when I switch the quota tracking from dict to count. >> >> I have the same problem, but I use 'dict:file' as quota backend - >> Maybe the error is due to quota_vsizes and not 'count'. >> >> // Tom Sommer > > Hi! > > What version of dovecot are you both using? 2.2.27 (c0f36b0)
2017 Apr 11
1
How to use quota with dovecot
Hello,Thank you to both of you for your answers.I just use imap.I'm going to look at your examples and 15-lda.confHave a nice week Le Dimanche 9 avril 2017 17h44, chaouche yacine <yacinechaouche at yahoo.com> a ?crit : On Saturday, April 8, 2017 9:47 AM, Mik J <mikydevel at yahoo.fr> wrote: > Then commented out in 90-quota.conf > >quota_rule = *:storage=1G >
2017 Jun 05
0
quota clone + mysql + duplicate key
...on ? The relevant part of the config : dict { sqlquota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext } plugin { quota = count:User quota quota_clone_dict = proxy::sqlquota quota_exceeded_message = Quota for this mail account has been exceeded, please try again later. quota_grace = 1M quota_vsizes = yes } map { pattern = priv/quota/storage table = quota username_field = username value_field = bytes } map { pattern = priv/quota/messages table = quota username_field = username value_field = messages } Dimos