Unable to set gid=xxx or uid=xxx: calling tls_validate_require_cipher

#1
Hello gusy, how are you?

Since the last update to 1.6.20, my servers stopped sending emails via phpmail. Checking the stderr log, I could find the following messages:

2021-02-17 17:24:14 unable to set gid=116 or uid=111 (euid=0): calling tls_validate_require_cipher
exim: could not open panic log - aborting: see message(s) above
2021-02-17 17:27:28 unable to set gid=116 or uid=111 (euid=0): calling tls_validate_require_cipher
2021-02-17 17:34:01 unable to set gid=116 or uid=111 (euid=0): calling tls_validate_require_cipher
2021-02-17 17:35:11 unable to set gid=116 or uid=111 (euid=0): calling tls_validate_require_cipher


I beliave this has something to do with:
  • [Security] Do not allow setuid in external applications by dropping the SETUID capability.

Right?

What am I doing wrong? Can you please help me here?

Thanks
 
Top