Re: Dovecot does not start on MacOS 12.01

2021-12-19 Thread Steven Smith
uot;, > + * (unsigned long long)bytes); > + * } > + * #endif > +*/ > } > > void restrict_process_count(rlim_t count ATTR_UNUSED) > On Dec 19, 2021, at 12:00 PM, Steven Smith wrote: > > I confirm that a working workaround on macOS 12 is to

Re: Dovecot does not start on MacOS 12.01

2021-12-19 Thread Steven Smith
I confirm that a working workaround on macOS 12 is to simply remove these lines from ./src/lib/restrict-process-size.c: https://github.com/dovecot/core/blob/a5209c83c3a82386c94d466eec5fea394973e88f/src/lib/restrict-process-size.c#L12-L23 > On Dec 19, 2021, at 11:26 AM, Steven Smith wr

Re: Dovecot does not start on MacOS 12.01

2021-12-19 Thread Steven Smith
Re: https://www.mail-archive.com/dovecot@dovecot.org/msg84784.html I just upgraded to macOS 12.1, ran into this issue, and discovered this thread from the error message. Is there a viable workaround or patch yet? I tried the work

Re: Dovecot Subfolder Always Uses dot separator with mdbox

2021-06-09 Thread Steven Smith
This is resolved by deleting the Mail account on macOS, then adding it back. Apparently macOS Mail.app must cache these settings at account creation time. The correct settings are: > mail_location = mdbox:/private/var/mail/tld.hostname.mail/%Ln/mdbox:LAYOUT=fs > namespace inbox { > … > separator

Re: Dovecot Subfolder Always Uses dot separator with mdbox

2021-05-24 Thread Steven Smith
st > 1 OK [READ-WRITE] Select completed (0.001 + 0.000 secs). Steve > On May 24, 2021, at 1:56 AM, Aki Tuomi wrote: > >> >> On 22/05/2021 20:36 Steven Smith wrote: >> >> >> I’m trying to configure dovecot to use mailbox subfolders that look like

Dovecot Subfolder Always Uses dot separator with mdbox

2021-05-22 Thread Steven Smith
I’m trying to configure dovecot to use mailbox subfolders that look like both foo/bar on the IMAP client and the filesystem. But the subfolders created all look like foo.bar, not foo/bar with a proper nesting structure. This also happens when the folder ‘bar’ is moved into the folder ‘foo’—A ne

Dovecot Subfolder Always Uses dot separator with mdbox

2021-05-22 Thread Steven Smith
I’m trying to configure dovecot to use mailbox subfolders that look like both foo/bar on the IMAP client and the filesystem. But the subfolders created all look like foo.bar, not foo/bar with a proper nesting structure. This also happens when the folder ‘bar’ is moved into the folder ‘foo’—A ne

Dovecot core-2.3.11.3 compile error on macOS with src/lib/ioloop-notify-kqueue.c

2020-09-18 Thread Steven Smith
I’ve hit this compile error on macOS 10.15 with the file src/lib/ioloop-notify-kqueue.c: > error: implicit declaration of function 'i_gettimeofday' is invalid in C99 The fix is to #include "time-util.h" > --- ./src/lib/ioloop-notify-kqueue.c 2020-09-18 19:56:38.0 -0400 > +++ ./src/lib/

Re: macOS Notes.app IMAP Syncing Not Working

2019-05-31 Thread Steven Smith via dovecot
Thank you very much for posting this. Looking at the diffs across configurations, I tried all these options, without success: * service dns_client block * turn off global separator variable * auth_mechanisms login plain gssapi cram-md5 My dovecot configuration is the common denominator of multip

Re: macOS Notes.app IMAP Syncing Not Working

2019-05-30 Thread Steven Smith via dovecot
It does not appear that macOS Notes.app is authenticating to dovecot. I haven’t broken out wireshark yet, but I see in the dovecot logs that a working iOS access looks like this: mail-debug.log (mailbox access): > May 30 20:16:39 imap(pid 28792 user username): Debug: Mailbox Notes: Mailbox > op

Re: macOS Notes.app IMAP Syncing Not Working

2019-05-30 Thread Steven Smith via dovecot
* Ralph, Steven Smith via dovecot: > > The issue is that macOS Note.app does not sync with this server. > I'm syncing macOS Mojave's Notes.app with Dovecot without problems, so > it can be done. Have you made sure that you activated both mail and > notes in macOS'

macOS Notes.app IMAP Syncing Not Working

2019-05-30 Thread Steven Smith via dovecot
I’m requesting help getting macOS’s Notes.app to sync notes with a new dovecot IMAP server. Thanks to dovecot’s excellent online documentation and help from this list, I have a new perfectly functioning IMAP server. The issue is that macOS Note.app does not sync with this server. However, iOS

Re: imap userdb Fatal setuid errors

2019-05-27 Thread Steven Smith via dovecot
Thank you very much! I followed your advice, upgraded to the latest release, and see that this issue is fixed. The new dovecot server is running perfectly. Steve > On May 27, 2019, at 00:37, Aki Tuomi wrote: > > >> On 24 May 2019 17:11 Steven Smith via dovecot wrote: >&g

imap userdb Fatal setuid errors

2019-05-26 Thread Steven Smith via dovecot
I’m trying to configure dovecot lmtp in multi-user mode. My error logs are filled with messages saying that an imap process cannot do a setuid to another user: > May 21 22:28:46 imap(pid 17441 user myuser): Fatal: setuid(512(myuser) from > userdb lookup) failed with euid=501(adminuser): Operati