Re: Outllok on iPhone not copying sent mesages to a Sent Items folder

2024-09-24 Thread Ralph Seichter via dovecot
* Sean Kamath via dovecot: > Or you can just flip the switches for “use SSL” in the SMTP setting, > and the “use SSL” switch under advanced. If one is content with manually configuring mail accounts, one can of course tweak every account detail. ;-) Config profiles ("mobileconfig") are certainly

Re: Outllok on iPhone not copying sent mesages to a Sent Items folder

2024-09-24 Thread Sean Kamath via dovecot
> On Sep 24, 2024, at 17:38, Ralph Seichter via dovecot > wrote: > > * The Doctor via dovecot: > >> The other option is Apple Mail, but it is not picking up >> that fact to use IMAP on 993 and STMP on 465 or 587. > > Like many of Apple's applications and services, Apple Mail can be > config

Re: Outllok on iPhone not copying sent mesages to a Sent Items folder

2024-09-24 Thread Ralph Seichter via dovecot
* The Doctor via dovecot: > The other option is Apple Mail, but it is not picking up > that fact to use IMAP on 993 and STMP on 465 or 587. Like many of Apple's applications and services, Apple Mail can be configured down to small details by using config profiles, which are XML-based property li

Re: Outllok on iPhone not copying sent mesages to a Sent Items folder

2024-09-24 Thread Michael Peddemors via dovecot
On 2024-09-24 07:02, The Doctor via dovecot wrote: The other option is Apple Mail, but it is not picking up that fact to use IMAP on 993 and STMP on 465 or 587. It does.. but you have to use either the Apple 'database' or use the Apple methods of auto discovery.. Sorry, so brief.. -- "Catc

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 I have man

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

2024-09-24 Thread Kirill A. Korinsky via dovecot
Well, Using replication_sync_timeout = 60 or 15 leads to crash, 10 doesn't. It is Dovecot v2.3.21.1 (d492236fa0) on OpenBSD. Inside mail logs: Sep 24 15:58:20 mx2 dovecot: lmtp(70545): Connect from local Sep 24 15:58:25 mx2 dovecot: replicator: Panic: data stack: Out of memory when allocating

Re: Outllok on iPhone not copying sent mesages to a Sent Items folder

2024-09-24 Thread The Doctor via dovecot
On Tue, Sep 24, 2024 at 04:19:08AM -0400, Scott Q. wrote: > "Outlook Mobile temporarily stores and indexes user data (including > email, attachments, calendar information, and contacts), along with > login credentials,[25] [1]??in a "secure" form on??Microsoft Azure > [2]??servers located in the Un

RE: trigger/event on mailbox create / acl create possible?

2024-09-24 Thread Marc via dovecot
I have made some temporary fix with a cron job that checks this every 5 min and auto subscribes mailboxes when a user is added to the acl. But I am still looking for something better. > > > I was wondering if it is possible to execute some trigger after a mailbox > is being shared so the u

RE: 0000002e: 5: filter action: program indicated false result

2024-09-24 Thread Marc via dovecot
It was related to some memory allocation in go. When I increased the memory in lmtp. This problem was solved. Others started to notice this after some specific version update of go. > > > Op 19-9-2024 om 22:46 schreef Marc via dovecot: > > I am trying to modify the body of message with a glo

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 help. -- wbr, Kirill ___

RE: Outllok on iPhone not copying sent mesages to a Sent Items folder

2024-09-24 Thread Scott Q. via dovecot
"Outlook Mobile temporarily stores and indexes user data (including email, attachments, calendar information, and contacts), along with login credentials,[25] [1] in a "secure" form on Microsoft Azure [2] servers located in the United States.[26] [3] On Exchange accounts, these servers identify as

Re: 0000002e: 5: filter action: program indicated false result

2024-09-24 Thread Stephan Bosch via dovecot
Op 19-9-2024 om 22:46 schreef Marc via dovecot: I am trying to modify the body of message with a global sieve script. It looks like that sieve-test does not generate this error, however I am not really able to verify the output. There does not seem to be an option to catch the output (new me

RE: Outllok on iPhone not copying sent mesages to a Sent Items folder

2024-09-24 Thread Marc via dovecot
I don't think you can use outlook mobile clients any more with own solutions. I was trying this a few years ago and noticed all kinds of weird things not working. I think it even sends your user+password to the microsoft cloud and the ms cloud is handling your mail on the background. Can't reall