Re: [Dovecot-news] Dovecot v2.4.0 released

2025-01-26 Thread A. Schulze via dovecot
Am 24.01.25 um 19:04 schrieb Aki Tuomi via dovecot: ... and we decided to drop the conf.d example files But that's a shame. I used (grep) that as point where all parameters are mentioned Andreas ___ dovecot mailing list -- dovecot@dovecot.o

Re: Crash dovecot-2.3.21.1 on OpenBSD

2024-10-31 Thread Kirill A. Korinsky via dovecot
On Thu, 31 Oct 2024 14:43:44 +0100, Aki Tuomi wrote: > > > > On 31/10/2024 15:29 EET Kirill A. Korinsky via dovecot > > wrote: > > > > > > Good day, > > > > I just discovered a core file from dovecot's imap. > > > >

Crash dovecot-2.3.21.1 on OpenBSD

2024-10-31 Thread Kirill A. Korinsky via dovecot
Good day, I just discovered a core file from dovecot's imap. It is running on OpenBSD 7.6 and dovecot is built with https://github.com/dovecot/core/pull/223 Stacktrace: #0 fts_search_merge_scores_or (dest=0x73b552104f38, src=) at fts-search.c:278 src2 = sr

Re: log: msgid= followed by space

2024-10-18 Thread A. Schulze via dovecot
Kenneth Irving via dovecot: I see *no* space after msgid= yes, it's indeed a problem of visiblility. Mailclients as well as the listarchive tend to break lines exactly there, where it becomes interesting and additionally they remove the brackets because they are missinterpret

log: msgid= followed by space

2024-10-17 Thread A. Schulze via dovecot
Hello, I noted today unexpected spaces after 'msgid=' in the logs, dovecot-2.3.21.1 produce. First time a message from outlook was under inspection but I found also other sources. there was one (unanswered) question in the list archive, that may be related: https://dovecot.or

Re: dsync with vurtial folder leads to mess of msg ID

2024-09-25 Thread Kirill A. Korinsky via dovecot
Folks, finally, I was able to track the issue and fix it. Here the PR: https://github.com/dovecot/core/pull/223 With this replication_sync_timeout = 10 wroks without any crash for more than of 7 hours on my cluster. Before it crashes each processed email. Thus, this fix allows to switch to TCP+

Re: dsync with vurtial folder leads to mess of msg ID

2024-09-24 Thread Kirill A. Korinsky via dovecot
On Tue, 24 Sep 2024 16:05:14 +0200, Kirill A. Korinsky wrote: > > #9 0x0c7bec3e1054 in pool_data_stack_realloc (pool=, > mem=0xc7d0cfeb028, old_size=4294967296, new_size=8589934592) > at mempool-datastack.c:173 Here: - 4294967296 is 0x1 - 8589934592 is 0x2

Re: dsync with vurtial folder leads to mess of msg ID

2024-09-24 Thread Kirill A. Korinsky via dovecot
success = lookups_end = #17 replicator_queue_push (queue=0xc7c67bb0b40, user=0xc7c67bc70a0) at replicator-queue.c:352 _data_stack_cur_id = #18 0x0c79cd738b9e in dsync_callback (reply=DSYNC_REPLY_OK, state=0xc7c601b1740 "AQAAANnUUhPeOYtlD

Re: dsync with vurtial folder leads to mess of msg ID

2024-09-24 Thread Kirill A. Korinsky via dovecot
On Tue, 24 Sep 2024 00:20:58 +0200, Kirill A. Korinsky wrote: > > I also discover this commit > https://github.com/dovecot/core/commit/3001c1410e72440e48c285890dd31625b7e12555 > > As naive approach I had backported it to 2.3.21.1 let see how it goes. > It doesn't

Re: dsync with vurtial folder leads to mess of msg ID

2024-09-23 Thread Kirill A. Korinsky via dovecot
Greetings, On Sun, 21 Apr 2024 22:52:41 +0200, Kirill A. Korinsky wrote: > > Excluding INBOX from virtual folder seems that allows to avoid the issue. > And today it had exploded inside virtual.Archive folder. Inside logs regarding an email which triggered an issue I have: Sep 23

Re: [External] Mail Backup from IMAP to POP3

2024-09-17 Thread Kevin A. McGrail via dovecot
On 9/15/2024 10:54 PM, Reprobus via dovecot wrote: RAPTOR REMARK: Alert! Please be careful! This email is from an EXTERNAL sender. Be aware of impersonation and credential theft. Hi, I'm in a situation whereas I need to backup my email from an IMAP server to a POP3 email client of my cho

Re: Oauth2 MFA config

2024-05-24 Thread A. Schulze via dovecot
a custom ID provider, not Google as described here: https://doc.dovecot.org/configuration_manual/authentication/oauth2/ Hello, wish, you get more responses then my similar question: https://dovecot.org/mailman3/hyperkitty/list/dovecot@dovecot.org/message/JJEEJG3JR5GT3H2MQEUDRLNEAA4US4KP/ Andreas

Re: dsync with vurtial folder leads to mess of msg ID

2024-05-24 Thread Kirill A. Korinsky via dovecot
Greetings, On Sun, 21 Apr 2024 21:52:41 +0100, Kirill A. Korinsky wrote: > > Excluding INBOX from virtual folder seems that allows to avoid the issue. > I'd like to confirm that excluding INBOX from virtual folder indeed allows to avoid that issue. Any suggestion how can I

using keycloak

2024-04-25 Thread A. Schulze via dovecot
Hello, I'm relative new to oauth2. I like to understand a setup for dovecot but https://doc.dovecot.org/configuration_manual/authentication/oauth2/ is not enough for me. Could anybody describe a simple setup where dovecot uses keycloak. For simplification I would start with keycloak'

Re: dsync with vurtial folder leads to mess of msg ID

2024-04-21 Thread Kirill A. Korinsky via dovecot
Greeting, Since last status update I've switched my workflow from active using virtual.All into virtual.Archive folder. After the switch I've recreated virtual.All on both servers. Folder definition: mx1$ cat /etc/dovecot/virtual/Archive/dovecot-virtual

Re: dsync with vurtial folder leads to mess of msg ID

2024-04-18 Thread Kirill A. Korinsky via dovecot
Greeting, On Thu, 18 Apr 2024 17:51:06 +0200, Kirill A. Korinsky wrote: > > All of this allows to reconstruct the workflow which leads to an issue: > 1. mx2 had a new mail. > 2. mx2 registered that mail as 147699 inside virtual folder. > 3. by some reason this email wasn'

Re: dsync with vurtial folder leads to mess of msg ID

2024-04-18 Thread Kirill A. Korinsky via dovecot
Greetings, Seems that I had catched a proof that it is defently bug in dsync. On Thu, 18 Apr 2024 16:59:23 +0200, Kirill A. Korinsky wrote: > > Anyway, I'll be back. > As usual after I sent an update here, the issue is comeback. mx1# doveadm fetch "uid guid" -u

Re: dsync with vurtial folder leads to mess of msg ID

2024-04-18 Thread Kirill A. Korinsky via dovecot
Greetings, On Wed, 28 Feb 2024 22:15:55 +0100, Kirill A. Korinsky wrote: > > As the next step I've reduced logs to verbose, let's see how it goes. > Reducing verbosity re-triggered an issue. Meanwhile, as a lucky guess I've increased the number of open files on al

Re: dsync with vurtial folder leads to mess of msg ID

2024-02-28 Thread Kirill A . Korinsky
Greetings, Rigt now both of servers works with debug log of dsync and produces ~1G logs per day. Seems that such verbose output decreases probability of issue. For a week no more desync of uid in virtual boxes. mx1# doveadm fetch -u kir...@korins.ky 'uid' mailbox virtual.All | g

Re: dsync with vurtial folder leads to mess of msg ID

2024-02-21 Thread Kirill A . Korinsky
on bigger interval (an hour): mx1# zgrep '17 1[78]:' /var/log/maillog.3.gz | grep dsync mx1# and mx2# zgrep '17 1[78]:' /var/log/maillog.3.gz | grep dsync mx2# Also hasn't got anything. It seems that SSH based replication is better than TCP, and both of at lea

Re: dsync with vurtial folder leads to mess of msg ID

2024-02-16 Thread Kirill A . Korinsky
Greetings, I'd like to report that switch from TCP based replication to SSH based seems to solve this issue. SSH-based replication last for almost 24h. After I've switched to it I had removed all virtual folders on all users, that triggres re-creating it. Since then, I can't reproduce it. mx1

doveadm fetch complains as Message was expunged

2024-02-10 Thread Kirill A . Korinsky
Greeetings, I do have a cron script which runs doveadm NOT mailbox Junk SEEN SINCE 30d Everything works well with one exception, if user removes email when it's running, it may lead to an email from cron like: doveadm(...): Error: fetch(hdr) failed for box=virtual.All uid=145266: Me

Re: sieve filter generated email- sent folder

2024-01-26 Thread joe a
On 1/26/2024 14:31:04, Oscar del Rio wrote: On 2024-01-26 1:05 p.m., joe a wrote: The "mailto:"; function does not seem to place a copy of the sent message in the "Sent" folder.  In the (snipped) example below the text message is received but no copy is seen in the Sen

Re: sieve filter generated email- sent folder

2024-01-26 Thread joe a
Let me rephrase this question: The "mailto:"; function does not seem to place a copy of the sent message in the "Sent" folder. In the (snipped) example below the text message is received but no copy is seen in the Sent folder. Is there a setting I have missed or is th

Re: dsync with vurtial folder leads to mess of msg ID

2024-01-26 Thread Kirill A . Korinsky
On Fri, 26 Jan 2024 01:44:06 +0100, Kirill A. Korinsky wrote: > > So far so good. > And here we go again mx1# doveadm fetch -u kir...@korins.ky 'uid' mailbox virtual.All | grep '^uid:' | tail -n 20 uid: 144044 uid: 144045 uid: 144046 uid: 144047 ui

Re: dsync with vurtial folder leads to mess of msg ID

2024-01-25 Thread Kirill A . Korinsky
On Sun, 21 Jan 2024 17:31:37 +0100, Kirill A. Korinsky wrote: > > mail_replica = tcps:mx2.catap.net > I've discovered that using TCP+SSL replication leads to errors in logs: Error: Couldn't lock ../.dovecot-sync.lock: fcntl(../.dovecot-sync.lock, write-lock, F_SET

sieve filter generated email- sent folder

2024-01-25 Thread joe a
dovecot 2.3.21 pigeonhole 0.5.21. Filters created via roundcube. Attempting to have filters detect certain email, send a notification text message to mobile via email, and copy that notification email to "Sent" folder. Filter(s) detect condition, move the email to desired folder

Re: Error activating filter set

2024-01-25 Thread joe a
Resolved by correcting error for sieve script location in 90-sieve.conf. >> On 1/24/2024 16:02:20, joe a wrote: Some success creating and using filters, created via roundcube, but, when testing activate and deactivating filter sets, received an error. However, I can edit and add f

Error activating filter set

2024-01-24 Thread joe a
Some success creating and using filters, created via roundcube, but, when testing activate and deactivating filter sets, received an error. However, I can edit and add filters without apparent error, even "importing" from an existing filter set. var/log/dovecot-info.log shows, in part: ([%use

Re: Managesieve "config" unable to complete?

2024-01-23 Thread joe a
On 1/23/2024 15:37:27, Arjen de Korte wrote: Citeren joe a : On 1/23/2024 13:20:20, Arjen de Korte wrote: Citeren joe a : Dovecot installed on OpenSuse Leap 15.5, from their supplied "dovecot23" package.  That package claims to be Dovecot 2.3.21 and Pigeonhole 0.5.21 You need

Strangeness in defining "protocols"

2024-01-23 Thread joe a
Well, a strangeness to my view. Since this is an opensuse package and not the "lastest and greatest", not sure if I should post this here or "over there". It is a given that I may have, through some noobiness have bungled something early on that is causing this. I am pre

Re: managesieve server not answering?

2024-01-23 Thread joe a
On 1/22/2024 12:52:01, Benny Pedersen wrote: joe a skrev den 2024-01-22 17:40: I don't grasp where you suggest placing "sieve" # grep sieve /etc/dovecot/dovecot.conf /etc/dovecot/dovecot.conf:protocols = imap lmtp sieve means change protocols = imap lmtp to protocols =

Re: Managesieve "config" unable to complete?

2024-01-23 Thread joe a
On 1/23/2024 13:20:20, Arjen de Korte wrote: Citeren joe a : Dovecot installed on OpenSuse Leap 15.5, from their supplied "dovecot23" package.  That package claims to be Dovecot 2.3.21 and Pigeonhole 0.5.21 You need to change the following two files: /etc/dovecot/conf.d/20-manage

Re: Managesieve "config" unable to complete?

2024-01-23 Thread joe a
On 1/23/2024 12:49:12, Chad Wallace wrote: On Tue, 23 Jan 2024 11:57:11 -0500 joe a wrote: What say we try this again, on a "blank slate"? Dovecot installed on OpenSuse Leap 15.5, from their supplied "dovecot23" package. That package claims to be Dovecot 2.3.21 and Pigeo

Managesieve "config" unable to complete?

2024-01-23 Thread joe a
What say we try this again, on a "blank slate"? Dovecot installed on OpenSuse Leap 15.5, from their supplied "dovecot23" package. That package claims to be Dovecot 2.3.21 and Pigeonhole 0.5.21 Unable to get managesieve to bind to port 4190. Output of dovecot -n attach

Re: managesieve server not answering?

2024-01-22 Thread joe a
On 1/22/2024 15:21:22, joe a wrote: On 1/18/2024 18:30:06, Joe Acquisto wrote: Trying to connect to managesieve server configured to port 4190. No go. Roundcube is configured (thunderbird apparently having nothing current), but selecting "Add Filter" (new since re-configured for m

Re: managesieve server not answering?

2024-01-22 Thread joe a
e to connect to server". Port 4190 does not seem to answer or be "bound" to anything. Telnet to 4190 produces "connection refused". A "one box" solution. If I had to guess, I would guess, operator error.    Otherwise, things are looking up. 

Re: managesieve server not answering?

2024-01-22 Thread joe a
On 1/21/2024 19:00:28, Benny Pedersen wrote: joe a skrev den 2024-01-21 22:20: Now, where are my notes? . . . oh, right, my bad. check the maillist then :=) protocols = imap lmtp add sieve there more help then i need "netstat -natpu | grep dovecot" output tux ~ # netstat -na

Re: managesieve server not answering?

2024-01-21 Thread joe a
On 1/21/2024 19:00:28, Benny Pedersen wrote: joe a skrev den 2024-01-21 22:20: Now, where are my notes? . . . oh, right, my bad. check the maillist then :=) protocols = imap lmtp add sieve there more help then i need "netstat -natpu | grep dovecot" output tux ~ # netstat -na

Re: managesieve server not answering?

2024-01-21 Thread joe a
that openSuse provided everything prepackaged. dovecot -n, does indicate Pigeonhole exists, so one presumes managesieve is there. Should I be able to find a managesieve binary somewhere? Perhaps I need to follow this up with OpenSuse rather than annoy people here

Re: managesieve server not answering?

2024-01-21 Thread joe a
On 1/21/2024 16:25:02, Larry Rosenman wrote: Joe A: If you are on FreeBSD, is there a reason you're not using the Ports version (either via pkg or compiled from ports? I'm the FreeBSD port maintainer and am more than happy to help privately if necessary. On Sun, Jan 21, 2024 at 3:2

Re: managesieve server not answering?

2024-01-21 Thread joe a
On 1/21/2024 15:05:13, Benny Pedersen wrote: joe a skrev den 2024-01-21 20:47: Ah, I see what you meant now. good to see progress I added the local host and the bound NIC IP, restarted dovecot, but, still no love from 4190 check your doveconf -n, if missing what i posted, unsure ? pm me

Re: managesieve server not answering?

2024-01-21 Thread joe a
On 1/21/2024 14:13:14, Benny Pedersen wrote: joe a skrev den 2024-01-21 19:42: Do not know what you mean by "containers". service managesieve-login {   inet_listener sieve {     address = 127.0.0.1     port = 4190   }   process_min_avail = 0   service_count = 1   vsz_li

Re: managesieve server not answering?

2024-01-21 Thread joe a
On 1/21/2024 13:00:25, Benny Pedersen wrote: joe a skrev den 2024-01-21 17:55: I don't see "login_access_sockets = tcpwrap" via dovecot -n and am on openSuse Leap 15.5, not FreeBSD. However output of socklist -l is attached. Interestingly, I see tcp6 and udp6 listed.  Not sure

Re: managesieve server not answering?

2024-01-21 Thread joe a
I don't see "login_access_sockets = tcpwrap" via dovecot -n and am on openSuse Leap 15.5, not FreeBSD. However output of socklist -l is attached. Interestingly, I see tcp6 and udp6 listed. Not sure what that means in this context as IPv6 is not enabled, supposedly, on this uni

Re: dsync with vurtial folder leads to mess of msg ID

2024-01-21 Thread Kirill A . Korinsky
On Sun, 21 Jan 2024 16:34:44 +0100, Aki Tuomi wrote: > > Can you send output of doveconf -n? > Sure, here it is: # 2.3.20 (80a5ac675d): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.20 (149edcf2) # OS: OpenBSD 7.4 amd64 # Hostname: mx1.catap.net default_vsz_limit = 10 G dovead

Re: dsync with vurtial folder leads to mess of msg ID

2024-01-20 Thread Kirill A . Korinsky
I'd like to add that allowing to save messages via virtual folder to some folder by change it defintion to * !Archive -Trash -Trash/* -Junk -Junk/* all doesn't help and syncronization fails as usual: Jan 20 15:34:06 mx1 dovecot: doveadm(kir...@korins.ky)<75563>: Error: Can't c

dsync with vurtial folder leads to mess of msg ID

2024-01-19 Thread Kirill A . Korinsky
Greetings, I have a setup with two dovecot servers and dsync replication between them. On both of them I have a virtual folders, forexample All with config: mx1# cat /etc/dovecot/virtual/All/dovecot-virtual * -Trash -Trash/* -Junk -Junk/* all All virtual folders are excluded

Re: Documentation flaw: man-page link.

2024-01-19 Thread joe a
Further along those lines, at the below page, only download and installation is "not broken". https://doc.dovecot.org/admin_manual/pigeonhole_managesieve_server/ joe a. On 1/19/2024 01:37:26, Aki Tuomi via dovecot wrote: On 18/01/2024 15:34 EET Ralph Corderoy wrote: H

Re: Documentation flaw: man-page link.

2024-01-19 Thread joe a
, yes, Please. I've rarely been more frustrated trying to "bootstrap" myself than in my efforts to get dovecote and sundry working. The "loops" have been greatest contributor. joe a. ___ dovecot mailing list -- dovecot@dovecot.o

Re: managesieve server not answering?

2024-01-19 Thread joe a
artup, should there not be something? joe a. On 1/18/2024 18:30:06, Joe Acquisto wrote: Trying to connect to managesieve server configured to port 4190. No go. Roundcube is configured (thunderbird apparently having nothing current), but selecting "Add Filter" (new since re-configu

Re: managesieve server not answering?

2024-01-19 Thread joe a
Yes, to the specific IP "connection refused", locally or remotely. joe a. On 1/19/2024 10:04:16, Aki Tuomi via dovecot wrote: Did you notice that your server is listening only on specific IPv4 address? Did you try to connect against that? Aki On 19/01/2024 16:43 EET Joe Acqui

Re: testing sieve/pigeonhole, auth errors

2024-01-16 Thread joe a
On 1/16/2024 12:23:22, John Fawcett wrote: On 15/01/2024 21:13, Joe Acquisto wrote: A small SOHO system, of installed perhaps a year.  Seems to be working and wished to add pigeonhole/sieve. Per Pigeonhole/sieve troubleshooting in the docs, set on mail_debug = yes and this is what I see

Re: OT? Maybe so, maybe no. - Resolved

2023-11-27 Thread joe a
On 11/26/2023 13:09:46, Benny Pedersen wrote: joe a skrev den 2023-11-25 22:20: ~etc/roundcubemail/config.inc.php //$config['smtp_port'] = 587; $config['smtp_port'] = 25; dont use port 25 anyway from roundcube Turns out (reply to post on RoundCube site): The 'smtp

Re: OT? Maybe so, maybe no. - Resolved

2023-11-25 Thread joe a
On 11/25/2023 14:17:34, joe a wrote: Dovecot installation on OpenSuse LEAP 15.5.  Works fine via Thunderbird. Roundcube install works great.  Astonishing given my rusting skills. But only until . . . I try to send email.  Then RoundCube tells me smtp error(): connection to server failed

Re: OT? Maybe so, maybe no.

2023-11-25 Thread joe a
On 11/25/2023 15:36:00, Benny Pedersen wrote: joe a skrev den 2023-11-25 20:17: I don't find any other relevant referenced to SMTP port in RC configuration.   array (     'verify_peer' => false,     'verify_peer_name' => false,   ), ); $config['smtp_

OT? Maybe so, maybe no.

2023-11-25 Thread joe a
g port 587, when I told you to use port 25. Whatareya, dense?'. Nah, yer just a machine, must be me. Posted on Roundcube board, views but no replies. Perhaps someone here knows what else I need to change besides: ~etc/roundcubemail/config.inc.php //$config['smtp_port'] = 587; $con

Re: install/compile dovecot-pigeonhole

2023-11-03 Thread joe a
On 11/3/2023 14:23:48, joe a wrote: Working dovecot 2.3, wish to be able to implement "server side" filtering. My understanding is that is done with "sieve".  My further understanding is that "dovecot-pigeonhole" and be used to manage "sieve" in some

install/compile dovecot-pigeonhole

2023-11-03 Thread joe a
ile dovecot-2.3-pigeonhole-0.5.21 proves problematic due to its inability to find dovecot-config. Which is not astonishing as, on my system dovecot-config does not exist, dovecot having been installed as a vendor configure package. Sadly, no vendor package or binary is provided for dovecot-pigeonhol

Re: Sieve/Pigeonhole

2023-11-01 Thread joe a
On 11/1/2023 14:43:01, joe a wrote: For dovecot, I see there is a "sieve" download at dovecot downloads and separately there is a pigeonhole download. Are these parallel projects, distinct and separate? ___ dovecot mailing list -- dovecot@d

Sieve/Pigeonhole

2023-11-01 Thread joe a
For dovecot, I see there is a "sieve" download at dovecot downloads and separately there is a pigeonhole download. Are these parallel projects, distinct and separate? ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send a

Re: Dovecot services not starting

2023-10-08 Thread Jose David Bravo A
Hi Alexander, that was the problem! thank you so much Jose Bravo De: "Alexander Dalloz" Para: "dovecot" Enviados: Domingo, 8 de Octubre 2023 9:09:15 Asunto: Re: Dovecot services not starting Am 08.10.2023 um 14:11 schrieb Jose David Bravo A: > default_vsz

Dovecot services not starting

2023-10-08 Thread Jose David Bravo A
Hi, I'm running dovecot 2.3.16 on Ubuntu 22.04.2. But when I start dovecot, I can only see that the services are failing to start. It don't show any additional error about why it's failing, may be because the log service is not running? Oct 06 15:19:00 master: Error: service(log): command

Re: Roundcube

2023-09-08 Thread joe a
On 9/7/2023 17:00:51, joe a wrote: Any known issues with installing/running roundcube and dovecot on the same server? ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org Placing roundcube on its

Re: Roundcube

2023-09-07 Thread joe a
Thanks. On 9/7/2023 17:09:25, robert k Wild wrote: Simple answer is no issues at all, I've done it all on the same server and my server has Postfix, dovecote and roundcube On Thu, 7 Sept 2023, 22:05 joe a, wrote: Any known issues with installing/running roundcube and dovecot on the

Roundcube

2023-09-07 Thread joe a
Any known issues with installing/running roundcube and dovecot on the same server? ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

Trash deleted date?

2023-08-06 Thread joe a
Using Thunderbird client. Cannot sort "Trash" Folder by time/date deleted. I can display both "Received" and "Date" columns, but they show identical data. Does dovecot create a "deleted" time stamp? dovecot

Re: Shared folders?

2023-07-12 Thread joe a
On 7/12/2023 9:44 AM, Robert Senger wrote: Am Montag, dem 10.07.2023 um 10:10 -0400 schrieb joe a: I am only just starting to use Dovecot . . . where I may have gone wrong? This page may help you: https://doc.dovecot.org/configuration_manual/shared_mailboxes/ As you see, "Symli

Re: Shared folders?

2023-07-11 Thread joe a
On 7/10/2023 11:18 AM, Anthony Carrico wrote: On 7/9/23 13:19, joe a wrote: My attempts thus far seem without results. What should I expect to see, if anything, in each account for a successful "share"?  Sadly, I see no apparent change in the displayed folder structure using T

Re: Shared folders?

2023-07-10 Thread joe a
On 7/9/2023 1:19 PM, joe a wrote: On 7/9/2023 4:58 AM, Markus Winkler wrote: Hi Joe, On 09.07.23 00:53, joe a wrote: Is it possible to setup shared folders between virtual users on the same server? yes it is - here's the starting point within the documentation: https://doc.doveco

meaning of LIST output

2023-07-09 Thread joe a
having trouble using offlineimap to copy folders to a local store for spamassasin to use. Says "no folder to sync (folderfilter issue?)" Thinking I simply did not know the proper folder name, did telnet to dovecot server for list of folders, see this,(snippet): . . . * LIST (\Has

Re: Shared folders?

2023-07-09 Thread joe a
On 7/9/2023 1:19 PM, joe a wrote: On 7/9/2023 4:58 AM, Markus Winkler wrote: Hi Joe, On 09.07.23 00:53, joe a wrote: Is it possible to setup shared folders between virtual users on the same server? yes it is - here's the starting point within the documentation: https://doc.doveco

Re: Shared folders?

2023-07-09 Thread joe a
On 7/9/2023 4:58 AM, Markus Winkler wrote: Hi Joe, On 09.07.23 00:53, joe a wrote: Is it possible to setup shared folders between virtual users on the same server? yes it is - here's the starting point within the documentation: https://doc.dovecot.org/configuration_manual/shared_mail

Driver for virtual file- was Re: rename virtual user?

2023-07-09 Thread joe a
On 7/9/2023 5:40 AM, Markus Winkler wrote: Hi Joe, On 08.07.23 19:43, joe a wrote: Possible to change a virtual user account, in passwd file, to another name and or domain? yes, that's possible. BTW and according to your former question regarding the authentication issue and your 

Shared folders?

2023-07-08 Thread joe a
Is it possible to setup shared folders between virtual users on the same server? ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

rename virtual user?

2023-07-08 Thread joe a
Possible to change a virtual user account, in passwd file, to another name and or domain? ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

Re: Fwd: dovecot and postfix, authentication issue

2023-07-06 Thread joe a
On 7/6/2023 10:30 AM, joe a wrote: On 7/6/2023 9:34 AM, jeremy ardley via dovecot wrote: On 6/7/23 20:49, joe a wrote: On 7/6/2023 8:12 AM, jeremy ardley via dovecot wrote: On 6/7/23 19:15, joe a wrote: If your example was meant to show the correct way, I cannot see any difference

Re: Fwd: dovecot and postfix, authentication issue

2023-07-06 Thread joe a
On 7/6/2023 9:34 AM, jeremy ardley via dovecot wrote: On 6/7/23 20:49, joe a wrote: On 7/6/2023 8:12 AM, jeremy ardley via dovecot wrote: On 6/7/23 19:15, joe a wrote: If your example was meant to show the correct way, I cannot see any difference between that and what my posted config

Re: dovecot and postfix, authentication issue

2023-07-06 Thread joe a
... While this may be more properly asked on the postfix list, ll /var/spool/postfix/private/ shows, among other things: srw-rw-rw- 1 postfix postfix 0 Jul 5 21:50 dovecot srw--- 1 postfix postfix 0 Jul 5 21:37 dovecot-lmtp Is that correct? _

Re: dovecot and postfix, authentication issue

2023-07-06 Thread joe a
On 7/6/2023 1:09 AM, Paul Kudla wrote: just an fyi postfix runs it's own authenticaion especially with virtual users please note below is based on pgsql but the concept is the same for passwd - have not used that for a while simply put virtual users both with postfix & dovecot

Re: dovecot and postfix, authentication issue

2023-07-06 Thread joe a
On 7/5/2023 11:26 PM, jeremy ardley via dovecot wrote: On 6/7/23 10:17, joe a wrote: Greetings from a new dovecot user. Have setup dovecot on openSuse 15.4 with postfix as the MTA. Both are the latest version in that distribution. Simple virtual user setup using /etc/dovecot/passwd

dovecot and postfix, authentication issue

2023-07-05 Thread joe a
Greetings from a new dovecot user. Have setup dovecot on openSuse 15.4 with postfix as the MTA. Both are the latest version in that distribution. Simple virtual user setup using /etc/dovecot/passwd Dovecot seems to be working and all the defined users are authenticating well enough for

Maildir compression

2023-04-17 Thread Jose David Bravo A
Hello, I would like to compress the maildir of some of our users, I'm thinking to use this script: [ https://github.com/George-NG/dovecot-maildir-compress/blob/master/dovecot-maildir-compress | https://github.com/George-NG/dovecot-maildir-compress/blob/master/dovecot-maildir-compress ] My

Re: Any update on lazy load SNI?

2022-11-03 Thread Joel A. Chornik
What we do is have openresty(nginx) sit as a reverse proxy on top of dovecot, and use lua to dynamically load certificates using sni. We have a large userbase (100k+) and works without issues, except that it does not work with STARTTLS, only IMAP+TLS. Has not been an issue, as we setup users

Re: "make check" fail at test_program_refused

2022-10-14 Thread A. Schulze
A. Schulze: Hello, I moved my buildsystem to an other platform (I do not fully control) and now receive this error on "make check" Error: program tcp:127.0.0.2:42027: connect(::1) failed: Connection refused test_program_refused

"make check" fail at test_program_refused

2022-10-10 Thread A. Schulze
The build run on jenkins buildnodex spawn up on a kubernetes cluster. What I noticed so far: the buildnode opereate ipv4 only but has an entry in /etc/hosts: 127.0.0.1 c4a84c76f0d6 ::1 c4a84c76f0d6 Maybe that's the glitch ... I tried dovecot-2.3.15 and 2.3.19.1. Both fail (only

Re: Pigeonhole redirect is adding a message-id header when it already exists

2022-10-04 Thread A. Schulze
Am 02.10.22 um 11:37 schrieb Emmanuel Fusté: Le 02/10/2022 à 06:35, Sébastien Riccio a écrit : - What options could we have to resolve this? a) Having dovecot core to remove the Message-ID header line from the mail if it is not going to consider it valid ? (So there is no dupe headers when

dovecot and openssl3

2022-06-21 Thread A. Schulze
Hello, I tried to build dovecot-2.3.19.1 with openssl-3.0.2 "make test" failed. Good, the test-suite found a problem! I found similar reports and patches: - https://sources.debian.org/src/dovecot/1%3A2.3.19%2Bdfsg1-1/debian/patches/Support-openssl-3.0.patch/ - https://bugzilla.

Re: [EXT] Re: Dovecot v2.3.19 released

2022-05-11 Thread A. Schulze
Am 11.05.22 um 07:26 schrieb Michael Tokarev: You are using something like `libssl-dv` instead of libssl, hence me asking. It does not appear to be using the stock libssl. Hello Aki & Michael I reviewed my build and indeed found a glitch. So: sorry for the noise. dovecot-2.3.19 ca

Re: Dovecot v2.3.19 released

2022-05-10 Thread A. Schulze
Am 11.05.22 um 06:52 schrieb Aki Tuomi: What ssl library are you using? It's what Debian provides: https://packages.debian.org/bullseye/libssl1.1 Andreas

Re: Dovecot v2.3.19 released

2022-05-10 Thread A. Schulze
Am 10.05.22 um 23:35 schrieb John Stoffel: "A" == A Schulze writes: A> Am 10.05.22 um 08:33 schrieb Aki Tuomi: Hi all! We are pleased to release v2.3.19 of Dovecot. The docker images have been upgraded to use bullseye as base image. https://dovecot.org/releases/2.3/d

Re: Dovecot v2.3.19 released

2022-05-10 Thread A. Schulze
Am 10.05.22 um 08:33 schrieb Aki Tuomi: Hi all! We are pleased to release v2.3.19 of Dovecot. The docker images have been upgraded to use bullseye as base image. https://dovecot.org/releases/2.3/dovecot-2.3.19.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.19.tar.gz.sig Hello, "make

Re: [External] IMAP connection lost while sending mail

2022-05-06 Thread Kevin A. McGrail
On 5/6/2022 3:53 AM, Philipp Ewald wrote: we have a strange problem. Costumer use Outlook to connect to our IMAP and SMTP Server. While sending Mails Outlooks reports connection lost. In Mail log there is no reason logged or something else. What i dont understand is that IMAP lose connetion

Re: How to use virtual "All" and "Flagged" mailbox?

2022-02-01 Thread A B
Thank you Aki! :) :) Uncommenting the prefix, and removing the maildir++ virtual.all & virtual.flagged got it working as expected. I don't think I would have realized that the maildir++ virtual.* is for a different use. Really appreciate your time and explanation. On Mon, Jan 31, 2

Re: How to use virtual "All" and "Flagged" mailbox?

2022-01-31 Thread A B
60 user = vmail } } ssl = required ssl_cert = wrote: > > > On 26/01/2022 19:48 A B wrote: > > > > > > Hello, > > > > I'm trying to use the virtual "All" and "Flagged" mailboxes as described > in 15-mailboxes.conf. > &g

How to use virtual "All" and "Flagged" mailbox?

2022-01-26 Thread A B
My presumption is that when I mark an email message in the Inbox as FLAGGED (and I can confirm the \Flagged flag has been set) then I should then be able to either (1) see a copy of that message in the virtual.Flagged folder, or (2) when I use an imap command to get the message nums or whatever f

Re: [External] Re: source code doesn't compile

2022-01-11 Thread Kevin A. McGrail
On 1/12/2022 12:14 AM, Ruben Safir wrote: --2022-01-12 00:10:41--https://www.dovecot.org/tmp/wiki2-export.tar.gz Resolvingwww.dovecot.org (www.dovecot.org)... 94.237.12.234, 2a04:3545:1000:720:acc1:5bff:fe5e:4e9 Connecting towww.dovecot.org (www.dovecot.org)|94.237.12.234|:443... connected. Ope

Re: [External] Re: reconsidering my (your?) current setup

2021-10-07 Thread Kevin A. McGrail
The CentOS community manager is a friend and he understands that they really missed the mark on the messaging around CentOS8 Stream.    In short, I'm not sure it's going to be that bad of a solution.  The doom and gloom and concerns it would be untested, rawhide-esque solution was

Re: suse.de dovecot issues

2021-09-10 Thread Sherin A
gt; We found that it proxies lmtp to a different backend than imap of the > same user and that caused NFS stale-filehandle errors on the > dovecot-uidlist. > It then proceeds to re-generate the dovecot-uidlist with new UIDs that > creates trouble for users. > > a) shouldn't

Looking for SNI feature

2021-09-10 Thread Sherin A
creation of each domain , I need to add the codes to the configuration and reload the service. That looks not a suitable feature. So my question is Do dovecot have a feature to read the certificate of every domain from another service , let us say I have service that will send the above sni setting

  1   2   3   4   5   6   7   >