Fedora Account System
Red Hat Associate
Red Hat Customer
exim 4.96 now has fully supported native SRS; please enable it. Adding this to the spec file should do the trick: sed -i 's@^# SUPPORT_SRS=yes@SUPPORT_SRS=yes@' Local/Makefile You may or may not also wish to backport https://github.com/Exim/exim/commit/51f9c07cd341c9c1a09b3816df988c6f44477c99 Thanks!
This message is a reminder that Fedora Linux 37 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora Linux 37 on 2023-12-05. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a 'version' of '37'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, change the 'version' to a later Fedora Linux version. Note that the version field may be hidden. Click the "Show advanced fields" button if you do not see it. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora Linux 37 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora Linux, you are encouraged to change the 'version' to a later version prior to this bug being closed.
Still looks relevant to me: [root@f4d1cde33531 /]# exim -bV Exim version 4.96.2 #2 built 16-Oct-2023 00:00:00 Copyright (c) University of Cambridge, 1995 - 2018 (c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2022 Berkeley DB: Berkeley DB 5.3.28: (September 9, 2013) Support for: crypteq iconv() IPv6 PAM Perl Expand_dlfunc OpenSSL TLS_resume Content_Scanning DANE DKIM DMARC DNSSEC Event OCSP PIPECONNECT PRDR PROXY Queue_Ramp SOCKS SPF TCP_Fast_Open Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz dbmnz dnsdb dsearch ldap ldapdn ldapm nis nis0 passwd sqlite Authenticators: cram_md5 cyrus_sasl dovecot gsasl plaintext spa tls Routers: accept dnslookup ipliteral manualroute queryprogram redirect Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp Malware: f-protd f-prot6d drweb fsecure sophie clamd avast sock cmdline Fixed never_users: 0 Configure owner: 0:0 Size of off_t: 8 Configuration file is /etc/exim/exim.conf [root@f4d1cde33531 /]# exim -bV | grep -i srs [root@f4d1cde33531 /]# cat /etc/redhat-release Fedora release 39 (Thirty Nine) [root@f4d1cde33531 /]#
Exim is 4.98 but SRS support is still disabled in EPEL. Please activate it in order to avoid package recompile. (SRS is mandatory now in order to validate SPF) Thank you. diff --git a/src/EDITME b/src/EDITME @@ -590,7 +590,7 @@ # Uncomment the following lines to add SRS (Sender Rewriting Scheme) support # using only native facilities. -# SUPPORT_SRS=yes +SUPPORT_SRS=yes # Uncomment the following to remove support for the ESMTP extension "WELLKNOWN" # DISABLE_WELLKNOWN=yes
SRS should be enabled in EPEL-9: exim-4.98-1.el9 It still not enabled in EPEL-8, but I think we could enable it.
Moving to EPEL-8, because SRS should be enabled in Fedora.
Maybe turn on ARC while you're at it, because Google is now requiring that for forwarding. -_-;
FEDORA-EPEL-2024-0f1d365d9d (exim-4.98-2.el8) has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-0f1d365d9d
FEDORA-EPEL-2024-0f1d365d9d has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-0f1d365d9d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2024-0f1d365d9d (exim-4.98-2.el8) has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report.