Displaying 20 results from an estimated 130 matches for "imap_stats".
2012 Jul 09
1
configuring imap_stats
Hi,
i'm trying to configure imap_stats like it's documented in the wiki:
http://wiki2.dovecot.org/Statistics. But as soon as i activate the
imap_stats plugin i get the following error message trying to login via
imap:
dovecot: imap: Error: Can't load plugin imap_stats_plugin: Plugin stats
must be loaded also (you must set:...
2017 Jul 15
1
Dovecot Statistics
I tried to setup statistics as shown on the Statistics wiki page. I encountered a problem with the mail_plugins for imap. in the protocol imap configuration the wiki shows adding imap_stats to mail_plugins. When I do that, dovecot stops authenticating and throwing error messages:
Jul 15 12:47:46 mail dovecot: imap(doug)[10.0.1.251]<osGhcGBUmsgKAAH7>: Error: Couldn't load required plugin /usr/local/lib/dovecot/lib95_imap_stats_plugin.so: Plugin stats must be loaded also (y...
2017 Feb 12
1
Replacement for antispam plugin
...>> Since antispam plugin is deprecated and we would really prefer people
>> not to use it, we wrote instructions on how to replace it with
>> IMAPSieve. Comments and suggestions are most welcome.
>>
>> https://wiki.dovecot.org/HowTo/AntispamWithSieve
> Hi,
>
> imap_stats plugin is required?
No, that is just part of the example.
Regards,
Stephan.
2017 Nov 02
3
stats module
...# This file is based on https://wiki2.dovecot.org/Statistics
??? # Dovecot v2.1+ supports gathering statistics (CPU, disk usage, etc.)
??? # from mail processes (IMAP, POP3, LMTP, etc.) to the stats
??? # process. The stats process can later be queried what's going on in
??? # the system. With imap_stats plugin you can get per-command level
??? # statistics for IMAP commands.
??? #
??? # There are different "zoom levels" you can look at the statistics:
??? #
??? # * command: Per-IMAP command
??? # * session: Per IMAP/POP3 connection
??? # * user: Per user (all of user's sessions summe...
2013 Dec 30
1
dovecot 2.2.10 - imap: Error: Can't load plugin imap_stats_plugin:
dovecot 2.2.10 is raising this error on my installation.
Dec 30 13:57:59 imap: Error: Can't load plugin imap_stats_plugin: Plugin
stats must be loaded also (you must set: mail_plugins=$mail_plugins
stats)
Dec 30 13:57:59 imap: Fatal: Couldn't load required plugins
This error occurs at logging phase.
The dovecot configuration looks correct to me, here below an excerpt of
it:
...
...
mail_plugins=$mail_...
2014 Feb 17
4
output of doveconf in conflict with order of settings in conf.d/*-*.conf files
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I wanted to enable stats, so I added the settings from
http://wiki2.dovecot.org/Statistics into conf.d/99-stats.conf:
mail_plugins = $mail_plugins stats
protocol imap {
mail_plugins = $mail_plugins imap_stats
}
plugin {
# how often to session statistics
stats_refresh = 30 secs
# track per-IMAP command statistics
stats_track_cmds = yes
}
reloaded dovecot, see output of doveconf -n below, but I got the error:
imap: Error: Can't load plugin imap_stats_plugin: Plugin stats must be
loaded...
2017 Aug 22
2
imapsieve: failed to read mailbox attribute
...wd-file
}
protocol lmtp {
mail_fsync = optimized
mail_plugins = " zlib fts fts_lucene stats sieve"
}
protocol lda {
mail_fsync = optimized
mail_plugins = " zlib fts fts_lucene stats sieve"
}
protocol imap {
mail_plugins = " zlib fts fts_lucene stats zlib imap_zlib imap_stats imap_sieve stats imap_stats"
}
---8<--- learn-spam.sieve ---8<---
require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];
if environment :matches "imap.user" "*" {
set "username...
2014 Oct 18
1
last_login plugin with MySQL
...m trying to setup last_login plugin with SQL dictionary
I read http://wiki2.dovecot.org/Plugins/LastLogin and I addes this to my
configuration
plugin {
last_login_dict = sql:/etc/dovecot/dovecot-sql.conf.ext
}
mail_plugins = $mail_plugins stats
protocol imap {
mail_plugins = $mail_plugins imap_stats last_login
}
When I log in with IMAP I get this error:
Error: last_login_dict: dict_init(sql:/etc/dovecot/dovecot-sql.conf.ext) failed:
Unknown dict module: sql
/etc/dovecot/dovecot-sql.conf.ext is the file taht contains the SQL configuration.
If I put mysql instead of sql the result is the sa...
2017 Aug 23
0
imapsieve: failed to read mailbox attribute
...nc = optimized
> ?mail_plugins = " zlib fts fts_lucene stats sieve"
> }
> protocol lda {
> ?mail_fsync = optimized
> ?mail_plugins = " zlib fts fts_lucene stats sieve"
> }
> protocol imap {
> ?mail_plugins = " zlib fts fts_lucene stats zlib imap_zlib imap_stats
> imap_sieve stats imap_stats"
> }
>
> ---8<---? learn-spam.sieve? ---8<---
>
> require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment",
> "variables"];
>
> if environment :matches "imap.user"...
2018 Jul 26
2
mdbox_deleted proper syntax
...l_key = # hidden, use -P to show it
userdb {
args = uid=507 gid=507
driver = static
}
userdb {
driver = passwd
}
verbose_proctitle = yes
protocol lmtp {
mail_plugins = stats fts fts_solr sieve
}
protocol imap {
mail_max_userip_connections = 50
mail_plugins = stats fts fts_solr antispam imap_stats
}
2016 Dec 02
2
Too many references: cannot splice
....crt/admin.crt
ssl_key = </etc/ssl.key/admin.key
ssl_protocols = !SSLv2 !SSLv3
userdb {
driver = passwd
}
protocol imap {
imap_capability = +XLIST +NAMESPACE METADATA QUOTA
imap_idle_notify_interval = 1 mins
mail_max_userip_connections = 500
mail_plugins = " stats quota imap_quota imap_stats"
}
protocol pop3 {
mail_max_userip_connections = 500
mail_plugins = " stats quota"
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
}
2017 Jul 13
5
passwd-file, getting invalid uid 0
..._format = in=%i out=%o fhc=%{fetch_hdr_count} fhb=%{fetch_hdr_bytes} fbc=%{fetch_body_count} fbb=%{fetch_body_bytes} del=%{deleted} exp=%{expunged} trash=%{trashed}
imap_metadata = yes
mail_max_userip_connections = 50
mail_plugins = " fts fts_solr notify stats virtual mail_log imap_sieve imap_stats stats"
}
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281
2017 Aug 22
2
imapsieve: failed to read mailbox attribute
Hello all,
Hopefully this is something fairly simple.
I've been trying to set up the Sieve Antispam system as detailed at
https://wiki2.dovecot.org/HowTo/AntispamWithSieve, but at the moment,
whenever I change mailboxes I get the following message logged:
Aug 22 09:30:45 remy dovecot: imap(darac at darac.org.uk): Error: imapsieve:
mailbox INBOX: Failed to read /shared/imapsieve/script
2012 May 11
2
multi-instance doveadm user -m woes
...ta
quota_rule = *:storage=200M
quota_rule2 = Trash:storage=+50M
zlib_save = gz
zlib_save_level = 6
}
}
protocol imap {
imap_logout_format = bytes(in/out)=%i/%o
mail_max_userip_connections = 50
mail_plugins = zlib quota mail_log notify fts fts_squat stats imap_quota imap_zlib imap_stats
}
protocol sieve {
managesieve_logout_format = bytes(in/out)=%i/%o
}
protocol pop3 {
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_logout_format = bytes(in/out)=%i/%o, top=%t/%p, retr=%r/%b, del=%d/%m, mailbox-size=%s
pop3_uidl_format = UID%u-%v
}
remote 137.238.0.0/16/16 {
dis...
2018 Feb 09
1
Shared folders and quota
...otocol lmtp {
mail_plugins = acl quota stats listescape notify virtual acl quota sieve
quota_full_tempfail = yes
}
protocol lda {
mail_plugins = acl quota stats listescape notify virtual acl sieve
}
protocol imap {
mail_plugins = acl quota stats listescape notify virtual imap_quota imap_acl imap_stats
}
--
Kind regards,
Fabian
2017 Feb 10
0
Replacement for antispam plugin
...6, Aki Tuomi ha scritto:
> Hi!
> Since antispam plugin is deprecated and we would really prefer people
> not to use it, we wrote instructions on how to replace it with
> IMAPSieve. Comments and suggestions are most welcome.
>
> https://wiki.dovecot.org/HowTo/AntispamWithSieve
Hi,
imap_stats plugin is required?
--
Alessio Cecchi
Postmaster @ http://www.qboxmail.it
https://www.linkedin.com/in/alessice
2017 Nov 13
0
Carbon_name path hardcoded
Hello,
I am setting up the imap_stats for dovecot and stumb up on a problem with carbon_name setup.
const char *prefix = t_strdup_printf("dovecot.%s.global?,
But I need to setup the path myself so my index cam be compliant to the index I already have.
Wonder if changing it to something like the following so other users have a w...
2017 Dec 20
0
v2.3.0 release candidate released
...fi> 2017.12.18 16:23:
Hi,
what is the correct way of implementing carbon stats with 2.3?
/etc/dovecot/conf.d/90-stats.conf:
old_stats_carbon_server=127.0.0.1:2003
old_stats_carbon_name=host_domain_tld
old_stats_carbon_interval=60s
/etc/dovecot/conf.d/20-imap.conf:
mail_plugins =
I changed imap_stats to imap_old_stats, however this yields the following error:
Dec 20 10:20:30 edi dovecot: imap(tlx at leuxner.net)<26352><9VA9GMJgns4FkqmS>: Error: module /usr/lib/dovecot/modules/lib95_imap_old_stats_plugin.so: dlsym(imap_old_stats_plugin_init) failed: /usr/lib/dovecot/modules/lib95_im...
2013 Feb 18
1
statistics on proxy ???
...ecot proxy server ??
Here my config:
# 2.1.13: /etc/dovecot/dovecot.conf
...
mail_plugins = stats
...
plugin {
...
stats_refresh = 30 secs
stats_track_cmds = yes
}
...
service stats {
fifo_listener stats-mail {
mode = 0666
}
}
...
protocol imap {
...
mail_plugins = stats imap_stats
}
File '/var/run/dovecot/stats' is always 0 byte:
# ls -la /var/run/dovecot/stats
srw-------. 1 root root 0 Feb 18 14:24 /var/run/dovecot/stats
and 'dovecotadm' say always:
# doveadm stats dump session
doveadm(root): Info: no statistics available
Is there something wrong in m...
2014 May 02
0
output of doveconf in conflict with order of settings in conf.d/*-*.conf files
...at 10.58, Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> wrote:
> I wanted to enable stats, so I added the settings from http://wiki2.dovecot.org/Statistics into conf.d/99-stats.conf:
>
> mail_plugins = $mail_plugins stats
> protocol imap {
> mail_plugins = $mail_plugins imap_stats
> }
> plugin {
> # how often to session statistics
> stats_refresh = 30 secs
> # track per-IMAP command statistics
> stats_track_cmds = yes
> }
>
> reloaded dovecot, see output of doveconf -n below, but I got the error:
>
> imap: Error: Can't load plugin i...