> On 31/03/2026 14:07 EEST Stefan G. Weichinger via dovecot
> <[email protected]> wrote:
>
>
> 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]
I'd put just
service anvil {
unix_listener anvil {
group = $SET:default_internal_group
mode = 0660
}
}
Aki
_______________________________________________
dovecot mailing list -- [email protected]
To unsubscribe send an email to [email protected]