Displaying 20 results from an estimated 30000 matches similar to: "local seen flags with shared mailboxes"
2019 Apr 09
3
masteruser can not select INBOX
. My debug:
Apr 09 09:13:20 imap(pid 82675 user test1): Debug: acl vfile: file /Library/Server/Mail/Config/dovecot/global-acls/INBOX not found
Apr 09 09:13:20 imap(pid 82675 user test1): Debug: acl vfile: file /Library/Server/Mail/Data/mail/EB83247B-1A33-4A43-AD30-E6453789072A/dovecot-acl not found
Apr 09 09:13:20 imap(pid 82675 user test1): Debug: acl vfile: file
2020 Oct 07
1
dovecot 2.3.11.3 namespace/ACL shared folder not accessible in sharing-user's Mail folder tree? have a working config?
I'm running
dovecot --version
2.3.11.3 (502c39af9)
I'm setting up folder sharing.
Following
https://wiki.dovecot.org/SharedMailboxes/Shared
I've configured a folder to be shared, but it's not seen/accessible in the target user's Mail folder tree.
My config includes,
mail_plugins = virtual acl
protocol imap {
mail_plugins = $mail_plugins imap_acl imap_quota
2009 Jun 22
2
Dovecot v1.2rc6 deliver to shared folder fails
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
out of curiosity I tested to deliver into a shared folder of another
owner using Sieve. (Not that I intend to do so, but well ... )
Conf is attached.
== Script
require ["fileinto"];
fileinto "shared.testusr.test1.test2.test3";
==
Dovecot logs:
Jun 22 15:36:22 ux-2s11standby dovecot: deliver(user): acl vfile: file
2007 Mar 14
2
login authentication
Hi everyone, i used postfix, dovecot and mysql. I have virtual users and
domains. I have this configuration in dovecot-mysql.conf:
db_host = localhost
db_port = 3306
db_unix_socket = /var/run/mysqld/mysqld.sock
db = postfix
db_user = postfix
db_passwd = bscidth46
db_client_flags = 0
default_pass_scheme = CRYPT
password_query = SELECT password FROM mailbox WHERE username = '%u'
user_query
2017 Jul 12
0
shared namespace not showing in thunderbird
I have configured dovecot to have a shared namespace so users can share there inboxs with each other but no matter what paths i give it i cant see the folder in thunderbird
I've checked my db is listing to and from i've checked i have correct permissions, i'm sure i have everything right
here is my config
and extract of the debug log while i use the list acl's and try and
2014 Jul 02
1
Shared folders not listed by IMAP
Hello
I just upgraded my system and there is a problem with shared mailboxes.
When I use the doveadm command I can see shared folders:
doveadm mailbox list -u 'test at mydomain.pl'
Drafts
Sent
Spam
Trash
Shared
Virtuals
Virtuals/all
Shared/test2 at mydomain.pl
Shared/test2 at mydomain.pl/Sent
INBOX
But I can't see them over IMAP protocol.
Some config opts:
valid_chroot_dirs =
2019 Apr 09
2
masteruser can not select INBOX
Hello,
My Dovecot Master can login but not not select INBOX !
What's wrong ?
best regards
Luda
1) USER can select INBOX: OK
---------------------------------------------------
telnet localhost imap
Trying ::1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=CRAM-MD5 AUTH=DIGEST-MD5
2018 Feb 15
0
ACLs, shared, public, virtual mailboxes not working
Hi!
It seems you are running 2.2.33.2 =)
Also,
Feb 12 08:48:40 imap(user at example.com): Debug: Mailbox
'public/TestFolder' matches global ACL pattern 'public/TestFolder'
Feb 12 08:48:40 imap(user at example.com): Debug: acl vfile: reading file
/home/vmail/public/TestFolder/dovecot-acl
Feb 12 08:48:40 imap(user at example.com): Debug: acl vfile: reading file
2017 Jul 21
0
Return extra fields from passwd userdb
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Michele Petrella wrote:
> Hi,
>
> each user exists in one db.
>
> I changed configuration:
>
> # 2.2.29.1 (e0b76e3): /var/etc/dovecot/dovecot.conf # Pigeonhole
> version 0.4.18 (29cc74d) # OS: Linux 3.10.55-gentoo i686 SuSE
> Linux 7.1 (i386) auth_debug = yes debug_log_path =
> /var/log/dovecot/dovecot_debug.log
2018 Feb 15
0
ACLs, shared, public, virtual mailboxes not working
Since you have obfuscated your data it is hard to tell what's going on, especially as in your previous log you have 'user=user' and now you have user1 and user2.
You can try
doveadm rights -u victim folder
to see what sort of rights dovecot thinks it's seeing.
Aki
> On 15 February 2018 at 18:11 David Mehler <dave.mehler at gmail.com> wrote:
>
>
> Hello,
2012 Oct 13
1
Segmentation fault in doveadm with lib01_acl_plugin.so
Hi,
I'm running dovecot 2.1.10 on Debian 6.
When I run "doveadm expunge -A mailbox Trash savedbefore 30d" it crash
with "Segmentation fault"
[15022673.496902] doveadm[13072]: segfault at 8 ip 00007f4b7041f551 sp
00007fffdab4f8c0 error 4 in lib01_acl_plugin.so[7f4b70415000+10000]
If I add -D to doveadm I can see this:
doveadm(myuser at mydomain.com): Debug: Added
2012 Sep 19
5
Dovecot deliver Segmentation fault when arrive the first message
Hi,
I have found this strange problem. I'm working with Debian 6, dovecot
2.1.9 and vpopmail-auth.
LDA is configured and works fine but the problem is when the first
message arrive "dovecot-lda" return a "Segmentation fault", the message
is written to the user's Mailbox but the message remains, also, in the
queue of qmail (deferral: Segmentation_fault/) and at the
2015 Sep 08
2
Different behavior of ACLs in MUA and doveadm
* Timo Sirainen <tss at iki.fi> 2015.09.08 12:20:
> How does the PublicMailboxAdmins group get set? Looks to me like the problem is that it's not getting set to doveadm. Here's an easy way to check if that's the problem or something else: http://hg.dovecot.org/dovecot-2.2/rev/500e8dd7a389
>
> If that doesn't help: Show your full doveconf -n, set auth_debug=yes and
2015 Sep 23
2
[dovecot-2.2.18] dsync error: Error: Can't delete mailbox INBOX: INBOX can't be deleted. Problem with name of folders?
Hi All!
I'm also hitted by this problem. I'm trying to migrate emails from very
old dbmail to dovecot (maildir). I read old threads with similar problem
but I found only such solutions:
- upgrade to 2.2.13
- workarround : use imapsync
- no solution
I'd like to not use imapsync, have you got an idea what should I do to
do migration successfully?
dsync throws:
doveadm(root): Debug:
2017 Jul 21
2
Return extra fields from passwd userdb
Hi,
each user exists in one db.
I changed configuration:
# 2.2.29.1 (e0b76e3): /var/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.18 (29cc74d)
# OS: Linux 3.10.55-gentoo i686 SuSE Linux 7.1 (i386)
auth_debug = yes
debug_log_path = /var/log/dovecot/dovecot_debug.log
disable_plaintext_auth = no
info_log_path = /var/log/state.mail/dovecot.pipe
log_path = /var/log/dovecot/dovecot.log
mail_debug
2018 Aug 07
0
limit sharing ability to certain users
Hmm. if you put it *after* the ldap userdb, it should not have prevented
users from logging in.
What happens if you do
userdb {
? driver = passwd-file
? args = ....
? skip = notfound
? result_failure = continue-ok
}
Aki
On 07.08.2018 12:58, Simeon Ott wrote:
> Now the attributes are correctly read for the user test at onnet.ch
> <mailto:test at onnet.ch>, but other users are not
2010 May 25
1
save failed to INBOX: Internal error occurred.
OS: CentOS release 5.4 (Final)
Postfix: postfix-2.5.1-1.mysql.sasl2.vda.rhel5
Postfixadmin: 2.3
Dovecot: 1.2.11
Squirrelmai: 1.4.20
Configuration based on
http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL which I have
updated a few time ;)
Using postfixadmin I have create a virtual domain and created testing users
(test1 ? test6). With Squirrelmail these users can login but issues arise
2018 Feb 15
2
ACLs, shared, public, virtual mailboxes not working
Hello,
I'm running Dovecot 2.2.3, and am having issues with my public
folders, shared folders, and virtual/ALl folders apparently ACLs are
on that list as well.
I was debugging an unrelated problem with my smtp server and got the
following dovecot debug log output. Below is also a doveconf -n output
as well as my shared-folder definition file and my global-acls file.
What I'm trying to
2019 Aug 28
0
LMTP Post login script for acl_groups
Further information below.
> Am 28.08.2019 um 14:52 schrieb R.N.S. via dovecot <dovecot at dovecot.org>:
>
> Hi,
>
> I use a post login script for imap, to fetch acl groups from LDAP. Because Dovecot can only deal with a single value, which must be a comma seperated list of groups, I decided to use a post login script do deal with multi values in LDAP:
>
> This looks
2017 Jul 07
2
Return extra fields from passwd userdb
Hi all.
I use dovecot 2.2.29.1.
Output of dovecot -n:
# 2.2.29.1 (e0b76e3): /var/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.18 (29cc74d)
# OS: Linux 3.10.55-gentoo i686 SuSE Linux 7.1 (i386)
debug_log_path = /var/log/dovecot/dovecot_debug.log
disable_plaintext_auth = no
info_log_path = /var/log/state.mail/dovecot.pipe
log_path = /var/log/dovecot/dovecot.log
mail_debug = yes
mail_gid =