Displaying 5 results from an estimated 5 matches for "pilhuhn".
2019 Dec 16
2
Suddenly sieve no longer working
...uccessful setup with dovecot and sieve and since a few days
sieve is all of a sudden no
longer working.
I am on OSX and my mta is an older version of postfix (apple supplied).
Has anyone gone through that and has some hints on how to best debug
(and fix) that?
Thanks a lot
Heiko
--
hwr at pilhuhn.de m:0179/207 4919 b:http://pilhuhn.blogspot.com
2018 Oct 11
3
macOS Mojave: setgroups(501) failed: Too many extra groups
...s handled in
src/lib/restrict-access.c::fix_groups_list(),
where above the call to setgroups() a gid_list2 is constructed. I wonder
if one could
have a config option to prevent adding all those extra groups, which
then make the
call to setgroups() fail
Any help appreciated
Heiko
--
hwr at pilhuhn.de m:0179/207 4919 b:http://pilhuhn.blogspot.com
2019 Dec 16
0
Suddenly sieve no longer working
> On 16/12/2019 16:16 Heiko W. Rupp <hwr at pilhuhn.de> wrote:
>
>
> Hey,
>
> I have a successful setup with dovecot and sieve and since a few days
> sieve is all of a sudden no
> longer working.
> I am on OSX and my mta is an older version of postfix (apple supplied).
>
> Has anyone gone through that and has s...
2018 Oct 11
1
macOS Mojave: setgroups(501) failed: Too many extra groups
On Thu, Oct 11, 2018 at 10:55:39AM +0300, Aki Tuomi wrote:
> Maybe. Have to see when we can implement it though. It could probably
> leverage the min/max_gid setting.
Actually that was a great hint.
Setting
last_valid_gid = 100
in the config and restarting helped.
Having a filter-list instead of fixed upper/lower bounds would be more
flexible. I guess though that in reality most
2018 Oct 11
2
macOS Mojave: setgroups(501) failed: Too many extra groups
On Thu, Oct 11, 2018 at 09:51:34AM +0300, Aki Tuomi wrote:
> > Looking at the source, I see this is handled in
> > src/lib/restrict-access.c::fix_groups_list(),
> > where above the call to setgroups() a gid_list2 is constructed. I
> > wonder if one could
> > have a config option to prevent adding all those extra groups, which
> > then make the
> > call to