in a recent post, sven made a clear/cogent arg for sdbox vs maildir
> While Maildir seems to be an obvious choice, it has some hidden
> performance impacts, namely it relies heavily on information encoded in
> the filename, which results in a big overhead in meta-operations,
>
On 25 Sep 2020, at 16:27, Sven Hartge wrote:
> On 25.09.20 23:04, Alex wrote:
>>
I'd like to create a shared folder to be used with an Outlook client
and a Thunderbird client. We're currently using mboxes.
I've read the documentation here about creating a shared folder:
On 25.09.20 23:04, Alex wrote:
> Hi,
>
>>> I'd like to create a shared folder to be used with an Outlook client
>>> and a Thunderbird client. We're currently using mboxes.
>>>
>>> I've read the documentation here about creating a shared folder:
>>> https://wiki.dovecot.org/SharedMailboxes/Shared
>
Hi,
> > I'd like to create a shared folder to be used with an Outlook client
> > and a Thunderbird client. We're currently using mboxes.
> >
> > I've read the documentation here about creating a shared folder:
> > https://wiki.dovecot.org/SharedMailboxes/Shared
> >
> > It doesn't make reference to
On 25.09.20 21:28, Alex wrote:
> I'd like to create a shared folder to be used with an Outlook client
> and a Thunderbird client. We're currently using mboxes.
>
> I've read the documentation here about creating a shared folder:
> https://wiki.dovecot.org/SharedMailboxes/Shared
>
> It doesn't ma
Hi,
I'd like to create a shared folder to be used with an Outlook client
and a Thunderbird client. We're currently using mboxes.
I've read the documentation here about creating a shared folder:
https://wiki.dovecot.org/SharedMailboxes/Shared
It doesn't make reference to how to do this using mbox
I'm setting up an alternative submission relay host for dovecot. Atm, it's
pointing @ fastmail.com.
with dovecot config,
submission_relay_host = smtp.fastmail.com
submission_relay_port = 465
submission_relay_ssl= smtps
submission_relay_ssl_ver
On 24 Sep 2020, at 22:07, Sami Ketola wrote:
> I think this should be
>
> require ["environment"];
>
> instead.
I eventually stumbled on a syntax that worked. Putting all of this in one place:
- You need to turn on the sieve_extprograms plugin:
sieve_plugins = sieve_extprograms
- Then you