Re: Retrieive vsz_limit programatically

2021-11-20 Thread Aki Tuomi
You could try getrlimit RLIMIT_AS. Aki On 20 November 2021 17.22.17 UTC, Joan Moreau wrote: > > >Hello > >How to get, programatically (C/C++), the value of teh dovecot.conf file >of vsz_limit and default_vsz_limit ? > >Thank you

Re: Retrieive vsz_limit programatically

2021-11-20 Thread Plutocrat
There's a doveconf command that will get that for you eg doveconf default_vsz_limit => default_vsz_limit = 256 M On 21/11/2021 02.34, William Edwards wrote: Op 20 nov. 2021 om 18:23 heeft Joan Moreau het volgende geschreven:  Hello How to get, programatically (C/C++), the value of teh

Mailinglistserver IPv6 address blacklisted

2021-11-20 Thread Arjen de Korte
It looks like the mailinglist server IPv6 address has been blacklisted: https://check.spamhaus.org/listed/?searchterm=2a04:3545:1000:720:acc1:5bff:fe5e:459 The 'Show details' shows the entire 2a04:3545:1000:720::/64 network is blacklisted. Whois tells this is a network used by UpCloud Cloud

Re: Retrieive vsz_limit programatically

2021-11-20 Thread William Edwards
> Op 20 nov. 2021 om 18:23 heeft Joan Moreau het volgende > geschreven: > >  > Hello > > > > How to get, programatically (C/C++), the value of teh dovecot.conf file of > vsz_limit and default_vsz_limit ? > Parse doveconf? > Thank you > >

Re: PIGEONHOLE BUG: imapsieve with virtual mailboxes

2021-11-20 Thread Claudemir Todo Bom
Hi, after some time learning some parts of the code of dovecot/pigeohole, I made a Proof of Concept that it is possible to execute imapsieve scripts when moving messages to virtual mailboxes, made it a pull request on the pigeonhole github project: https://github.com/dovecot/pigeonhole/pull/10