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
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
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
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
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}