Re: 2.4.0 on MacOS

2025-02-01 Thread John Muccigrosso via dovecot
Done. Thanks. J > On Feb 1, 2025, at 11:51, Aki Tuomi wrote: > > Unless there is such setting somewhere in your base config, I would strongly > suggest > > auth_username_format = %{user|lower} > > Aki >> On 01/02/2025 12:18 EET John Muccigrosso via dovecot > >

Re: 2.4.0 on MacOS

2025-02-01 Thread Aki Tuomi via dovecot
Unless there is such setting somewhere in your base config, I would strongly suggest    auth_username_format = %{user|lower}   Aki On 01/02/2025 12:18 EET John Muccigrosso via dovecot wrote:     Boom! That was it.   At the end of the day, then, here is my local.c

Re: 2.4.0 on MacOS

2025-02-01 Thread John Muccigrosso via dovecot
Boom! That was it. At the end of the day, then, here is my local.conf file: --- dovecot_config_version = 2.4.0 dovecot_storage_version = 2.4.0 default_vsz_limit = unlimited # Enable wanted protocols: protocols { imap = yes lmtp = yes } mail_home = /Users/%{user} mail_driver = maildir mail_

Re: 2.4.0 on MacOS

2025-02-01 Thread Timo Sirainen via dovecot
On 1. Feb 2025, at 10.27, John Muccigrosso via dovecot wrote: > > Fatal: setrlimit(RLIMIT_DATA, 2147483648): Invalid argument > > > The old(?) solution doesn't work for me: > > default_vsz_limit = 0 > > It reports: doveconf: Fatal: Error in configuration file > /opt/homebrew/etc/dovecot/dov

Re: 2.4.0 on MacOS

2025-02-01 Thread John Muccigrosso via dovecot
(Looks like I forgot to reply to the list last time.) With `sudo dovecot -F`, I'm now getting: Fatal: setrlimit(RLIMIT_DATA, 2147483648): Invalid argument The old(?) solution doesn't work for me: default_vsz_limit = 0 It reports: doveconf: Fatal: Error in configuration file /opt/homebrew/etc

Re: 2.4.0 on MacOS

2025-01-31 Thread Aki Tuomi via dovecot
You sure the default internal group isnt _dovecot as well?   You are missing   mail_home = /Users/%{user}   Aki On 31/01/2025 17:35 EET John Muccigrosso via dovecot wrote:     Thanks for the help. I run dovecot directly via a homebrew install. As noted, 2.3 was workin

Re: 2.4.0 on MacOS

2025-01-31 Thread John Muccigrosso via dovecot
Thanks for the help. I run dovecot directly via a homebrew install. As noted, 2.3 was working fine. The getent command doesn't work on macOS, but the corresponding one doesn't show the dovecot user in the dovecot group, so clearly I've not set it up correctly. However, if I keep the following t

Re: 2.4.0 on MacOS

2025-01-30 Thread Aki Tuomi via dovecot
> On 30/01/2025 20:05 EET John Muccigrosso via dovecot > wrote: > > > I got bitten by the upgrade from 2.3 to 2.4 on my MacOS laptop. I know enough > to be dangerous here and had a set-up that was working fine, but now I can't > quite figure out how to modify my conf file to work correctly

2.4.0 on MacOS

2025-01-30 Thread John Muccigrosso via dovecot
I got bitten by the upgrade from 2.3 to 2.4 on my MacOS laptop. I know enough to be dangerous here and had a set-up that was working fine, but now I can't quite figure out how to modify my conf file to work correctly. The current error I'm getting is that there is no group "dovecot" even though