search for: mail_plugin

Displaying 20 results from an estimated 3574 matches for "mail_plugin".

Did you mean: mail_plugins
2015 Mar 30
2
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-29, at 10:16 AM, Gedalya <gedalya at gedalya.net> wrote: > > This problem can be reproduced in one second. Here you go: > > protocol lmtp { > mail_plugins = $mail_plugins sieve imap_quota > } > > Mar 29 13:13:33 mail dovecot: lmtp(25315): Connect from local > Mar 29 13:13:33 mail dovecot: lmtp(gedalya at gedalya.net): Error: Couldn't load required plugin /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so: dlopen() failed: /usr/lib/...
2010 Jul 05
4
sieve dovecot2 rc1 error undefined symbol: client_send_tagline
Hi @ll, using sieve dovecot2 rc1 on testing system ubuntu lucid with packs recompiled from http://xi.rename-it.nl/debian/ i have Jul 05 11:48:35 managesieve: Debug: Module loaded: /usr/lib/dovecot/modules/lib01_acl_plugin.so Jul 05 11:48:35 managesieve: Error: dlopen(/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so) failed: /usr/lib/dovecot/modules/lib02_imap_acl_plugin.so: undefined symbol:
2014 Feb 20
2
Enable mail logger plugin
...follow info from http://wiki2.dovecot.org/Plugins/MailLog to enabled mail logger plugin, but I don't see anything in my logs. >> >> Can you tell me what I'm missing ? >> >> # doveconf -n >> ... >> mail_location = maildir:/var/vmail/%d/%n/Maildir >> mail_plugins = quota mail_log notify >> mail_privileged_group = mail >> mail_uid = 5000 >> ... >> protocol imap { >> mail_max_userip_connections = 80 >> mail_plugins = quota imap_quota antispam >> } >> protocol pop3 { >> mail_max_userip_connections = 30...
2015 Mar 30
1
quota setup assistance (postfix+dovecot+mysql)
...es in conf.d are technically meaningless. The config is organized into topics only to make it easier to humans to find their way around. > > The way to apply a setting to a specific component is to put it under a section such as: protocol imap {}. You've mentioned that you have different mail_plugins settings in different _files_, but are you sure they are always inside the protocl xxx {} section? Thank you for this detail. While I suspected such operation, I now know for sure. While not all protocol sections are defined in each file, here are the contents of the other files that contain...
2018 May 16
2
Maillog warning
...quot;conf.d/90-quota.conf" to "conf.d/13-quota.conf" and I have > no more this message. This doesn't really fix your problem, you just removed the signs of it. The order of the files in /etc/dovecot/conf.d matters. Please provide the following: doveconf -n grep -B2 -A1 'mail_plugins =' /etc/dovecot/conf.d/*` shows the unexpanded mail_plugins settings from your config. -- Christian Kivalo
2015 Mar 23
2
quota setup assistance (postfix+dovecot+mysql)
...y under protocol imap {}. It reports quota usage via the IMAP protocol. Under lmtp and any other protocol that can change quota usage, you need to load only the quota plugin, which does the actual work of accounting and enforcing the quota. Thank you for the hint. So what I need to do is remove $mail_plugins from each "mail_plugins =? (I think the information I found was wrong in using $mail_plugins on each mail_plugins =, based on what you said above) , and only set the correct corresponding mail plugins? Is my example below, correct? e.g. : protocol imap { mail_plugins = zlib quota imap_qu...
2018 May 16
1
Maillog warning
On 2018-05-16 21:53, forums at mehl-family.fr wrote: > # DOVECOT -N > > ==> see attachment This looks overly complicated for a doveconf-n output but it seems to work... > > # GREP -B2 -A1 'MAIL_PLUGINS =' /ETC/DOVECOT/CONF.D/* > > /etc/dovecot/conf.d/10-mail.conf-#auth_socket_path = > /var/run/dovecot/auth-userdb > /etc/dovecot/conf.d/10-mail.conf-#mail_plugin_dir = > /usr/lib/dovecot/modules > /etc/dovecot/conf.d/10-mail.conf:#mail_plugins = ^^ uncomment this line and add...
2015 Mar 24
1
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-23, at 3:38 PM, Gedalya <gedalya at gedalya.net> wrote: > > That idea is to set the global mail_plugins to contain the plugins you would want enabled in *all* places. If there is not a single such plugin, then indeed you can set the global mail_plugins to empty, but then you should still use $mail_plugins everywhere because then it would just work, should you ever add a plugin to the global list....
2018 May 16
0
Maillog warning
# DOVECOT -N ==> see attachment # GREP -B2 -A1 'MAIL_PLUGINS =' /ETC/DOVECOT/CONF.D/* /etc/dovecot/conf.d/10-mail.conf-#auth_socket_path = /var/run/dovecot/auth-userdb /etc/dovecot/conf.d/10-mail.conf-#mail_plugin_dir = /usr/lib/dovecot/modules /etc/dovecot/conf.d/10-mail.conf:#mail_plugins = /etc/dovecot/conf.d/10-mail.conf-#mailbox_list_index = no -...
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: i...
2014 Feb 20
1
Enable mail logger plugin
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 20 Feb 2014, Alexandre Ellert wrote: > From: Alexandre Ellert <aellert at numeezy.com> > >> @Alexandre: You've removed the "$mail_plugins" in the IMAP section as Peter already pointed out? > > I'm not sure to fully understand how mail_plugins directive works. consider it as a variable like in the shell, PHP or perl.... > Please correct, if I'm wrong : > > Global mail_plugins lists common plugin used by...
2011 Jun 05
1
doveadm problem with mail_plugins in database
...AS user,t2.home,t2.mail,5000 AS uid,5000 AS gid,CONCAT('*:storage=',quota_mb,'MB') AS quota_rule,t2.acl_groups,case when '%s'='lda' then 'acl quota sieve' when '%s'='lmtp' then 'acl quota sieve' when '%s'='doveadm' then mail_plugins when '%s'='sieve' then 'acl quota' else t2.mail_plugins end as mail_plugins FROM virtual_users as t2, virtual_domains as t1 WHERE ( t2.login='%n' OR t2.email='%u' ) AND t1.enabled IS true AND t2.enabled IS true AND t1.id=t2.domain_id - ----------------------...
2019 May 21
1
[mail-crypt-plugin] How to decrypt mailbox?
How do I enable the mail-crypt-plugin globally? Do I have to place 'mail_plugins = $mail_plugins mail_crypt' inside ever conf.d file where there is a protocol code block? Like for example the protocol lda codeblock in 15-lda.conf and the protocol imap codeblock in 20-imap.conf I placed 'mail_plugins = $mail_plugins mail_crypt' in 20-lmtp.conf inside the protocol l...
2011 May 16
1
user_query and mail_plugins in database
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I have a problem with mail_plugins in dovecot-2.0.x. I will use mail_plugins within a database, so that I can define plugins for users in the database. But I get errors like this. - -----------------------------%<------------------------------------ lmtp(3933): Error: Can't load plugin imap_quota_plugin: Plugin is inten...
2023 Jan 13
1
Add Userdb extra field to existing configuration settings, not overriding them
...uration file ( if present ) . For example, if i want to enable a plugin ( ex: acl ) on a per user basis, i would add a column\field ( ex: "acl_enabled" = 1 ) into my auth DB , then add into the dovecot password\user queries : . IF(acl_enabled = 0, NULL, 'acl imap_acl') AS mail_plugins . While having in the dovecot.conf this setting : . mail_plugins = quota notify protocol imap mail_plugins = $mail_plugins imap_quota . >From my test, this combination will lead to having the logging users with acl_enabled=1, a mail_plugins list of acl and imap_acl only, wi...
2017 Apr 08
4
How to use quota with dovecot
Hello, I would like to use quotas with dovecot and things are not clear to me. I read this page https://wiki2.dovecot.org/Quota 1) I did this # ls /usr/local/lib/dovecot/lib10_quota_plugin.so /usr/local/lib/dovecot/lib10_quota_plugin.so # grep mail_plugins /etc/dovecot/conf.d/10-mail.conf mail_plugins = notify replication quota Then the page tells about 20-imap.conf but an explanation is written # Space separated list of plugins to load (default is global mail_plugins). So what is that default global mail_plugins ? Is it the one coming from 10-mai...
2017 Aug 14
2
Metrics service
Hi! All of you running dovecot v2.2.27 or later, are now able to take advantage of our free metrics service at https://metrics.dovecot.org. To use it, set auth_stats=yes mail_plugins = $mail_plugins stats stats_carbon_server = 94.237.81.63 # or stats_carbon_server = [2a04:3542:1000:910:acc1:5bff:fe5e:8c2] stats_carbon_name = some-fancy-identifier-without-a-dot plugin { stats_refresh = 30s } And your server should become listed once someone logs in. Note that it will only w...
2010 Jul 11
4
Doveadmn Quota
Hey Everyone, I am running the new Dovecot 2.0 RC2. When I try to run 'doveadm quota recalc -A' I just get the usage info for doveadm. Running 'doveadm help quota' gives me the man page for the quota command, and I follow the man page examples as is. Is this feature not implemented yet? Or am I doing something wrong? I know quota is a "plugin" for the doveadm program,
2014 May 02
0
output of doveconf in conflict with order of settings in conf.d/*-*.conf files
On 17.2.2014, 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...
2015 Apr 18
2
Installing fts-solr on dovecot (centos 6) - [request for help]
...ve been trying to get full-text-search on dovecot. I followed the tutorial on this site:- https://extremeshok.com/6622/enabling-apache-solr-4-10-using-jetty-with-dovecot-2-2-for-fulltext-search-results-on-centos-6-iredmail-compatible/ The instruction on the page here seems wrong:- sed -i -e 's|mail_plugins = quota|mail_plugins = quotann# Enable fts fts_solr plugin globally for Solr Full Text Search Indexingnmail_plugins = $mail_plugins fts fts_solrnnplugin {nfts = solrn#break-imap-search will use solr for indexing TEXT and BODY searches.nfts_solr = break-imap-search url=http://127.0.0.1:8983/solr/nf...