On Thu, Aug 07, 2025 at 03:13:37PM +0200, Peter Thomassen via Exim-users wrote: > failed to connect to socket /tmp/srsd: No such file or directory > > --> > :defer: SRS daemon failure > > It turns out that Ubuntu 24.04 uses systemd with PrivateTmp=true, which > mounts an overlay on top of /tmp/ for the service. > > Installing the following file helps: > > # cat /etc/systemd/system/exim4.service.d/override.conf > [Service] > PrivateTmp=false
You have better to use /run for persistent daemon socket, because /tmp is designed for temporary files, it may be purged periodically. -- Eugene Berdnikov -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/ ## unsubscribe (doesn't require an account): ## exim-users-unsubscr...@lists.exim.org ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/