[exim] Equivalent of Envelope-to as variables in pipe transport

2024-04-23 Thread Mark Hills via Exim-users
How do I access the equivalent of "Envelope-to" header in transport variables? I'm trying to call dovecot-lda in a manner that enables its "envelope" rule. To do so requires the MTA to pass information about the envelope recipient using the -a flag. Documentation [1] suggests: dovecot_deli

[exim] Re: Equivalent of Envelope-to as variables in pipe transport

2024-04-23 Thread Andreas Metzler via Exim-users
On 2024-04-23 Mark Hills via Exim-users wrote: > How do I access the equivalent of "Envelope-to" header in transport > variables? > I'm trying to call dovecot-lda in a manner that enables its "envelope" > rule. [...] Hello, Iirc think the easiest way to combine dovecot and exim is nowadays to

[exim] Re: Equivalent of Envelope-to as variables in pipe transport

2024-04-23 Thread Graeme Coates via Exim-users
I would second this approach - it is how I managed to resolve (well, sidestep) this issue with dovecot delivery once my Exim went to the latest Debian Stable packaged version (4.96-15+deb12u4). Graeme On Tue, 23 Apr 2024, 18:12 Andreas Metzler via Exim-users, < exim-users@lists.exim.org> wrote:

[exim] Re: Equivalent of Envelope-to as variables in pipe transport

2024-04-23 Thread Jeremy Harris via Exim-users
On 23/04/2024 18:09, Andreas Metzler via Exim-users wrote: On 2024-04-23 Mark Hills via Exim-users wrote: How do I access the equivalent of "Envelope-to" header in transport variables? I'm trying to call dovecot-lda in a manner that enables its "envelope" rule. Iirc think the easiest way