On Fri, Dec 08, 2023 at 02:01:30PM -0500, Viktor Dukhovni wrote:
> It now turns out that they will also be switching to new underlying
> intermediate CAs. So you'll a random choice of *new* issuers.
>
>
> https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/L7XoAXt_s1c/m/k_vdk9rQ
Hi,
I have fixed an "easy" issue with file names in the past but have found that
the following
driver = accept
condition = ${if match{$local_part}{-dmarc-}{yes}{no}}
retry_use_local_part
transport = listserv_pipe
no_verify
fails with
2024-06-05 10:49:55 1sEnHH-0008Ab-2d **
0003
Show us your relevant transport, given that's the bit raising your problem.
--
Cheers,
Jeremy
--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-users-unsubs
On Wed, 5 Jun 2024, Thew, Alan via Exim-users wrote:
Hi,
I have fixed an "easy" issue with file names in the past but have found that
the following
driver = accept
condition = ${if match{$local_part}{-dmarc-}{yes}{no}}
retry_use_local_part
transport = listserv_pipe
no_verify
fails with
On Fri, 7 Jun 2024 15:54:17 +0100 Bernard Quatermass via Exim-announce wrote:
> Hi all,
>
> Time has come to start the process towards a new release incorporating
> the improvements and fixes since 4.97.
>
> This first release candidate v4.98-RC0 is available
When trying to compile this version
On 07/06/2024 16:52, Frank Elsner via Exim-users wrote:
/usr/bin/ld: exim_dbmbuild.o: in function `main':
exim_dbmbuild.c:(.text+0x386): undefined reference to `db_env_create'
/usr/bin/ld: exim_dbmbuild.c:(.text+0x3da): undefined reference to `db_create'
Best immediate guess: you need to do a "
On Fri, 7 Jun 2024 17:03:19 +0100 Jeremy Harris via Exim-users wrote:
> On 07/06/2024 16:52, Frank Elsner via Exim-users wrote:
> > /usr/bin/ld: exim_dbmbuild.o: in function `main':
> > exim_dbmbuild.c:(.text+0x386): undefined reference to `db_env_create'
> > /usr/bin/ld: exim_dbmbuild.c:(.text+0x3
On 07/06/2024 17:33, Frank Elsner via Exim-users wrote:
Did it, same result. Btw, tar file unpacked into new directory, no old files in.
What release of Exim did you last build with?
db_env_create is called when compiled for Berkeley DB 4.1 or later.
What version do you have?
What is the full
On Fri, 7 Jun 2024 17:52:36 +0100 Jeremy Harris via Exim-users wrote:
> On 07/06/2024 17:33, Frank Elsner via Exim-users wrote:
> > Did it, same result. Btw, tar file unpacked into new directory, no old
> > files in.
>
> What release of Exim did you last build with?
This Makefile was successfull
On 07/06/2024 21:53, Frank Elsner via Exim-users wrote:
My Fedora has libdb-5.3.28-61, according to "ldd exim"
I'm pretty sure that this is Berkeley DB version 5
cc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/usr/include/libdb -o
exim_dbmbuild exim_dbmbuild.o \
-lcrypt -lm -lgdbm -
On Fri, 7 Jun 2024 22:27:06 +0100 Jeremy Harris via Exim-users wrote:
[ ... ]
> The default set for these hints-databases is in the OS/Makefile-
> (Linux, for your case). Look for USE_ and DBMLIB.
> Those defaults can be overidden by settings in your Local/Makefile.
>
> The USE_* and the DBMLI
On 07/06/2024 22:51, Frank Elsner via Exim-users wrote:
dns.c: In function ‘dns_lookup’:
dns.c:1143:9: error: ‘event_action’ undeclared (first use in this function);
did you mean ‘queue_action’?
1143 | s = event_action;
OK, that's a bug. You're building with DISABLE_EVENTS defined. Tha
On Fri, 7 Jun 2024 23:41:11 +0100 Jeremy Harris via Exim-users wrote:
> On 07/06/2024 22:51, Frank Elsner via Exim-users wrote:
> > dns.c: In function ‘dns_lookup’:
> > dns.c:1143:9: error: ‘event_action’ undeclared (first use in this
> > function); did you mean ‘queue_action’?
> > 1143 | s
13 matches
Mail list logo