Displaying 20 results from an estimated 40000 matches similar to: "ACLs, shared, public, virtual mailboxes not working"
2018 Feb 15
2
ACLs, shared, public, virtual mailboxes not working
Hello,
Thank you for your reply. Here's my acl files:
public/TestFolder dovecot-acl
anyone lr
user=user1 akxeilprwts
-user=user1
user=user2 lr
public/TestFolder1 dovecot-acl
user=user1 lr
user=user2 lr
public/dovecot-acl
user=user1 lr
user=user2 lr
and I have another dovecot-acl file in shared/office folder:
user=user1 at domain.com lrwstipekxa
user=user2 at domain.com lrwstipekxa
2018 Feb 26
1
dovecot solr and users
Hello,
I'm trying to get fts searching done with dovecot. I keep getting the
below error. Any help appreciated?
Thanks.
Dave.
#doveadm index -A inbox
doveadm(user at example.com): Info: User no longer exists, skipping
#doveconf -n
# 2.2.33.2 (d6601f4ec): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.21 (92477967)
# OS: FreeBSD 11.1-RELEASE-p4 amd64
auth_cache_size = 10 M
2018 Feb 23
1
dovecot auth and horde webmail
Hello,
I'm not sure if this is a Dovecot-specific question, or Postfix or
Horde webmail. As Dovecot is used for authenticating both Postfix as
well as horde I thought i'd start here.
I've got a new horde webmail install going on a FreeBSD 11.1 jail.
I've got Dovecot set up so that it appends a domain name if one is not
given, so that user and user at example.com can both log in.
2017 Oct 02
1
dovecot listening imaps external interface
Hello,
I'm trying to get dovecot to listen on specific interfaces. On the
server itself I've got webmail going so am needing imap on 143. I do
not want this on the external server interface, so I am wanting imaps
port 993 external only. The configuration looks right, but Dovecot
isn't showing anything listening on port 993 at all.
Unrelated, my public and shared folders are not
2017 Apr 14
4
several misc questions, public folders and sharing, quota, ssl
Hello,
I'm running dovecot 2.29 on a freebsd 10.3 system. I'm wanting to
optimize how the system is running and have a few misc questions.
First ssl, is my cipher list good? I'm trying for pfs and wanting to
ensure these cipherlist is appropriate:
ssl_cipher_list = EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH
Next, a new feature that I'm trying for is virtual folders that
2020 Apr 25
4
problem with a public folder
Hello,
I'm trying to set up a public folder called TestFolder. I'm getting this error:
#doveadm acl get -A "Public/TestFolder"
doveadm(username at example.com): Error: Can't open mailbox
Public/TestFolder: Mailbox doesn't exist: Public/TestFolder
Username ID Global Rights
# ls -ld /var/vmail/public
drwx------ 4 vmail vmail 512 Apr 15 23:17 public/
# ls -ld
2017 Apr 28
2
Dovecot last_login plugin and Mysql
Hi Aki,
Thanks. Can you tell me how you implemented it?
Thanks.
Dave.
On 4/28/17, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
>> On April 28, 2017 at 8:08 PM David Mehler <dave.mehler at gmail.com> wrote:
>>
>>
>> Hello,
>>
>> Is anyone using the last_login plugin with a Mysql database? I'd like
>> to track when users were last on
2017 Apr 14
2
several misc questions, public folders and sharing, quota, ssl
Hi Aki,
Thanks for your reply. Sorry, hit the reply to and not the reply to all option.
So, even when a folder is a public folder I'm still needing to use the
acl plugin?
The public/TestFolder is showing up, the public/TestFolder1 is not.
Thanks.
Dave.
On 4/14/17, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> Please keep responses on the list. Thank you. =)
>
> Without ACL
2018 Mar 28
1
Dovecot quota
Hello,
I'm running Dovecot on a FreeBSD system with Postfix in a virtual user
setup, with Mysql. I am trying to understand the quota configuration.
I've got a Mysql database with an accounts table with a quota field.
I've also got two other tables one quota (currently has nothing in it
an empty set), and quota2 messages and bytes which has one entry. My
goal is to have different
2018 Apr 07
1
last login tracking error
Hello,
I'm running dovecot 2.2 and trying to do last login tracking. I am
using a MySQL database. When a user logs in I get this in the log:
2018-04-07 16:55:14 imap(user at example.com)<54415><BmevY0hpMN5/AAAB>:
Error: last_login_dict: Failed to write value for user
user at example.com: dict-server returned failure: sql dict: commit
failed: Field 'name' doesn't have
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,
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
2014 Dec 31
3
Different behavior of ACLs in MUA and doveadm
I have noticed a difference in the behavior of ACLs. When used in a MUA the following global ACL works fine and has the desired effect - new mailboxes can be created by a user being part of the 'PublicMailboxAdmins' group:
[ global-acl: ]
INBOX owner lrwstiekxap
Public/* group=PublicMailboxAdmins lrwsipk
Public/* anyone lr
Public/* authenticated lrws
Creating the same mailbox via
2018 Apr 10
2
two unrelated issues, lastlogin, and an out of memory fatal error
Hello,
I've got a few misc issues that I'm trying to get a handle on.
I'm having what is probably a simple error with last logins. It's not
working, unable to write values to the database. Here's the log lines:
2018-04-10 10:43:34 imap-login: Info: Login: user=<user at domain.com>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=75934, TLS,
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 Nov 23
2
doveadm dsync-server doesn't use user parameter?
Hi,
I tried to migrate my dovecot 2.2 to a new server with a other storage
configuration and dovecot 2.3.
New (and old) Server uses mysql for user information
I use the following storage settings
mail_home = /storage1/vmail/%{userdb:path}
mail_location =
2020 Apr 25
2
problem with a public folder
Hello,
Thanks for all the replies.
I've added a mailbox to the namespace definition for the public
folders. I can do a doveadm acl get -A "Public/general" works but
"Public/TestFolder" does not. Here's my 90-public.conf file:
#cat 90-public.conf
# Public mailboxes
namespace {
type = public
separator = /
prefix = Public/
location =
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
2019 Nov 07
2
dovecot ignores users sieve-script
Hi there!
I recognized that dovecot ignores users sieve-script. The global and the
post-sieve-scripts are working, but users sievescript is ignored.
You can see the sieve trace-files last lines
? 65:?? finishing match with result: not matched
? 65: jump if result is true
? 65:?? not jumping
? 65: jumping to line 67
? 67: jumping to line 77
????? ## Finished executing script 'global'
?
?
2019 Aug 28
2
LMTP Post login script for acl_groups
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 like this in LDAP:
rnsMSACLGroup: admin
rnsMSACLGroup: automx
rnsMSACLGroup: amavis
rnsMSACLGroup: postfix
rnsMSACLGroup: dovecot
rnsMSACLGroup: