[exim] Re: Testing the GSASL authenticator with SCRAM-*-PLUS

2023-11-21 Thread Jasen Betts via Exim-users
On 2023-11-19, Martin Lambers via Exim-users wrote: > For archive completeness I'd like to mention that for SCRAM, the server > does not need to know the password itself, but just a salted and hashed > version of it, which can be set with server_skey instead of > server_password. For my simple

[exim] Re: Message ID length change: Expected?

2023-11-21 Thread Jan Ingvoldstad via Exim-users
On Mon, Nov 20, 2023 at 9:16 AM Jasen Betts via Exim-users < exim-users@lists.exim.org> wrote: > > I'm not sharing a spool but I'm using the ids as primary keys in a > distributed database. > > Hmm, there's no reason why I cannot just throw some extra characters > on the end to unique the keys I u

[exim] Look for local domains in entire From: header including quoted content?

2023-11-21 Thread Sebastian Arcus via Exim-users
Hello everyone. Currently I use the ACL below to look for domain impersonation in From: header of inbound email: condition = ${if match_domain{${domain:$h_from:}} {+local_domains}{true}{false}} This has been working very well, but the spammers are getting cleverer, and now we are receiving e

[exim] Re: Look for local domains in entire From: header including quoted content?

2023-11-21 Thread Victor Ustugov via Exim-users
Sebastian Arcus via Exim-users wrote on 21.11.2023 13:50: > Hello everyone. Currently I use the ACL below to look for domain > impersonation in From: header of inbound email: > > condition = ${if match_domain{${domain:$h_from:}} > {+local_domains}{true}{false}} > > This has been working very well

[exim] Re: Look for local domains in entire From: header including quoted content?

2023-11-21 Thread Sebastian Arcus via Exim-users
On 21/11/2023 12:45, Victor Ustugov via Exim-users wrote: Sebastian Arcus via Exim-users wrote on 21.11.2023 13:50: Hello everyone. Currently I use the ACL below to look for domain impersonation in From: header of inbound email: condition = ${if match_domain{${domain:$h_from:}} {+local_domains}