Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exim - external DB lookups support not working #29568

Open
willdeane opened this issue Sep 27, 2024 · 0 comments
Open

exim - external DB lookups support not working #29568

willdeane opened this issue Sep 27, 2024 · 0 comments

Comments

@willdeane
Copy link

The Exim Makefile includes support for a number of external lookups but they aren't making into the final binary, I'm specifically looking for postgreql support.
https://github.com/wolfi-dev/os/blob/main/exim/exim.Makefile

The command exim -bV provides details of the supported features

# exim -bV
Exim version 4.98 #2 built 22-Aug-2024 20:03:17
Copyright (c) University of Cambridge, 1995 - 2018
(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2024
Hints DB:
 Using tdb
Support for: Content_Scanning crypteq Expand_dlfunc IPv6 move_frozen_messages OpenSSL TLS_resume DANE DKIM DNSSEC ESMTP_Limits ESMTP_Wellknown Event OCSP PIPECONNECT PRDR PROXY Queue_Ramp SPF TCP_Fast_Open
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch dsearch passwd
Authenticators: cram_md5 dovecot plaintext spa tls
Routers: accept dnslookup ipliteral iplookup manualroute queryprogram redirect
Transports: appendfile/maildir autoreply lmtp pipe smtp
Malware: f-protd f-prot6d drweb aveserver fsecure kavdaemon sophie clamd mksd avast sock cmdline
Fixed never_users: 0
Configure owner: 0:0
Size of off_t: 8
2024-09-27 16:43:28 Warning: purging the environment.
 Suggested action: use keep_environment.
Configuration file is /etc/exim/exim.conf

Based on the Makefile config if it was building correctly I'd expect the lookup support to include
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dnsdb dsearch ldap ldapdn ldapm mysql passwd pgsql sqlite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant