Nice image! - there is a queue before SMTP outgoing service (as you don't want to handle SMTP synchronously anyway)
client -> SMTP (in, as a server) -> queue (spool) -> Processing chain -> Queue (outgoing) -> RemoteDelivery runnable Also as Matthieu said, RemoteDelivery is a side effect of the current Processing chain. Cheers, Benoit Le 08/07/2020 à 14:21, David Leangen a écrit : > > Still on the topic of SMTP relay and the original image I posted at > the beginning of this thread: > > —> https://james.apache.org/images/james-smtp-relay.png > > > Would the attached (lousy) image be a reasonable representation of the > general concept of an SMTP Relay? >
