Patrick Cernko via dovecot wrote:
> I am proud to announce my project "wormhole". This is an extension for
> Dovecot 2.4.1. It allows to continue the use of the replication feature of
> Dovecot that was removed with the 2.4 release.
Thanks, I've been waiting
Hello List,
I am proud to announce my project "wormhole". This is an extension for Dovecot 2.4.1.
It allows to continue the use of the replication feature of Dovecot that was removed
with the 2.4 release.
History:
I started this project by forking the replication code of Dovecot 2.
On 07/10/2025 02:45 EEST Jason White via dovecot
<[1]dovecot@dovecot.org> wrote:
pgnd <[2]p...@dev-mail.net> wrote:
not seeing your config, or your certs, here's one quick check.
long ago, i saw your error as a result of weak too-weak DH param
as a result of weak too-weak DH param.
check,
$ cd /etc/dovecot/
$ grep -i dh_ dovecot.conf conf.d/*
conf.d/10-ssl.conf: dh_file = /etc/ssl/dh4096.pem
$ openssl dhparam -in /etc/ssl/dh4096.pem -text -noout | grep bit
DH Parameters: (409
Genes Lists via dovecot wrote:
> There are some quirks in 2.4.1 where environment variables don't work
> for ssl cert specification (or in some other areas).
>
> May be different issue to yours, as this might have been a problem
> using doveconf to check config, or at serv
On Sat, Oct 04, 2025 at 02:47:49PM +0200, Jean-Paul POZZI via dovecot wrote:
>I want to install Dovecot CE on a new machine fitted with a Debian Trixie
>and there is no Dovecot repository for Trixie.
$ sudo apt install dovecot-imapd (dovecot-popd3d ...)
That's it. Dovecot CE
On 10/5/25 7:48 PM, infoomatic via dovecot wrote:
> or maybe you fully trust the developers, keep using dovecot:latest-2.4
That just pulls the latest _release_. The version in Debian carries some
important patches not yet included in any upstream release.
Distros sometimes fall behind but of
On 05/10/2025 11:34, Hadmut Danisch via dovecot wrote:
On Sun, Oct 05, 2025 at 07:34:14AM +0300, Sulev-Madis Silber via dovecot wrote:
at that point, why not run scripts already?
Because I wanted to do it just straigthforward, keep things together
in one place, not open a new djungle of
On Thu, Oct 2, 2025, 12:26p.m. Joel Mawhorter via dovecot
<[1]dovecot@dovecot.org> wrote:
Greetings,
How close in versions do dovecot installations need to be in order to
use doveadm sync? Exact same version? Same major version?
Accidentally replied just to Joel i
Hi Joel,
Try adding -D flag to doveadm, this is the debug flag.
Cheers
Dan
On 10/4/25 00:32, Joel Mawhorter via dovecot wrote:
Hello all,
I'm trying to use deoveadm to sync from a dovecot server running version 2.3.21.1 to a
version running 2.4.1. On the side initiating the "do
Hello all,
I'm trying to use deoveadm to sync from a dovecot server running version
2.3.21.1 to a version running 2.4.1. On the side initiating the "doveadm sync",
I get the following error:
dsync-remote(j...@z.org): Panic: file
dsync-mailbox-impo
On 04/10/2025 00:49, Oliver Welter via dovecot wrote:
Hi All,
I have migrated my mailserver (from dovecot 2.2 on debian 10 to dovecot
2.3 provided by the mailcow-dockerized project) by coping over the
mailstorage directory "as is".
There is now a single mailb
Do you know if IMAPSieve is supported to run when the source or target
is a virtual mailbox?
Ákos
2025. 08. 24. 8:08 keltezéssel, Ákos Szőts via dovecot írta:
Hi everyone,
In the following configuration my IMAPSieve script doesn't run on the
configured "copy" action when I
Hi All,
I have migrated my mailserver (from dovecot 2.2 on debian 10 to dovecot
2.3 provided by the mailcow-dockerized project) by coping over the
mailstorage directory "as is".
There is now a single mailbox where I have an issue with duplicated mails
- the "S
Hi All,
I have migrated my mailserver (from dovecot 2.2 on debian 10 to dovecot
2.3 provided by the mailcow-dockerized project) by coping over the
mailstorage directory "as is".
There is now a single mailbox where I have an issue with duplicated mails
- the "S
it'll need to be split out into 4 fields on the colon
delimiter it used to have.
--
Thomas "Andy" Baugh | Software Development Engineer IV
andy.ba...@webpros.com
http://www.webpros.com/
____
From: Aki Tuomi
Sent: Monday, September 29, 2025 10:15 AM
T
Thanks for your comment. So far as I understand it, yes. From the dovecot
documentation:
"Pigeonhole binaries, which provide support for the Sieve language and
ManageSieve protocol in Dovecot, were included starting with Debian Wheezy
The packages for Debian are installed
Greetings,
How close in versions do dovecot installations need to be in order to use
doveadm sync? Exact same version? Same major version?
thanks,
Joel
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le
Hi
I’m running Dovecot 2.3.21 with additional namespaces that point to
read-only maildir snapshots. The setup works fine for browsing and
copying messages, but when using Roundcube Webmail 1.5.3, there is a
problem with the IMAP MOVE command.
- If I try to move a message from a read-only
Hi,
I’m working with Dovecot 2.4.1 and the acl plugin.
I'm trying to get per-mailbox shared namespace+acl configured and working
dynamically.
One owner (ow...@example.com) has a real Maildir folder "TEST_SHARE" at the top
level
cd /mail/path/example.com/owner/Maildi
How to use redis as authentication database on dovecot 2.4.1
Sir, dovecot is great, thanks. I want to use redis as authentication database
on dovecot 2.4.1, but failed.
Dict key-value database (Redis, memcached, etc.) is listed on v2.3, but was
removed on 2.4.1.
As https://doc.dovecot.org
>>>>> "User" == User via dovecot writes:
> Thanks for getting back to me.
> @Andy I have indeed tried placing the params inside the inbox namespace
> as well to no avail. The error hadn't changed.
> What did work was switching the userdb query from &qu
I wouldn't be surprised if it would actually be easier to write an IMAP
server than to write a Dovecot plugin, especially if you have a good
IMAP library to work with. You can do it in the language of your choice,
and not need to worry about Dovecot's internals. The server you ma
> On 01/10/2025 02:59 EEST Old Guy via dovecot wrote:
>
>
> Dear all,
>
> I got it fixed on my own - thanks for your support ;)
>
> >From the config I removed the lines:
> * mail_path = ~/Maildir
> * mail_driver = maildir
>
> then I added thi
Hi!
Actually those settings are valid outside namespace too. Not sure why you think
they should be inside namespace?
Aki
> On 29/09/2025 17:52 EEST Andy Baugh via dovecot wrote:
>
>
> So, this message is pointing to the problem, it's just not obvious on first
&
= /path/to/CA.crt.pem
...
}
...
}
When I add an env var
import_environment {
CA_FILE=/path/to/CA.crt.pem
}
and change any of those
/path/to/CA.crt.pem
instances to this
%{env:CA_FILE}
OR this
$ENV:CA_FILE
I get errors os startup like
dovecot[13660]: doveconf: Fatal
> On 23/09/2025 08:56 EEST Martin Brampton via dovecot
> wrote:
>
>
> Just upgraded mail server from Debian 12 to 13. Fixed a number of issues with
> changed Dovecot, but stuck getting sieve working. The server uses LMTP. I’ll
> post some configuration if it helps.
>
I have finally resolved this. Dovecot was looking for sieve rules in
.dovecot.sieve. But they are (and have been for a long time) in
active-script.sieve.
This is kind of described in the documentation, although after reading
it several times, I still don't altogether understand it! Incl
The bug described above was fixed:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1115474#15
https://github.com/dovecot/core/commit/a70ce7d3e2f983979e971414c5892c4e30197231
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an
That is the bug and it was fixed quickly.
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
Is there any answer to my problem with sieve not working with Dovecot
2.4.1 from Debian 13?
I have twice been told that it will work if my configuration includes:
protocol lmtp {
mail_plugins {
sieve = yes
Hi,> Is there any answer to my problem with sieve not working with
Dovecot
2.4.1 from Debian 13?
I have twice been told that it will work if my configuration includes:
protocol lmtp {
mail_plugins {
sieve =
is ever running, although test mail messages qualify for being
moved.
The output from doveconf -n is attached. The only mention of sieve in
/var/log/mail.log is:
Sep 28 04:28:02 mx dovecot[1861243]: master: Dovecot v2.4.1-4 (7d8c0e5759)
starting up for imap, lmtp, sieve, pop3 (core
On 9/28/25 1:18 PM, Aki Tuomi via dovecot wrote:
> Such bug has not been reported to us yet
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1115474#15
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot
> On 28/09/2025 04:36 EEST John via dovecot wrote:
>
>
> Debian dovecot 2.4.1 /etc/dovecot/conf.d/20-lmtp.conf has the lines
> "mail_plugin" and "sieve = yes" commented-out by default.
>
> dovecot.conf should have a line at the bottom "!i
What exactly is not working? Can you attach doveconf -n output and, if
necessary, log entries?
Aki
On 28/09/2025 10:09 EEST Martin Brampton via dovecot
<[1]dovecot@dovecot.org> wrote:
Is there any answer to my problem with sieve not working with Dovecot
2.4.
Is there any answer to my problem with sieve not working with Dovecot
2.4.1 from Debian 13?
I have twice been told that it will work if my configuration includes:
protocol lmtp {
mail_plugins {
sieve = yes
Greetings,
I am unable to completely migrate my Dovecot 2.3 config to 2.4.1 as I'm
unable to get past the following error:
Error: Namespace inbox: maildir: maildir settings: Failed to parse
configuration: Failed to override configuration from userdb: Invalid
maildir=${domain}/$
the replication direction,
and convinced myself it was working, but after upgrading the last
server, they can't replicate in either direction.
--
Pete Greening
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
Debian dovecot 2.4.1 /etc/dovecot/conf.d/20-lmtp.conf has the lines
"mail_plugin" and "sieve = yes" commented-out by default.
dovecot.conf should have a line at the bottom "!include_try local.conf".
Uncomment this line. Place the above lines in /etc/dovecot/local.
Hi, greetings
Do sing out please if this is the wrong place or style for this mailing list,
please - and there's a community somewhere isn't there?
spent days not succeeding with these configs. I'm a new install on Trixie and
Dovecot 2.4.1 and going round in many circles w
Thanks. But where are you suggesting those lines should be? I already
have exactly that in 20-lmtp.conf. Are you saying it should be somewhere
else?
And if sieve_lmtpsieve is gone why are there references to it in the logs?
On 26/09/2025 23:43, John via dovecot wrote:
> Yes. Plu
Unknown option. Dovecot was configured and compiled without mbox. The server
uses mailfolder.
TB client uses mbox for local db, because TB's mailfolder is bugged.
Server and client internal db are independent.
Original Message
On 9/20/25 19:24, Aki Tuomi wrote:
&g
Thanks for the suggestion, Chad. The greps don't return anything for me
either!
This is every mention of sieve within /etc that isn't commented:
/etc/dovecot/conf.d/90-sieve.conf:sieve_script personal {
/etc/dovecot/conf.d/90-sieve.conf: sieve_script_path =
/var/vmail/sieve/%{u
Martin,
I'm using LMTP and sieve, and I don't have a "sieve_lmtpsieve" plugin
on my system either. The /usr/lib/dovecot/modules/sieve directory
shows the same files as yours.
I wonder if there's a typo somewhere in your config that's making it
try to load that m
Hello,
with the release of iOS 26, I had a look again at the infamous issue regarding
Apple‘s Mail.app with Dovecot, when folder content does not reliably sync or
mail content is not fully loaded. Some made a workaround by disabling
pipelining (I didn‘t), and some pointed out Stalwart
ed) failed: Permission denied, missing +x perm,
we're not in group`. The user should also not be in the group.
This is also reproducible when I do `doveadm mailbox list -u
some_unix_user`, where dovecot tries to list all of the mailboxes, even
though the user does not have permissions to do
On Tue, Sep 23, 2025 at 8:59AM Martin Brampton via dovecot
<[1]dovecot@dovecot.org> wrote:
Just upgraded mail server from Debian 12 to 13. Fixed a number of
issues
with changed Dovecot, but stuck getting sieve working. The server
uses
LMTP. I'l
> On 22/09/2025 22:14 EEST wt.forsaken--- via dovecot
> wrote:
>
>
> Hi there,
>
> I'm testing the new version of Dovecot 2.4 in Debian 13 before upgrading to
> my customers and I'm having difficult on trying to override the user's quota.
> The L
Hi there,
I'm testing the new version of Dovecot 2.4 in Debian 13 before upgrading to my
customers and I'm having difficult on trying to override the user's quota.
The LDAP base is from Samba4 AD and having been trying the following
configuration:
auth-ldap.conf.ext:
l
> On 22/09/2025 03:52 EEST Laura Steynes via dovecot
> wrote:
>
>
> We have two main mail server system, our broadband users on one, and, our
> hosting clients on another, because of the large number of customers on
> both, we use the following formats, I am looking
We have two main mail server system, our broadband users on one, and, our
hosting clients on another, because of the large number of customers on
both, we use the following formats, I am looking at adding one dovecot 2.4
front end to the farm to see how it will perform, but with a such
slow.
Please write instructions to enforce this local policy in dovecot, so that when
users try to create an inbox subfolder, dovecot refuses the action.
Thank you
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le
manifestation of serious "platform decay".
This is starting to affect all my immediate family members.
In my opinion, one should have methodology to move GMail
away of Google for Information Lifecycle Management.
To achieve, I have setup Debian 12 virtual machine on QNAP
running Dovecot. Thi
Hi,
In a new dovecot 2.4 config I'm setting up a inet_listener for a service.
I want to use an env var in `listen` expansion, like
service imap-login {
inet_listener imaps {
listen = %{env:LAN_IPv4}, 127.0.0.1
}
}
This
https://doc.dovecot.org/2.4.1/core/set
On Sep 11, 2025, at 11:25, Aki Tuomi via dovecot
wrote:
Hi!
Usually global acls (with acl plugin) are used to prevent access to a
folder. You can use "Deleted Messages" owner in global acl file to block
access
I'm not trying to deny access to t
Have you tried to add
https://doc.dovecot.org/2.4.1/core/summaries/settings.html#imap_client_workarounds
imap_client_workarounds {
tb-extra-mailbox-sep = yes
}
to see if it helps?
> On 20/09/2025 20:06 EEST Rupert Gallagher via dovecot
> wrote:
>
>
> When I open TB,
ded: mailbox X does not exist.
>
>
>
>
___________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
exist.
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
:u.de...@mydomain.net
17. mailto:u.de...@mydomain.net
18. mailto:u.de...@mydomain.net
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
Hi,
On Sat, Sep 20, 2025, at 10:49 AM, Aki Tuomi via dovecot wrote:
> The current $ENV: expansion is whitespace delimited.
>
> Aki
Is the need to use the $ENV expansion format in 'listen' intentional?
Is that planned to be changed to be consistent with the docs?
Is there a
It might work better if you export LAN_IPv6 as [address]. The current $ENV:
expansion is whitespace delimited.
Aki
> On 20/09/2025 16:52 EEST publists--- via dovecot wrote:
>
>
> Hi,
>
> On Sat, Sep 20, 2025, at 9:13 AM, Aki Tuomi via dovecot wrote:
> > Can y
On Sun, 2025-09-14 at 13:30 -0400, Alex via dovecot wrote:
... rying to configure
oauth2 support for a client application called acymailing as part of
joomla.
I'm trying to follow the instructions here, but I don't understand why I
would need to involve goo
Hi,
On Sat, Sep 20, 2025, at 9:13 AM, Aki Tuomi via dovecot wrote:
> Can you try
>
>listen = $ENV:LAN_IPv4 , 127.0.0.1
>
>note the space before comma
>
>Aki
With
cat dovecot.conf
importEironment {
E_LAN_IPv4 = %{env:LAN_IPv4}
E_LAN_IPv6 = %{e
Can you try
listen = $ENV:LAN_IPv4 , 127.0.0.1
note the space before comma
Aki
On 20/09/2025 15:46 EEST publists--- via dovecot
<[1]dovecot@dovecot.org> wrote:
Hi,
In a new dovecot 2.4 config I'm setting up a inet_listener for a
service.
:
I try to configure a public folder with acl on debian trixie .
2.4.1-4 (7d8c0e5759): /etc/dovecot/dovecot.conf
# Pigeonhole version 2.4.1-4 (0a86619f)
# OS: Linux 6.12.41+deb13-amd64 x86_64 Debian 13.1
If I don't enable imap_acl there are no acl's which s
On 19/09/2025 22:38, John Stoffel via dovecot wrote:
"Rupert" == Rupert Gallagher via dovecot [1] writes:
oh boy oh boy, said the star wars muppet... I am with the user. He
uses windows with tb.
Interesting. But this looks to be more and more a TB issue.
Each time tb
>>>>> "Marcos" == Marcos José Texeira via dovecot writes:
??? You sent an empty reply :-)
_______
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
>>>>> "Rupert" == Rupert Gallagher via dovecot writes:
> oh boy oh boy, said the star wars muppet... I am with the user. He
> uses windows with tb.
Interesting. But this looks to be more and more a TB issue.
> Each time tb starts, it hangs for 20min at
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
Original Message
On 9/18/25 17:43, John Stoffel wrote:
> >>>>> "Rupert" == Rupert Gallagher via dovecot writes:
>
> >Those alternatives are not applicabile.
>
> Are your users runn
>>>>> "Rupert" == Rupert Gallagher via dovecot writes:
>Those alternatives are not applicabile.
Are your users running the latest version of ThunderBird?
> Original Message
>On 9/18/25 14:29, Genes Lists wrote:
> On T
On Thu, 2025-09-18 at 09:19 +, Rupert Gallagher via dovecot wrote:
Hello,
I note the following problem. If the inbox holds many subfolders with
mail, thunderbird spends a lot of time on startup.
Does seem a bit odd to attempt to limit/cripple the server when the flaw
the inbox clear of
> subfolders. However, a user keeps ignoring the local policy while also
> lamenting the mail is slow.
>
> Please write instructions to enforce this local policy in dovecot, so that
> when users try to create an inbox subfold
asc
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
Hi,
We use Dovecot and Postfix for internal emails and keep aliases in an LDAP
table. We have multiple sites, with some user mailboxes local to each.
If user A and B are both in alias OurGroup, and a message is sent to
[1]ourgr...@domain.com [2]a...@domain.com and [3]b
Those alternatives are not applicabile.
Original Message
On 9/18/25 14:29, Genes Lists wrote:
On Thu, 2025-09-18 at 09:19 +, Rupert Gallagher via dovecot wrote:
Hello,
I note the following problem. If the inbox holds many subfolders with
LM there.
Also you could explain a bit what kind of problems you have with Sieve.
Aki
> On 11/09/2025 21:02 EEST Erick Calder via dovecot wrote:
>
>
> hi. I'm running on Fedora 42 and want to hide the Deleted Messages folder
> (because I want to use Trash instead). un
> On 09/16/2025 3:27 PM MDT publists--- via dovecot wrote:
>
> But a config check fails,
>
> doveconf: Fatal: Error in configuration file
> /etc/dovecot/conf.d/50-fts.conf line 29: max_term_size: Unknown setting:
> max_term_size (fts_max_term_size or fts_flatcurve_ma
heck fails,
doveconf: Fatal: Error in configuration file
/etc/dovecot/conf.d/50-fts.conf line 29: max_term_size: Unknown setting:
max_term_size (fts_max_term_size or fts_flatcurve_max_term_size not found
either.)
There's no mention of "max_term_size" in
https://doc.d
Hi, I have a fedora42 system with dovecot-2.3.21 and trying to configure
oauth2 support for a client application called acymailing as part of
joomla.
I'm trying to follow the instructions here, but I don't understand why I
would need to involve google as the provider
You should try this settings :
service anvil {
unix_listener anvil {
user = dovecot
group = dovecot
mode = 0660
}
}
--
Bruno
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an
This looks a lot like a bug. Will investigate..
Op 15-8-2025 om 12:29 schreef Niklas Meyer via dovecot:
Hello everyone,
I am currently working on porting the Dovecot 2.4 configuration from the
latest 2.3 version.
During this process, I encountered issues with the Sieve filters
r, when I look
in /var/lib64/dovecot, I don't see any such plugin. I also cannot find in
the repositories any RPM that provides it. I understand it may be baked
into the core binary but if so, enabling it should work, and yet if I do
enable it, I get the error below:
Sep 11 10:06
I try to configure a public folder with acl on debian trixie .
2.4.1-4 (7d8c0e5759): /etc/dovecot/dovecot.conf
# Pigeonhole version 2.4.1-4 (0a86619f)
# OS: Linux 6.12.41+deb13-amd64 x86_64 Debian 13.1
If I don't enable imap_acl there are no acl's which seems legit.
> On 11/09/2025 19:53 EEST Kamil Jońca via dovecot wrote:
>
>
> Does dovecot LMTP can process SMTPUTF8 emails?
> I guess not, but I want to confirm.
> KJ
>
> --
There is experimental support in 2.4.1, you can enable this with
mail_utf8_extensions=yes. See
https
> On 09/11/2025 10:53 AM MDT Kamil Jońca via dovecot
> wrote:
>
> Does dovecot LMTP can process SMTPUTF8 emails?
> I guess not, but I want to confirm.
https://doc.dovecot.org/2.4.1/core/summaries/settings.html#mail_utf8_extensions
Requires --enable-experimental-mail-utf8
Does dovecot LMTP can process SMTPUTF8 emails?
I guess not, but I want to confirm.
KJ
--
http://wolnelektury.pl/wesprzyj/teraz/
is a surgical war where you go give the foreign troops nose jobs?
___
dovecot mailing list -- dovecot@dovecot.org
To
Op 10-9-2025 om 00:58 schreef Stephan Bosch via dovecot:
Op 9-9-2025 om 02:51 schreef Stephan Bosch via dovecot:
This looks a lot like a bug. Will investigate..
I can reproduce it. Now to find the cause...
This fixes it here:
diff --git a/src/lib-sieve/sieve-script.c b/src/lib-sieve
Op 9-9-2025 om 02:51 schreef Stephan Bosch via dovecot:
This looks a lot like a bug. Will investigate..
I can reproduce it. Now to find the cause...
Op 15-8-2025 om 12:29 schreef Niklas Meyer via dovecot:
Hello everyone,
I am currently working on porting the Dovecot 2.4
Hi!
Due to algorithm limitations, we have signed the RHEL8 packages for 2.4.1 with
Dovecot 2.3 signing key. This should make it verifiable on RHEL8.
Regards,
Aki Tuomi
Open-Xchange oy
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe
On 6/09/25 22:03, Aki Tuomi via dovecot wrote:
We are looking into resigning 2.4.1 RHEL8 with the RSA key for 2.3.
Suggestion: Rather than have a separate key for each major release of
Dovecot instead you could have a separate key for each major release of
EL. This also has the
> On Sep 5, 2025, at 16:49, Zakaria via dovecot wrote:
>
> Try to install two dovecot services, one with config using maildir and
> other mbox.
Complex setup, not acceptable. :)
I wish Dovecot can solve it internally.
___
dovecot
Try to install two dovecot services, one with config using maildir and
other mbox.
Set shared folder in config with same path and each use different port and
different webmail installation on different domain mbox.domain.com and
maildir.domain.com, for mbox configure e.g. imap
> On 05/09/2025 09:36 EEST Zhang Huangbin via dovecot
> wrote:
>
>
> > On Sep 5, 2025, at 13:05, Aki Tuomi wrote:
> >
> > Running mixed system with shared folders is going to indeed be very
> > difficult and I would strongly recommend against it.
Op 4-9-2025 om 20:33 schreef hmmmz1000--- via dovecot:
Hello,
I'm using dovecot (2.3) lua with dovecot.http.client but I need the request url
to have an url encoded slash (/) as %2F (or %2f) but if I enter for example
https://test.com/%2F/test it looks like it changes it to a slash
(
I have a dovecot system running in my kubernetes cluster that i use to
gateway some emails to imap that are in turn used by systems that poll for
email. No people are involved.
Its been running for sometime on 2.3, i've now updated the base container
to 2.4 and i have two pro
On 06/09/2025 12:21 EEST Edmund Lodewijks via dovecot
<[1]dovecot@dovecot.org> wrote:
On Thu Aug 28, 2025 at 4:11 PM SAST, Gioele Pannetto via dovecot wrote:
Hi,
Hi!
I fired up a test VM with Rocky Linux 8.10 to see what's happening.
On Thu Aug 28, 2025 at 4:11 PM SAST, Gioele Pannetto via dovecot wrote:
> Hi,
Hi!
I fired up a test VM with Rocky Linux 8.10 to see what's happening.
> I'm having issues while installing Dovecot 2.4 on a Rocky Linux 8.10 serv=
er.
> When I run dnf update I get a GPG
On Thu Aug 28, 2025 at 4:11 PM SAST, Gioele Pannetto via dovecot wrote:
> Hi,
Hi!
I fired up a test VM with Rocky Linux 8.10 to see what's happening.
> I'm having issues while installing Dovecot 2.4 on a Rocky Linux 8.10 server.
>
> When I run dnf update I get a GPG erro
1 - 100 of 6180 matches
Mail list logo