(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/dovecot/dovecot.conf: service(log): vsz_limit is too low
On Feb 1, 2025, at 08:55, John Muccigrosso <muccigrosso@icloud.com> wrote:
On Feb 1, 2025, at 07:31, Aki Tuomi via dovecot <dovecot@dovecot.org> wrote:
You sure the default internal group isnt _dovecot as well?
I'm not sure what you're asking. Do I not have the internal group set via this line?:
default_internal_group = mail
I think I may have to dig into group memberships, if this is the issue. I'm getting conflicting result when checking. That is, when I check the group "mail" for members, _dovecot isn't in it, even though checking which groups _dovecot belongs to includes "mail". The opposite happens for the "dovecot" group. And dovecot itself can't find the _dovecot or dovecot group. Seems to be a macOS thing with group membership.
You are missing
mail_home = /Users/%{user}
Thanks. As I said, I was trying to follow the documentation where they give the two lines under Maildir, but not this third one (even though it's given in the first part of this section).