Re: service(imap-login): Fatal: setrlimit(RLIMIT_DATA, 268435456): Invalid argument macOS

2023-02-20 Thread Aki Tuomi
This sounds like macOS not liking RLIMIT_DATA. You can try setting default_vsz_limit = 0 and see if that helps. Aki > On 20/02/2023 08:25 EET James Brown wrote: > > > I fixed the issue with Dovecot not starting on macOS Ventura by adding this > to 10-master.conf: > > service log { > vsz_l

service(imap-login): Fatal: setrlimit(RLIMIT_DATA, 268435456): Invalid argument macOS

2023-02-20 Thread James Brown
I fixed the issue with Dovecot not starting on macOS Ventura by adding this to 10-master.conf: service log { vsz_limit = 0 } But now when I try to login via Imap on port 143 I get the same error for imap-login: Feb 20 15:55:41 imap-login: Error: Feb 20 15:55:41 service(imap-login): Fatal: s