Displaying 20 results from an estimated 20000 matches similar to: "several misc questions, public folders and sharing, quota, ssl"
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
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
2015 Feb 12
2
Dovecot dsync not replicating ".dovecot.sieve -> .sieve/managesieve.sieve" / setactive
Hello,
I've ran into problem with Dovecot and dsync replication. Everything
works perfectly, including replication of sieve scripts, except fact
that if user activates the 'managesieve' ruleset (I'm using currently
Roundcubemail) on "mail1" host, it wouldn't be activated on "mail2"
host, by creating symlink ".dovecot.sieve ->
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 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
2017 Apr 14
0
several misc questions, public folders and sharing, quota, ssl
Can you try turning mail_debug=yes and posting logs?
Also if possible, can you try telnetting to the server and issuing
a LOGIN username password
a SELECT public/TestFolder1
with debug turned on?
ACL plugin is needed *iff* you want to *restrict* access.
Aki
> On April 14, 2017 at 11:53 PM David Mehler <dave.mehler at gmail.com> wrote:
>
>
> Hi Aki,
>
> Thanks for
2017 Apr 14
0
several misc questions, public folders and sharing, quota, ssl
Please keep responses on the list. Thank you. =)
Without ACL plugin there is no way to restrict access, it's free for all.
my site is a very tiny few user site, but ...
auth_mechanisms = login plain
mail_attribute_dict = file:%h/Mail/dovecot-attributes
mail_location = sdbox:~/Mail
mail_plugins = stats quota fts fts_lucene
namespace inbox {
inbox = yes
list = yes
location =
mailbox
2015 Feb 06
2
TLS config check
Hi All
First the essentials:
dovecot --version: 2.2.15
/usr/local/etc/dovecot/conf.d/10-ssl.conf:
ssl = required
ssl_cert =
</usr/local/openssl/certs/mail.domain.com.chained.dovecot.ecdsa.crt
ssl_key = </usr/local/openssl/certs/mail.domain.com.ecdsa.key
ssl_protocols = !SSLv2 !SSLv3
ssl_cipher_list =
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 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
2016 Oct 30
2
Defining INDEX target to other location than maildir seems to have no effect.
Dovecot Version 2.2.13
Linux Distribution: Debian Jessie
CPU Architecture: x64
Filesystem: GlusterFS/NFS, XFS for Base System/Index Files.
Two Dovecot/Postfix nodes accessing same GlusterFS/NFS Maildir.
Regardless what i choose in mail_location (:INDEX=MEMORY or
:INDEX=/var/indexes/%d/%n) all Mailbox index files will still get
created within the users mail_location maildir: ~/Maildir
My
2017 Nov 09
2
Sieve global path?
Hello,
I am building a new server on CentOS 7 and the global sieve filter can
not be loaded. The debug shows:
Nov? 9 15:23:09 mail dovecot: lmtp(11182, gao at mydomain.com): Debug:
sieve: Pigeonhole version 0.4.2 initializing
Nov? 9 15:23:09 mail dovecot: lmtp(11182, gao at mydomain.com): Debug:
sieve: include: sieve_global_dir is not set; it is currently not
possible to include `:global'
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 =
2017 Mar 02
3
welcome plugin
Hello,
Is anyone using the welcome plugin? I'm trying to utilize it to send a
message when a user first logs in to the system, containing important
information for them to know. The plugin loads, I don't have a
configuration problem, but the message never gets sent.
What can I provide to more easily troubleshoot this?
Thanks.
Dave.
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
2016 Apr 29
4
Changing Password Schemes
Good Day,
I have been following this tutorial without much luck -
http://wiki2.dovecot.org/HowTo/ConvertPasswordSchemes#CA-26af2b83a43b8100522c57565773f605c21f2f27_1
It is obvious to me that I am not following the instructions correctly
and need to be shown what I am misunderstanding.
I have an old postfix + dovecot + Roundcube mailserver
(mail.domain.Tld). Server clock is loosing time and
2016 Apr 29
4
Changing Password Schemes
converting the passwords in the database from clear/plain text to
SHA512-CRYPT
------------
You have a good day now, en mag jou m?re ook so wees,
Carl A Jeptha
On 2016-04-29 15:02, Steffen Kaiser wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Fri, 29 Apr 2016, Carl A Jeptha wrote:
>
>> Good Day,
>> I have been following this tutorial without much
2016 Nov 05
1
Defining INDEX target to other location than maildir seems to have no effect.
Hi!
Thank you for reporting this, we'll look into it.
Aki Tuomi
Dovecot oy.
> On November 5, 2016 at 11:31 PM Jules <jules at ispire.me> wrote:
>
>
> How can i commit this as bug report?
>
> > Am 30.10.2016 um 11:04 schrieb Julian Sternberg <jules at ispire.me>:
> >
> > Dovecot Version 2.2.13
> > Linux Distribution: Debian Jessie
>
2015 Jan 26
4
imap-login: Fatal: pipe() failed: Too many open files
Hi
I keep on getting errors and can't connect/login to Dovecot. I did my
research but unfortunately without success. It is for sure not ulimit
because ulimit is set to unlimited per default already. Still , it
complains about "Too many open files" but this is a test system and the
service dovecot and postfix have just been started. No one except me is
testing on this system.
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.