2 Description=Exim MTA (socket activated - inetd mode)
4 Documentation=https://exim.org/docs.html
9 # We can't use -odf, as this would ask exim to keep the connection
10 # from the client open until the delivery is done
11 ExecStart={{exim}} -bs
16 # Don't kill the delivery process we spawned as a child
19 # If you do not need local deliveries, enabling the
20 # next option can improve security
24 ReadWriteDirectories={{spooldir}}
25 ReadWriteDirectories={{logdir}}