On 6 Jul 2022, at 10:24, Olaf Hopp (SCC) via Exim-users
wrote:
> When DSN is switched off for a list sympa calls the exim with the args
> -oi -odi -oem -f test2-ow...@test2.example.com -- my.n...@example.com
> which runs fine. When DSN is enabled the args are
> -oi -odi -oem -N success,delay,fail
On 7 Jul 2022, at 18:19, Sabahattin Gucukoglu wrote:
> Sympa wants Sendmail-compatible (and Postfix-compatible) DSN submission at
> the command line, which Exim can't support, so you must find or write a
> Sendmail-alike wrapper program or script that injects DSN-enabled messages
> via SMTP and
On 07/07/2022 18:19, Sabahattin Gucukoglu via Exim-users wrote:
You have another problem, though. Sympa controls parallelism of submissions by
using the -odi option.
Exim thinks it should be controlling that, being an MTA :)
and also doesn’t allow an SMTP listener daemon to use the -odi opt
On 07/07/2022 18:19, Sabahattin Gucukoglu via Exim-users wrote:
your best option being immediately queueing such messages and then running them
from a queue with some limited number of (dynamically or pre-spawned) queue
runners at some fixed low interval. (See main options remote_max_parallel a