Bug 2208442 - Please turn on SRS support
Summary: Please turn on SRS support
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: exim
Version: epel8
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jaroslav Škarvada
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-05-19 06:18 UTC by Robin Powell
Modified: 2024-07-31 00:36 UTC (History)
6 users (show)

Fixed In Version: exim-4.98-2.el8
Clone Of:
Environment:
Last Closed: 2024-07-31 00:36:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Robin Powell 2023-05-19 06:18:22 UTC
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!

Comment 1 Aoife Moloney 2023-11-23 01:44:30 UTC
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.

Comment 2 Robin Powell 2023-11-23 05:08:52 UTC
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 /]#

Comment 3 Daniel Toma 2024-07-22 07:40:03 UTC
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

Comment 4 Jaroslav Škarvada 2024-07-22 11:37:06 UTC
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.

Comment 5 Jaroslav Škarvada 2024-07-22 11:38:21 UTC
Moving to EPEL-8, because SRS should be enabled in Fedora.

Comment 6 Robin Powell 2024-07-22 14:54:33 UTC
Maybe turn on ARC while you're at it, because Google is now requiring that for forwarding.  -_-;

Comment 7 Fedora Update System 2024-07-22 15:59:35 UTC
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

Comment 8 Fedora Update System 2024-07-23 02:03:59 UTC
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.

Comment 9 Fedora Update System 2024-07-31 00:36:33 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.