[exim] Re: DMARC without libspf2

2025-07-25 Thread Niklas Schell via Exim-users
Hello, > If spfquery.pl is called from ${run..}, there is no need to dive into > perl driver module. Passing some variable(s) to SPF or DMARC modules > should be sufficient. I'm currently running exim version 4.97 on Ubuntu 24.04. (No built-in SPF and DMARC support - without compiling from sourc

[exim] mysql_servers syntax for ipv6-only database server

2024-11-12 Thread Niklas Schell via Exim-users
Greetings! I am trying to use an ipv6-only database server inside my exim4 config. But I'm unable to get the correct syntax for mysql_servers. I already tried the following (assuming fd00::2 is the ipv6 address of the database server): hide mysql_servers = fd00::2/database/user/password which