Re: Debugging address_data

Evgeniy Berdnikov via Exim-users <[email protected]>
Newsgroups gmane.mail.exim.user
Message-ID <[email protected]>
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):
##   [email protected]
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.