Debian 12.5 ARM - Email stuck in mail cue

Hi Joe, I found places with a discussion about this.

  1. compile procmail-wrapper for armel kirkwood
  2. I got Virtualmin working on ARM64 (Ampere)
    I used this code in procmail-wrapper.c:
#
#include <stdio.h>

int main(int argc, char **argv)
{
setuid(geteuid());
setgid(getegid());

execv("/usr/bin/procmail", argv);
}

But, I am still not sure that this was the solution.
gcc -o procmail-wrapper procmail-wrapper.c
and than copied the procmail-wrapper to /usr/bin directory.

Do you have an idea about this?