Displaying 20 results from an estimated 33 matches for "mail_vsize_bg_after_count".
2017 Mar 17
2
Meaning of "protocol !indexer-worker"
...orker {
# If folder vsize calculation requires opening more than this many
mails from
# disk (i.e. mail sizes aren't in cache already), return failure and
finish
# the calculation via indexer process. Disabled by default. This
setting must
# be 0 for indexer-worker processes.
#mail_vsize_bg_after_count = 0
}
I can see that indexer-worker is the index service in dovecot.
But I don't what the '!' means in front of the service name. Any who
can explain it to me?
--
Angel L. Mateo Mart?nez
Secci?n de Telem?tica
?rea de Tecnolog?as de la Informaci?n
y las Comunicaciones Aplicadas (A...
2019 Feb 14
1
Quota count and clone questions
...ing for the quota calculation to
finish when
# mails' vsizes aren't already cached. If this many mails are opened,
finish the
# quota calculation on background in indexer-worker process. Mail
deliveries will
# be assumed to succeed, and explicit quota lookups will return internal
error.
mail_vsize_bg_after_count = 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:
? quot...
2023 Mar 15
1
Bug with lmtp_save_to_detail_mailbox
> On 15/03/2023 13:12 EET Dejan <me at dejanstrbac.com> wrote:
>
>
> > lmtp_save_to_detail_mailbox = yes
>
> Plus-delivery conflicts with existing, reserved files such as
> "subscriptions":
>
> Message for kim+subscriptions@ results in:
>
> lmtp(kim@***.com)<14493><SK7sEvaHEWSdOAAAvAYmHA>: Error:
>
2020 Oct 27
2
imapsieve: setting imapsieve_url disables admin scripts
...ssl_dh = # hidden, use -P to show it
ssl_key = # hidden, use -P to show it
userdb {
? driver = prefetch
}
userdb {
? args = /etc/dovecot/dovecot-sql.conf.ext
? driver = sql
}
verbose_proctitle = yes
protocol lmtp {
? mail_plugins = quota fts fts_solr sieve
? ssl = no
}
protocol !indexer-worker {
? mail_vsize_bg_after_count = 100
}
protocol lda {
? mail_plugins = quota fts fts_solr sieve
}
protocol imap {
? mail_max_userip_connections = 30
? mail_plugins = quota fts fts_solr imap_quota imap_sieve
}
protocol sieve {
? mail_max_userip_connections = 10
}
2018 Mar 10
1
quota-status: Issues with uppercase recipient address
...tc/ssl/acme/mail.firc.de/cert.pem
ssl_dh_parameters_length = 2048
ssl_key = # hidden, use -P to show it
ssl_protocols = !SSLv3
userdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
protocol lmtp {
mail_plugins = acl fts fts_solr quota sieve
}
protocol !indexer-worker {
mail_vsize_bg_after_count = 100
}
protocol imap {
mail_max_userip_connections = 50
mail_plugins = acl fts fts_solr quota imap_sieve imap_acl imap_quota
plugin {
acl = vfile
}
}
protocol lda {
mail_plugins = acl fts fts_solr quota sieve quota
}
2017 Apr 03
0
Meaning of "protocol !indexer-worker"
...If folder vsize calculation requires opening more than this many mails from
> # disk (i.e. mail sizes aren't in cache already), return failure and finish
> # the calculation via indexer process. Disabled by default. This setting must
> # be 0 for indexer-worker processes.
> #mail_vsize_bg_after_count = 0
> }
>
> I can see that indexer-worker is the index service in dovecot.
>
> But I don't what the '!' means in front of the service name. Any who can explain it to me?
>
The '!' means the limit is enabled for all other services except indexer-worke...
2019 Sep 03
0
Quota count and clone questions
...#39; vsizes aren't already cached. If this many mails are opened,
>> finish the
>> # quota calculation on background in indexer-worker process. Mail
>> deliveries will
>> # be assumed to succeed, and explicit quota lookups will return
>> internal error.
>> mail_vsize_bg_after_count = 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...
2020 Oct 27
0
imapsieve: setting imapsieve_url disables admin scripts
...> userdb {
> ? driver = prefetch
> }
> userdb {
> ? args = /etc/dovecot/dovecot-sql.conf.ext
> ? driver = sql
> }
> verbose_proctitle = yes
> protocol lmtp {
> ? mail_plugins = quota fts fts_solr sieve
> ? ssl = no
> }
> protocol !indexer-worker {
> ? mail_vsize_bg_after_count = 100
> }
> protocol lda {
> ? mail_plugins = quota fts fts_solr sieve
> }
> protocol imap {
> ? mail_max_userip_connections = 30
> ? mail_plugins = quota fts fts_solr imap_quota imap_sieve
> }
> protocol sieve {
> ? mail_max_userip_connections = 10
> }
>
2017 Feb 20
9
v2.2.28 release candidate released
...pport automatically retrying failed queries if
execution_retry_interval and execution_retry_times are set.
+ doveadm: Added "mailbox path" command.
+ mail_log plugin: If plugin { mail_log_cached_only=yes }, log the
wanted fields only if it doesn't require opening the email.
+ mail_vsize_bg_after_count setting added (see example-config).
+ mail_sort_max_read_count setting added (see example-config).
- Index files: day_first_uid wasn't updated correctly since v2.2.26.
This caused dovecot.index.cache to be non-optimal.
- imap: SEARCH/SORT may have assert-crashed in
client_check_comman...
2017 Feb 20
9
v2.2.28 release candidate released
...pport automatically retrying failed queries if
execution_retry_interval and execution_retry_times are set.
+ doveadm: Added "mailbox path" command.
+ mail_log plugin: If plugin { mail_log_cached_only=yes }, log the
wanted fields only if it doesn't require opening the email.
+ mail_vsize_bg_after_count setting added (see example-config).
+ mail_sort_max_read_count setting added (see example-config).
- Index files: day_first_uid wasn't updated correctly since v2.2.26.
This caused dovecot.index.cache to be non-optimal.
- imap: SEARCH/SORT may have assert-crashed in
client_check_comman...
2023 Jan 16
1
Error: Mailbox INBOX: file_dotlock_create in directory /var/mail failed: Permission denied
...yes
location =
prefix =
}
passdb {
driver = pam
}
protocols = imap pop3
ssl_cert = </etc/dovecot/private/dovecot.pem
ssl_client_ca_dir = /etc/ssl/certs
ssl_dh = # hidden, use -P to show it
ssl_key = # hidden, use -P to show it
userdb {
driver = passwd
}
protocol !indexer-worker {
mail_vsize_bg_after_count = 100
}
On a different note we are getting error occasionally of the following
type. I dont know if they are related.
Jan 16 15:36:13 roundcube-internal-server-1 dovecot:
imap(xyz)<361270><aqauu17ycsvAqL8/>: Error: unlink(/var/mail/xyz.lock)
failed: Permission denied (in file-dotlo...
2017 Feb 22
0
v2.2.28 release candidate 2 released
...pport automatically retrying failed queries if
execution_retry_interval and execution_retry_times are set.
+ doveadm: Added "mailbox path" command.
+ mail_log plugin: If plugin { mail_log_cached_only=yes }, log the
wanted fields only if it doesn't require opening the email.
+ mail_vsize_bg_after_count setting added (see example-config).
+ mail_sort_max_read_count setting added (see example-config).
+ pop3c: Added pop3c_features=no-pipelining setting to prevent using
PIPELINING extension even though it's advertised.
- Index files: day_first_uid wasn't updated correctly since v2.2.2...
2017 Feb 22
0
v2.2.28 release candidate 2 released
...pport automatically retrying failed queries if
execution_retry_interval and execution_retry_times are set.
+ doveadm: Added "mailbox path" command.
+ mail_log plugin: If plugin { mail_log_cached_only=yes }, log the
wanted fields only if it doesn't require opening the email.
+ mail_vsize_bg_after_count setting added (see example-config).
+ mail_sort_max_read_count setting added (see example-config).
+ pop3c: Added pop3c_features=no-pipelining setting to prevent using
PIPELINING extension even though it's advertised.
- Index files: day_first_uid wasn't updated correctly since v2.2.2...
2017 Feb 24
2
v2.2.28 released
...pport automatically retrying failed queries if
execution_retry_interval and execution_retry_times are set.
+ doveadm: Added "mailbox path" command.
+ mail_log plugin: If plugin { mail_log_cached_only=yes }, log the
wanted fields only if it doesn't require opening the email.
+ mail_vsize_bg_after_count setting added (see example-config).
+ mail_sort_max_read_count setting added (see example-config).
+ pop3c: Added pop3c_features=no-pipelining setting to prevent using
PIPELINING extension even though it's advertised.
- Index files: day_first_uid wasn't updated correctly since v2.2.2...
2017 Feb 24
2
v2.2.28 released
...pport automatically retrying failed queries if
execution_retry_interval and execution_retry_times are set.
+ doveadm: Added "mailbox path" command.
+ mail_log plugin: If plugin { mail_log_cached_only=yes }, log the
wanted fields only if it doesn't require opening the email.
+ mail_vsize_bg_after_count setting added (see example-config).
+ mail_sort_max_read_count setting added (see example-config).
+ pop3c: Added pop3c_features=no-pipelining setting to prevent using
PIPELINING extension even though it's advertised.
- Index files: day_first_uid wasn't updated correctly since v2.2.2...
2019 Oct 14
0
Panic: file smtp-client-connection.c: line 1212 (smtp_client_connection_established): assertion failed: (!conn->connect_succeeded)
...ot-attributes
> mail_debug = yes
> mail_gid = dovecot-mail
> mail_home = /srv/mail/%d/%n
> mail_location = sdbox:~/
> mail_max_userip_connections = 20
> mail_plugins = " acl mail_crypt mail_log notify quota quota_clone
> replication"
> mail_uid = dovecot-mail
> mail_vsize_bg_after_count = 100
> managesieve_notify_capability = mailto
> managesieve_sieve_capability = fileinto reject envelope
> encoded-character vacation subaddress comparator-i;ascii-numeric
> relational regex imap4flags copy include variables body enotify
> environment mailbox date index ihave dupl...
2018 Sep 19
0
Problem getting quota-warning script to function.
...mails' vsizes aren't already cached. If this many mails are opened,
> finish the
> # quota calculation on background in indexer-worker process. Mail
> deliveries will
> # be assumed to succeed, and explicit quota lookups will return internal
> error.
> # (v2.2.28+)
> # mail_vsize_bg_after_count = 100
>
> plugin {
> ??? quota_grace = 10%%
> ??? # 10% is the default
> #??? quota_status_success = DUNNO
> #??? quota_status_nouser = DUNNO
> ??? quota_status_overquota = "552 5.2.2 Mailbox is full"
> ??? quota_vsizes = yes
> }
>
> service quota-status {...
2019 Jul 15
2
Error since Dovecot v2.3.7
...submission_relay_host = mail.iwascoding.com
submission_relay_port = 10025
submission_relay_ssl = smtps
userdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
protocol lmtp {
mail_fsync = optimized
mail_plugins = quota listescape fts fts_xapian sieve
}
protocol !indexer-worker {
mail_vsize_bg_after_count = 100
}
protocol lda {
mail_fsync = optimized
mail_plugins = quota listescape fts fts_xapian sieve
}
protocol imap {
imap_metadata = yes
mail_max_userip_connections = 40
mail_plugins = quota listescape fts fts_xapian imap_quota imap_zlib
}
protocol pop3 {
mail_max_userip_connections = 3...
2018 Dec 19
2
Fatal: master: service(indexer-worker): child 493 killed with signal 11 (core dumped)
...no
first_valid_gid = 8
first_valid_uid = 8
hostname = mail.usrpro.io
log_path = /dev/stderr
mail_access_groups = mail
mail_gid = mail
mail_home = /mail/%u
mail_location = maildir:/mail/%u
mail_plugins = " fts fts_lucene quota quota_clone zlib"
mail_privileged_group = mail
mail_uid = mail
mail_vsize_bg_after_count = 100
maildir_stat_dirs = yes
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date index ihave duplicat...
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