spf chek

General eFa discussion
Post Reply
enriluis
Posts: 15
Joined: 02 Dec 2016 18:45

spf chek

Post by enriluis »

I recently installed EFA on CentOS Stream 9 and migrated my old EFA, which had been stopping spam and delivering messages to my users for 2-3 years. However, I'm having trouble performing SPF checks on incoming messages. I tried to install policyd-spf manually, but it caused a package conflict. exist a workaroud to make spf chek? i missing something

Code: Select all

[root@efa-relay ~]# dnf install pypolicyd-spf-milter
Last metadata expiration check: 1:59:51 ago on Thu 04 May 2023 09:46:34 PM CDT.
Dependencies resolved.
===================================================================================================================================================================
 Package                                           Architecture                      Version                                 Repository                       Size
===================================================================================================================================================================
Installing:
 pypolicyd-spf-milter                              noarch                            2.9.3-5.el8                             epel                             20 k
Installing dependencies:
 pypolicyd-spf                                     noarch                            2.9.3-5.el8                             epel                             66 k
 python-pymilter-common                            noarch                            1.0.4-3.el8                             epel                             13 k
 python3-authres                                   noarch                            1.2.0-6.el8                             epel                             43 k
 python3-py3dns                                    noarch                            3.2.1-1.el8                             epel                             50 k
 python3-pymilter                                  x86_64                            1.0.4-3.el8                             epel                            121 k
 python3-pyspf                                     noarch                            2.0.14-8.el8                            epel                             56 k

Transaction Summary
===================================================================================================================================================================
Install  7 Packages

Total size: 370 k
Total download size: 155 k
Installed size: 944 k
Is this ok [y/N]: y
Downloading Packages:
[SKIPPED] pypolicyd-spf-2.9.3-5.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-authres-1.2.0-6.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-py3dns-3.2.1-1.el8.noarch.rpm: Already downloaded
[SKIPPED] python3-pyspf-2.0.14-8.el8.noarch.rpm: Already downloaded
(5/7): python-pymilter-common-1.0.4-3.el8.noarch.rpm                                                                                15 kB/s |  13 kB     00:00
(6/7): pypolicyd-spf-milter-2.9.3-5.el8.noarch.rpm                                                                                  20 kB/s |  20 kB     00:00
(7/7): python3-pymilter-1.0.4-3.el8.x86_64.rpm                                                                                      90 kB/s | 121 kB     00:01
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                               51 kB/s | 155 kB     00:03
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Transaction test error:
  file /usr/bin/spfquery from install of python3-pyspf-2.0.14-8.el8.noarch conflicts with file from package perl-Mail-SPF-Query-1.999.1-1.eFa.el8.noarch

Post Reply