[exim] How to make proxy support work in exim

2022-10-10 Thread Andrey via Exim-users
Hi Nginx and Exim on the same host, Nginx runs as a smtp proxy for exim. Nginx v1.22.0 config fragment: ``` mail { ... server { listen25; protocol smtp; proxy_protocol on; smtp_auth none; starttls on; } ... } ``` (Exim v4.96, compiled with SUPPORT_PROXY). Exim

Re: [exim] How to make proxy support work in exim

2022-10-10 Thread Jeremy Harris via Exim-users
On 09/10/2022 16:39, Andrey via Exim-users wrote: Nginx and Exim on the same host, Nginx runs as a smtp proxy for exim. How to make proxy support work in exim? Looking at the nginx docs pages I suspect that nginx is only being an smtp forwarding MTA, talking SMTP to the eventual

Re: [exim] How to make proxy support work in exim

2022-10-10 Thread Jasen Betts via Exim-users
Proxy protocol is an optional feature: if this: exim -bV | grep '\WPROXY\W' prints nothing you will need to install a more feature-rich build of exim. > ``` > hostlist hosts_proxy = <; 127.0.0.1; 192.46.111.11 > ``` > But PROXY protocol seems to be not recognised by exim loose the

Re: [exim] Possible DKIM issue query

2022-10-10 Thread Markus Reschke via Exim-users
On Wed, 5 Oct 2022, Dave Mal via Exim-users wrote: Hi Dave! When I look up the DNS results myself the DKIM for this ( s1._domainkey.sendgrid.com ) is actually a CNAME to s1.domainkey.u7715623.wl124.sendgrid.net. That could be the cause. Based on RFC6376 only the TXT RR is defined for