Displaying 20 results from an estimated 609 matches for "imap_acl".
2010 May 17
1
imap_acl for CentOS
Hi,
I sent an email a couple of days ago asking about a problem with ACL.
The bottom line was, I think, that I'm missing imap_acl plugin.
I installed Dovecot 1.0.7 using yum in CentOS 5.4.
Do you know where can I get the imap_acl plugin lib?
Thanks
A
2011 Feb 01
2
override not working
...In the config file I have
protocol imap {
mail_plugins = quota imap_quota trash expire autocreate
}
Using the following password/user queries:
password_query = SELECT username as user, password,
if('%d'='virttest2.xxx.net', 'acl imap_acl',null) as mail_plugins,
concat('/var/vmail/%d/', maildir) as userdb_home,
concat('maildir:/var/vmail/%d/', maildir) as userdb_mail, 101 as userdb_uid,
502 as userdb_gid, CONCAT('*:bytes=', CAST(quota AS CHAR)) AS quota_rule
FROM mailbox WHERE username = '%u'...
2010 Jul 05
4
sieve dovecot2 rc1 error undefined symbol: client_send_tagline
...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:
client_send_tagline
Jul 05 11:48:35 managesieve: Fatal: Couldn't load required plugins
allready known ?
--
Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
2010 Mar 01
1
FPlugin imap_acl not found from directory /usr/lib/dovecot/modules/imap
Hi,
I am receiving this error when I put mail_plugins = acl imap_acl, even though the module is there.
/etc/init.d/dovecot restart
Restarting mail server: dovecotFPlugin imap_acl not found from directory /usr/lib/dovecot/modules/imap
Error: imap dump-capability process returned 89
With mail_plugins = acl, it starts up correctly.
dovecot -n
# /etc/dovecot/dovecot...
2012 Nov 22
3
imap_acl and osx 10.7
Hello everybody,
I'm trying to setup public folder with ACLs on a Lion Server 10.7.5
unfortunately it seems that the imap_acl plugin is not loaded properly
do you have any advice?
cheers
Piero
This is what i get from the log with imap_acl plugin enabled in
protocol imap?{ }
Log file:
imap: Debug: Loading modules from directory: /usr/lib/dovecot
Nov 22 09:08:14 xserve04 dovecot[87688]: imap: Error:
dlopen(/usr/lib/...
2010 Jan 25
2
acl flag to limit imap_acl based acl changes
Hi all!
I have tried the imap_acl plugin with 1.2.9 today, but was not able to limit
acl changes for those mailboxes where acl changes should be forbidden.
http://wiki.dovecot.org/ACL says that "a" or "admin" covers "Administration
rights to the mailbox". However, removing "a" from owner a...
2023 Jan 13
1
Add Userdb extra field to existing configuration settings, not overriding them
...ovecot.conf configuration 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...
2011 May 07
1
Shared mailboxes and acl
Hello, I've finally upgrade to dovecot 2.0.12 and I'm doing some test
with shared mailboxes and acl.
I've read http://wiki2.dovecot.org/SharedMailboxes/Shared and changed
the dovecot config as recommended, I'm using Horde/IMP as imap_acl client
Seems that the acl files in user mailbox where updated correctly.
I've defined also a shared mailbox dictionary and if I've understood
right from the wiki page this file is supposed to be also updated with
the imap_acl commands, is this right?
In my case this file is never upda...
2010 May 14
1
Setting up ACL for IMAP
...at I've seen [0] this could be achieved by using ACL.
My first question is, is this right? Is there a way to achieve the
same using POP3?
I tried setting up ACL using the info at the Wiki [1], but it's not working.
What I've seen is that when I put:
protocol imap {
mail_plugins = acl imap_acl
}
I get the following error:
May 14 14:54:52 mail dovecot: SIGHUP received - reloading configuration
May 14 14:54:52 mail dovecot: imap dump-capability: Couldn't read
capability (got 0 bytes)
May 14 14:54:52 mail dovecot: Invalid configuration, keeping old one
May 14 14:54:52 mail dovecot: chi...
2011 Sep 13
4
imapc and imap_acl
Hello (Timo),
yes, I know... maybe it's a bit far fetched, but I do have a use case.
Would it be (reasonably easily) possible to implement IMAP ACL
support for "imported" imapc namespaces/mailboxes?
There is no local directory (like with the virtual plugin) yet...
Greetings,
Lutz
--
Lutz Pre?ler <Lutz.Pressler at SerNet.DE> http://www.SerNet.DE/
SerNet Service
2011 Mar 29
3
global sieve not working
...mail_gid: 501
mail_location: maildir:/var/vmail/%u/Maildir/:INDEX=/var/vmail/%u/Maildir/
mail_debug: yes
mail_executable(default): /usr/libexec/dovecot/imap
mail_executable(imap): /usr/libexec/dovecot/imap
mail_executable(pop3): /usr/libexec/dovecot/pop3
mail_plugins(default): quota imap_quota acl imap_acl
mail_plugins(imap): quota imap_quota acl imap_acl
mail_plugins(pop3):
mail_plugin_dir(default): /usr/lib/dovecot/imap
mail_plugin_dir(imap): /usr/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/pop3
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(po...
2016 Feb 17
5
shared folders not working with . separator
Hi,
I've been trying this for weeks and never managed to get my mail client
to see shared folders.
Apparently imap_acl works fine as I can see these entries in the
dovecot-acl-list files and the correct entries persist in the client.
This is my first dovecot setup so I hope I've configured it right.
Everything else works beautifully, thanks.
# dovecot -n
# 2.2.21 (5345f22): /etc/dovecot/dovecot.conf
# Pigeonho...
2010 Jul 07
1
dovecot2 rc1: symbol hook_client_created: referenced symbol not found
Hello,
by accident I had configured inside 15-lda.conf
protocol lda {
mail_plugins = autocreate imap_acl acl
}
(I only wanted autocreate sieve.)
There ist a problem with the symbol hook_client_created:
lda: Error:
dlopen(/usr/dovecot-2.0.rc1/lib/dovecot/lib02_imap_acl_plugin.so) failed:
ld.so.1: dovecot-lda: fatal: relocation error:
file /usr/dovecot-2.0.rc1/lib/dovecot/lib02_imap_acl_
lugin.so: sy...
2011 Feb 07
1
sieve not working if i have override
...his password query everything is working expect
sieve gives me an error. How can I get around this problem?
password_query = SELECT username as user, password, \
if('%d' IN ('virttest1.xxx.net', 'test2000.com'), \
'quota imap_quota trash expire autocreate acl imap_acl',null) as
userdb_mail_plugins, \
101 as userdb_uid, 502 as userdb_gid, CONCAT('*:bytes=', CAST(quota AS
CHAR)) AS quota_rule FROM mailbox WHERE username = '%u'
Feb 7 18:28:20 testip5 dovecot: managesieve: Debug: Loading modules from
directory: /usr/local/lib/dovecot
Feb...
2015 Mar 31
2
Need a bit of help with the antispam plugin
Hello Everyone,
I'm running the antispam plugin on Dovecot 2.0.19 on Ubuntu Server 14.04
and I can't seem to get it to work. In the IMAP section of dovecot.conf
I have the following lines:
protocol imap {
mail_plugins = $mail_plugins imap_quota imap_acl antispam
# mail_plugins = $mail_plugins imap_quota imap_acl
imap_client_workarounds = tb-extra-mailbox-sep
# Maximum number of IMAP connections allowed for a user from each IP
address.
# NOTE: The username is compared case-sensitively.
# Default is 10.
# Increase it to avoid...
2011 Dec 08
1
Per-User MySQL Quota (postfixadmin)
...dict-quota.conf
}
disable_plaintext_auth = no
first_valid_uid = 150
last_valid_uid = 150
login_trusted_networks = 127.0.0.1 10.213.1.0/24
mail_debug = yes
mail_gid = 8
mail_home = /var/vmail/%d/%u
mail_location = maildir:/var/vmail/%d/%u
mail_nfs_storage = yes
mail_plugins = " quota imap_quota imap_acl"
mail_uid = 150
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 ihave
namespace {
inbox = y...
2013 Nov 01
2
Shared namespace, separator, username and dots.
...=/var/cache/dovecot/%n
fsync_disable: yes
maildir_very_dirty_syncs: yes
mbox_write_locks: fcntl dotlock
mail_executable(default): /usr/lib/dovecot/imap
mail_executable(imap): /usr/lib/dovecot/imap
mail_executable(managesieve): /usr/lib/dovecot/managesieve
mail_plugins(default): quota imap_quota acl imap_acl
mail_plugins(imap): quota imap_quota acl imap_acl
mail_plugins(managesieve):
mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(managesieve): /usr/lib/dovecot/modules/managesieve
namespace:
type: private
separator: ....
2013 May 17
1
ACLs - creating new top level folders
...: yes
mbox_write_locks: fcntl dotlock
mail_executable(default): /usr/lib/dovecot/imap
mail_executable(imap): /usr/lib/dovecot/imap
mail_executable(pop3): /usr/lib/dovecot/pop3
mail_executable(managesieve): /usr/lib/dovecot/managesieve
mail_process_size: 1024
mail_plugins(default): fts fts_squat acl imap_acl
mail_plugins(imap): fts fts_squat acl imap_acl
mail_plugins(pop3):
mail_plugins(managesieve):
mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3
mail_plugin_dir(managesieve): /usr/lib/dove...
2015 Apr 07
2
Need a bit of help with the antispam plugin
...m running the antispam plugin on Dovecot 2.0.19 on Ubuntu Server
>> 14.04
>> and I can't seem to get it to work. In the IMAP section of
>> dovecot.conf
>> I have the following lines:
>>
>> protocol imap {
>> mail_plugins = $mail_plugins imap_quota imap_acl antispam
>> # mail_plugins = $mail_plugins imap_quota imap_acl
>> imap_client_workarounds = tb-extra-mailbox-sep
>>
>> # Maximum number of IMAP connections allowed for a user from each
>> IP
>> address.
>> # NOTE: The username is compared case...
2015 Dec 04
1
ACL Troubles
Using dovecot version 2.2.19.
In the config file I have the following to set up acls:
> mail_plugins = $mail_plugins acl
> protocol imap {
> mail_plugins = $mail_plugins imap_acl
> }
> plugin {
> acl = vfile:/usr/local/etc/dovecot/acls:cache_secs=300
> }
And here's my acl file:
> * anyone rl
I am getting the following error in the dovecot log file:
> Error: Global ACL file /usr/local/etc/dovecot/acls line 1: Unknown ID
'anyone rl'...