Dovecot lda-dupes

2023-09-27 Thread Francis Augusto Medeiros-Logeay via dovecot

Hi,

Since I enabled shared mailboxes I'm having these errors:

Sep 27 21:22:41 doveadm(fran...@med-lo.eu): Error: Failed to access 
mailbox dovecot/lda-dupes: 
stat(/var/mail/vmail/med-lo.eu/francis/.dovecot.lda-dupes/tmp) failed: 
Not a directory


And replication stopped.

How can I fix this?

Best,
Francis
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Re: Separators and shared namespaces

2023-09-27 Thread martin f krafft via dovecot

Regarding the following, written by "Aki Tuomi" on 2023-09-27 at 13:09 Uhr 
+0300:

The physical (file system) separator and hierachy separator are not related. 
You can safely change the hierarchy separator to / .


Okay, so what is it used for?

The shared namespace should have list=children, and you will not 
see anything by default, unless you have acl_shared_dict and have 
actually shared a folder.


Yeah, I have all of that. It works with `/`, but when I use `.`, it 
stops working. ACLs/sharing stays the same.


Best,

--
martin krafft | https://matrix.to/#/#madduck:madduck.net
 
"glaube heißt nicht wissen wollen, was wahr ist."

 - friedrich nietzsche
{: .blockquote }
 
spamtraps: madduck.bo...@madduck.net

{: .hidden }

___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Re: Separators and shared namespaces

2023-09-27 Thread Francis Augusto Medeiros-Logeay via dovecot
Hi,

When I used a ‘.’  as a separator, it seemed to truncate paths with the domain 
name, such as those with %%d. That happened only to shared namespaces.

Best,

Francis 
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Re: Can Dovecot Use Wildcard TLS Certificates?

2023-09-27 Thread Thomas Zajic

* duluxoz, 27.09.23 09:34


Quick Q: Can dovecot use wildcard TLS Certificates?
[...]


Both dovecot and mutt can handle wildcard certificates just fine.

HTH & HAND
Thomas
--
=-=
-   Thomas "ZlatkO" ZajicLinux-6.1 & Thunderbird-115   -
-"In layman's terms: speedy thing goes in, speedy thing comes out."   -
=-=

___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Re: Can Dovecot Use Wildcard TLS Certificates?

2023-09-27 Thread Thomas Zajic

[ re-sent from my subscription address ... oops :-) ]


* duluxoz, 27.09.23 09:34


Quick Q: Can dovecot use wildcard TLS Certificates?
[...]


Both dovecot and mutt can handle wildcard certificates just fine.

HTH & HAND
Thomas
--
=-=
-   Thomas "ZlatkO" ZajicLinux-6.1 & Thunderbird-115   -
-"In layman's terms: speedy thing goes in, speedy thing comes out."   -
=-=

___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Re: Separators and shared namespaces

2023-09-27 Thread Aki Tuomi via dovecot

> On 27/09/2023 12:03 EEST martin f krafft via dovecot  
> wrote:
> 
>  
> Hello,
> 
> I am running Dovcecot 2.3.19 on Debian, and I am trying to get 
> shared to work.
> 
> It's working if I do this:
> 
> ```
> namespace {
>type = shared
>separator = /
>prefix = Team/%%u/
>location = 
> maildir:%%h/Maildir:INDEX=%h/Maildir/Team/%%u:INDEXPVT=%h/Maildir/Team/%%u
>subscriptions = no
>list = children
> }
> ```
> 
> After setting some ACLs, I now have the following in `LIST` output:
> 
> ```
> …
> . LIST "" *
> * LIST (\HasNoChildren) "/" INBOX
> […]
> * LIST (\Noselect \HasChildren) "/" Team/rechnungseing...@example.org
> * LIST (\HasNoChildren) "/" "Team/rechnungseing...@example.org/Archiv 
> bearbeitete Rechnungen"
> . OK List completed (0.003 + 0.000 + 0.007 secs).
> ```
> 
> However, since I am using Maildir, the default separator is `.`, and 
> so I have to change the separator for the `inbox` namespace, which 
> makes me feel uneasy. The system still uses `.dotted.notation` on 
> the filesystem despite the namespace change, and subfolders and all 
> still work, but it still rubs me the wrong way to do this.
> 
> And yet, when I try to use `.` like this:
> 
> ```
>separator = .
>prefix = Team.%%u.
>location = 
> maildir:%%h/Maildir:INDEX=%h/Maildir/.Team,%%u:INDEXPVT=%h/Maildir/.Team.%%u
> ```
> 
> then nothing shows up in `LIST` output. Any idea why this might be?
> 
> Thanks,
> 
> -- 
> martin krafft | https://matrix.to/#/#madduck:madduck.net
Hi!

The physical (file system) separator and hierachy separator are not related. 
You can safely change the hierarchy separator to / .

There is nothing wrong about this.

The shared namespace should have list=children, and you will not see anything 
by default, unless you have acl_shared_dict and have actually shared a folder.

Aki
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Separators and shared namespaces

2023-09-27 Thread martin f krafft via dovecot

Hello,

I am running Dovcecot 2.3.19 on Debian, and I am trying to get 
shared to work.


It's working if I do this:

```
namespace {
  type = shared
  separator = /
  prefix = Team/%%u/
  location = 
maildir:%%h/Maildir:INDEX=%h/Maildir/Team/%%u:INDEXPVT=%h/Maildir/Team/%%u
  subscriptions = no
  list = children
}
```

After setting some ACLs, I now have the following in `LIST` output:

```
…
. LIST "" *
* LIST (\HasNoChildren) "/" INBOX
[…]
* LIST (\Noselect \HasChildren) "/" Team/rechnungseing...@example.org
* LIST (\HasNoChildren) "/" "Team/rechnungseing...@example.org/Archiv bearbeitete 
Rechnungen"
. OK List completed (0.003 + 0.000 + 0.007 secs).
```

However, since I am using Maildir, the default separator is `.`, and 
so I have to change the separator for the `inbox` namespace, which 
makes me feel uneasy. The system still uses `.dotted.notation` on 
the filesystem despite the namespace change, and subfolders and all 
still work, but it still rubs me the wrong way to do this.


And yet, when I try to use `.` like this:

```
  separator = .
  prefix = Team.%%u.
  location = 
maildir:%%h/Maildir:INDEX=%h/Maildir/.Team,%%u:INDEXPVT=%h/Maildir/.Team.%%u
```

then nothing shows up in `LIST` output. Any idea why this might be?

Thanks,

--
martin krafft | https://matrix.to/#/#madduck:madduck.net
 
"den stil verbessern, das heißt den gedanken verbessern."

 - friedrich nietzsche
{: .blockquote }
 
spamtraps: madduck.bo...@madduck.net

{: .hidden }
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


is dovecot 2.3.20 compatible with YESCRYPT? - yes it is

2023-09-27 Thread Andrew Hoff via dovecot
Dear Aki,

Thank you. Dovecot 2.3.20 is compatible with YESCRYPT. 

Please close the incident.

-- 
Andrew Hoff

On Sun, 2023-09-24 at 18:46 +0300, Aki Tuomi wrote:
> 
> > On 22/09/2023 07:46 EEST Andrew Hoff via dovecot
> >  wrote:
> > 
> >  
> > To Whom It May Concern,
> > 
> > Fedora 38 uses YESCRYPT by default to create the passwords stored
> > in
> > "shadow". The prefix is "$y$". 
> > 
> > Ref: 
> > https://doc.dovecot.org/configuration_manual/authentication/password_schemes/#authentication-password-schemes
> > 
> > The nearest supported password scheme is blowfish. 
> > 
> > Can dovecot 2.3.20 read passwords created with YESCRYPT?
> > 
> > Regards,
> > -- 
> > Andrew Hoff
> 
> Hi!
> 
> If the scheme is {CRYPT}, it should end up by default into crypt(),
> so if it supports $y$, it should work. But unfortunately dovecot
> can't create those passwords, so you need to generate yourself.
> 
> Aki

___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Exclude shared mailboxes from replication

2023-09-27 Thread Francis Augusto Medeiros-Logeay via dovecot
Hi,

I was wondering if it is possible to exclude shared mailboxes from replication.

I have us...@mydomain.com sharing mailboxes to us...@mydomain.com. 

However, since both mailboxes already replicate to a backup server, I wonder if 
it is possible to exclude the replicated mailboxes  from syncing.

Best,

Francis 
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org


Re: Can Dovecot Use Wildcard TLS Certificates?

2023-09-27 Thread dovecot--- via dovecot

Quick Q: Can dovecot use wildcard TLS Certificates?

I'm having issues with a new dovecot/postfix stack set-up and I can't get mutt 
on the local box to connect via imap - its coming back with an SSL error, and 
as I'm using a wildcard cert for the domain I was wondering if that was my 
issue.

If dovecot can use wildcard certs then I'll look elsewhere in my 
troubleshooting.



I use wildcard certs on my dovecot.

ssl_cert = 

Can Dovecot Use Wildcard TLS Certificates?

2023-09-27 Thread duluxoz

Hi All,

Quick Q: Can dovecot use wildcard TLS Certificates?

I'm having issues with a new dovecot/postfix stack set-up and I can't 
get mutt on the local box to connect via imap - its coming back with an 
SSL error, and as I'm using a wildcard cert for the domain I was 
wondering if that was my issue.


If dovecot can use wildcard certs then I'll look elsewhere in my 
troubleshooting.


Thanks in advance

Cheers

Dulux-Oz

___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org