Re: [courier-users] submission problems
Brought to you by:
mrsam
|
From: <co...@ec...> - 2023-01-07 07:54:00
|
On Fri, 6 Jan 2023, Gordon Messmer wrote:
> 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)?
find /etc/ssl/certs/ -type l -not -exec readlink -e {} \; -printf '%p\n' | grep ssl
does not turn anything up.
>
> Does running 'sudo update-ca-trust' fix the problem?
Running update-ca-trust does not fix the problem.
regards,
Erich
|