Re: [exim] who starts the delivery process?

Top Page
Delete this message
Reply to this message
Author: Niels Kobschätzki
Date:  
To: Askhat Tokabay
CC: exim-users
Subject: Re: [exim] who starts the delivery process?
Hi,

>
> On 26. Dec 2022, at 09:41, Askhat Tokabay via Exim-users <exim-users@???> wrote:
>
> Helo
> I found in the documentation:
> Delivery processes may be started as a
> result of a message’s arrival, by a queue runner process,
> or by an administrator using the -M option.
>
> The question is the following:
> Can you tell me who starts the delivery process
> when a message arrives?
>
> Or how does the delivery process
> know that a message has arrived?


My understanding is: smtp-session gets opened from a MUA or MTA via one of the ports exim listens on: delivery process gets started because of the smtp-session

A mail couldn’t be delivered and sits in the queue: queue runner starts it at some point

Administrator runs something like “exim -M $message-id” and a delivery process gets started.

Best,

Niels