Re: migration from 2.3 to 2.4 : postfix can't deliver via lmtp

"Stefan G. Weichinger via dovecot" <[email protected]> Tue, 31 Mar 2026 13:07:48 +0200
Newsgroups gmane.mail.imap.dovecot
Message-ID <[email protected]>
Am 31.03.26 um 13:03 schrieb Aki Tuomi:

> Then it sounds like debian is mucking with the defaults. You can
> resolve this by setting the default listener config that I sent you,
> and if you want, you can open issue in Debian bug tracker.

So I'd set this in a separate conf-file in for example 
/etc/dovecot/conf.d/91-anvil.conf (?):


service anvil {
   chroot =
   drop_priv_before_exec = no
   executable = anvil
   group =
   idle_kill_interval = infinite
   privileged_group =
   process_limit = 1
   process_min_avail = 1
   protocol =
   type = anvil
   user =
   unix_listener anvil {
     group = $SET:default_internal_group
     mode = 0660
   }
   unix_listener anvil-auth-penalty {
     mode = 0600
   }
}

I quote the full block just to avoid any more mistakes.

Thank you!

(issue in Debian tracker .. dunno ;-))


_______________________________________________
dovecot mailing list -- [email protected]
To unsubscribe send an email to [email protected]