Hi Exim community!
I am having trouble delivering emails to local users via appendfile. I
can see the emails in /etc/spool/exim/inputs and read their contents
manually, but such mail is not delivered to the users. Specifically, it
seems such emails are defered and frozen. To debug this issue,
> Try a manual delivery of the spooled message, with debug enabled :-
>
> # exim -d+all -M 1s1rwf-00034B-0B 2>&1 | tee debuglog
>
> and inspect the detailed debug output. Find the part where
> it starts running the transport, specifically.
> --
> Cheers,
> Jeremy
Thanks Jeremy! At first, when I t
> Something is nonstandard about your installation or system.
>
> Has it ever worked? What changed?
>
> Or is this a new setup?
> If so you might want to start from scratch.
> --
> Cheers,
> Jeremy
I'm running the Exim version packaged for Guix. This is the first time I
am trying to get it to wor
> You should check with the packagers as to what their intent is. Running
Exim non-suid
> is definitely more tricky; it traditionally needs privilege for some
operations
> (including opening the SMTP socket for listen, and for delivery into
user's mailboxes).
>
> There is a docs chapter that discus