Re: [courier-users] submission problems
Brought to you by:
mrsam
|
From: Gordon M. <gor...@gm...> - 2023-01-07 00:28:15
|
On 2023-01-06 13:14, co...@ec... wrote: > Then it appears to read all certs in /etc/ssl/certs/, after which it > crashes with: > > [pid 381845] mmap(NULL, 1048576, PROT_READ|PROT_WRITE, > MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 ENOMEM (Cannot allocate memory) Do you have any broken symlinks in /etc/ssl/certs (possibly following an update)? Does running 'sudo update-ca-trust' fix the problem? |