[exim] Re: mailnull used by Exim

2023-07-27 Thread Niels Dettenbach via Exim-users
Am Mittwoch, 26. Juli 2023, 19:03:41 CEST schrieb Ltc Hotspot via Exim-users:
> The user mailnull used by Exim for running scripts was not found, what are
> other appropriate users to run permissions to execute scripts for Exim.
Your Exim "uses" mailnull (as example) here, because your config states that 
(as example). 
You have to decide and define which user of your system you want to let Exim 
use to fork the script. At minimum, the regarding user must have access to 
the script and must be able to execute / run it.


hth,


niels.

-- 
 ---
 Niels Dettenbach
 Syndicat IT & Internet
 https://www.syndicat.com
 PGP: https://syndicat.com/pub_key.asc
 ---
 







-- 
## 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/


[exim] Re: exim systemd service: Type=exec or Type=simple

2023-07-27 Thread Andreas Metzler via Exim-users
On 2023-07-24 Heiko Schlittermann via Exim-users  
wrote:
> Andreas Metzler via Exim-users  (Mo 24 Jul 2023 
> 18:52:14 CEST):
[systemd]
> Maybe you want to check the branch hs/systemd-units, there I started to
> collect my effort to provide native systemd units for Exim.

Hello,

That is a nice find.

> I'd be happy if we can join our efforts.

> Regarding your question: I think, "exec" is the right answer for the
> current Exim versions. (Somewhen I started working on "Type=notify", but
> that's nothing that's ready yet.)

You are using -bdf instead of -bd for the Type=exec example. Afaict
the major effect should be a tiny speedup since a fork() and closing in
stdin/out/err is avoided. Since exim would not write to stdout/err this
should be it. Or am I missing something?

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'

-- 
## 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/