Re: [exim] Delay on exim send increases with uptime

Top Page
Delete this message
Reply to this message
Author: Ian Zimmerman
Date:  
To: exim-users
Subject: Re: [exim] Delay on exim send increases with uptime
On 2020-02-01 22:52, Viktor Dukhovni wrote:

> Is your build configured to look in /etc/ssl for certificates? Likely
> not.
>
>     $ openssl version -d
>     OPENSSLDIR: "/etc/ssl"


On my devuan (ie. debian derived) system, this is tricky:

# openssl version -d
OPENSSLDIR: "/usr/lib/ssl"
# file /usr/lib/ssl
/usr/lib/ssl: directory
# ls -F /usr/lib/ssl
certs@ misc/ openssl.cnf@ private@

and the links point to the corresponding nodes under /etc/ssl.

Sometimes one feels that debian is a bit over-engineered.

--
Ian