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
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
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
> 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
>
>
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